PDA

View Full Version : Nice looking tabs



frikkasoft
5th November 2008, 15:20
Hi

I would like to create a dialog, similar to the on in edit->preferences in firefox.

I find the tabs in the preferences dialog especially nice. Is this best implemented using a QTabWidget/QTabBar?

Thanks in advance.

spirit
5th November 2008, 15:50
look a description of Syle sheets (http://doc.trolltech.com/4.4/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar).

frikkasoft
6th November 2008, 00:02
look a description of Syle sheets (http://doc.trolltech.com/4.4/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar).
Thanks, I will look into that, however I thought there was an easier way...

aamer4yu
6th November 2008, 08:23
Where is the edit->preferences in firefox ? i was not able to find it in mozilla firefox...

If you are talking about Tools->Options , it looks like combination of customized list view and stack widget

frikkasoft
6th November 2008, 15:15
Where is the edit->preferences in firefox ? i was not able to find it in mozilla firefox...

If you are talking about Tools->Options , it looks like combination of customized list view and stack widget

Yes it seems to differ whether you are on a linux or windows platform where the settings are located.

But thanks for your suggestion, I will look into that as well