PDA

View Full Version : QT theme engine.



solarwind
February 20th, 2008, 04:01 AM
Hey all,

I know there is a lot of information regarding making GTK themes and engines, but I am unable to find any information for the QT toolkit. Do any of you know of any resources and are willing to point me in the right way? Thanks.

Jucato
February 20th, 2008, 07:01 AM
Example: http://doc.trolltech.com/4.3/widgets-styles.html
Class: http://doc.trolltech.com/4.3/qstyle.html
Reference: http://doc.trolltech.com/4.3/style-reference.html

Hope that helps.

P.S. Qt/KDE widget styles are basically plugins/programs, so it involves an amount of programming.

kiwiadam2
February 20th, 2008, 08:19 AM
Reading the source code for some helps - in fact very very few people write one from scratch. Getting the kdelibs source is a good start. But you will have to decide whether to develop for 3.x or 4.x - they aren't compatible.

solarwind
February 20th, 2008, 02:17 PM
Thanks, both of you! I'm find programming so this shouldn't be too hard.