I don't think I can hide the tabs and just leave the icon and title bare using Qt's tab controls. I want the icon bar look rather than a tab look. Is that possible? It would sure be a lot less work!
I don't think I can hide the tabs and just leave the icon and title bare using Qt's tab controls. I want the icon bar look rather than a tab look. Is that possible? It would sure be a lot less work!
Hi,
what is different in Firefox tabs?
I made tab bar with close button using QTabWidget.
if you think that code will help you then I can send you that code.
Thanks & Regards
Rajesh
Rajesh Kumar Singh
Bangalore, India.
Qt Search
Must Watch:
See how we can connect digital world objects to our day to day life….
Are we talking about the tabs that are present in firefox which you add by using "Ctrl+T" shortcut? Or maybe you mean some other tabs which we're not aware of... What do you mean by "icon bar look"? A QToolBar maybe?
You're right, I'm not explaining myself properly. I forgot about Firefox's tabbed browsing! Stupid, because I use that all the time. Although come to think of it, I think Firefox might do different things on different platforms...
This is what I was talking about:
http://indiehig.com/wiki/Image:Finder_prefs.png
The simplest way is to go for QToolBar or a QButtonGroup.
The latter in its basic form will look like in the attachment.
It took me until today to be sure, but it looks like a QToolbar tied to a QActionGroup will do almost exactly what I need.
Bookmarks