i found this link demonstrating the style sheet
http://thesmithfam.org/blog/2009/09/...-bar-tutorial/
When I added the code to my ui, nothing happaned.
can u explain how I can add a background image to the form?
i found this link demonstrating the style sheet
http://thesmithfam.org/blog/2009/09/...-bar-tutorial/
When I added the code to my ui, nothing happaned.
can u explain how I can add a background image to the form?
I'm sure it will be easier if you just look into the documentation.
ok.
is there anyway by which i can disable the resize button of the whole form?
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