use qt 4.1.1
i want to know:
1 - how i can change iconSize in Tab of QTabWidget? (no text only Icon
2 - how change size of QComboBox's popup menu. I mean that popup depend on text size and don't depend QComboBox's size
use qt 4.1.1
i want to know:
1 - how i can change iconSize in Tab of QTabWidget? (no text only Icon
2 - how change size of QComboBox's popup menu. I mean that popup depend on text size and don't depend QComboBox's size
Cut and Run
1) through QTabBar object you can do it
2) through QAbstractItemView * QComboBox::view () const
a life without programming is like an empty bottle![]()
Bookmarks