Hiding the System Menu Icon of QMdiSubWindow
-
Dear Community,
how can one hide or delete the Icon of the QMdiSubWindow...
I don't want to have this one :
-
windowIcon : QIcon
This property holds the widget's icon
This property only makes sense for windows. If no icon has been set, windowIcon() returns the application icon (QApplication::windowIcon()).
Access functions:
@QIcon windowIcon () const
void setWindowIcon ( const QIcon & icon )
bool isWindow () const@Maybe this will help you.