Hi,
I am enclosing my wodget in QGraphicsProxyWidget using the addWidget funtion.
m_myDialog = new IncludeChannels(0, windowFlags);
m_myDialogProxy = scene->addWidget(m_myDialog, windowFlags());
m_myDialog = new IncludeChannels(0, windowFlags);
m_myDialogProxy = scene->addWidget(m_myDialog, windowFlags());
To copy to clipboard, switch view to plain text mode
but the dilaog that i am getting is not resizable. It just have a close button. I need to have minimize and maximse buttons as well.
I have also tried to explore QtAssistant but could not find any help...
I need the resize triangle on MAC.
Please help
Regards,
GK
Bookmarks