What resize button? If you want to forbid resizing a window, you have to make it fixed size (using QWidget::setFixedSize() for example)
What resize button? If you want to forbid resizing a window, you have to make it fixed size (using QWidget::setFixedSize() for example)
thanks mate. the setFixedSize solved my problem.
I have read the documentation avout the style sheets and palettas.
Is there a sample example in Qt Assistant or anywhere else so that I can look at the code as well as the working of style sheets or palettes for better understanding?
Bookmarks