Yes, I've noticed this too with tool windows.
You can make it not resizable with setFixedSize( sizeHint ), or if you have a top layout in it the use QLayout::setSizeConstraint( QLayout::SetFixedSize ).
The latter is preferred.
Regards
Yes, I've noticed this too with tool windows.
You can make it not resizable with setFixedSize( sizeHint ), or if you have a top layout in it the use QLayout::setSizeConstraint( QLayout::SetFixedSize ).
The latter is preferred.
Regards
Try setting the flags Qt::Tool if you want to use setFixedSize.
Regards
Bookmarks