PDA

View Full Version : QTabWidget Place icon with no text and stretch icon over tab



alenn.masic
10th April 2013, 22:00
Hello
I have qtabwidget and when I place icon it's very small. Is there any way to stretch that icon over tab and use only icon with no text, something like this: http://screencloud.net/v/lVoj

ChrisW67
11th April 2013, 07:12
That would be better done as a QListWidget in QListView::IconMode with a matching QStackedWidget. See the Config Dialog Example.

alenn.masic
11th April 2013, 12:25
Thank you, this is perfect