Hi,

I am enclosing my wodget in QGraphicsProxyWidget using the addWidget funtion.
Qt Code:
  1. m_myDialog = new IncludeChannels(0, windowFlags);
  2. 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