Due to code confidentiality I unfortunately can't reveal the exact details but I have attached the skeleton .ui file, removing most of the toolbar actions. The rest of the layout in the UI is as is. Note that I have used Qt 3.3.5
docFrame: After adding it in the UI, I only access it when setting the layout for the frame ie.
QHBoxLayout* docLayout = new QHBoxLayout(docFrame);
To copy to clipboard, switch view to plain text mode
documentView:
documentView
= new ViewClass
(QWidget*,
QString);
// Changed due to propriety reasons
documentView= new ViewClass(QWidget*, QString); // Changed due to propriety reasons
To copy to clipboard, switch view to plain text mode
Thanks for UR time wyosa, it is really appreciated!
Bookmarks