PDA

View Full Version : StyleSheet components using Qt designer



Kostanev
30th March 2008, 10:29
Hi all,
I have the following problem: when I customize one frame (QFrame) from the designer using the option "Change styleSheet..." all other components above changing their stylesheet too.
How can I customize the frame only?

Thanks for 1**** time :cool:

Vani
21st April 2008, 08:28
Hi..
i think u r applying stylesheet for the application, instead of that u can set stylesheet for QFrame, try like this

QFrame frame;
frame.setStylesheet(.....);

Thanku,

Vani.Y