PDA

View Full Version : How to change the style of QTabWidget



iamjayanth
24th April 2009, 08:33
Hi,

I am trying to learn QTabWidget in QT 4.5. There is a setStyle() function is QTabWidget. In the definition of QStyle they are showing QT supports different styles like WindowsXP , WindowsVista,Macintosh etc. QStyle is totally confusing to me. How can I change my tabwidget to some other style rather than default linux style

Jayanth.S

spirit
24th April 2009, 12:07
have a look at these (http://doc.trolltech.com/4.5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar) examples.