PDA

View Full Version : Qt Themes on win32? how?



Thaorius
1st September 2007, 16:02
Hi, till a few minutes ago I was sure that I couldn't use themes on win32, but... I found in designer the menu 'Preview in' inside 'Form' which lets you preview the form with different templates.

So, my question is simple, how do I enable themplates? I don't know what to look up for in assistant.

Thanks

marcel
1st September 2007, 17:38
See QStyle and QApplication::setStyle().

Also, take a look at the subclasses of QStyle: QWindowsStyle, QPlastiqueStyle, etc.

Regards

Thaorius
2nd September 2007, 00:45
Thanks, is working now.