PDA

View Full Version : 2 problem



Hz
10th March 2006, 14:03
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

zlatko
10th March 2006, 14:13
1) through QTabBar object you can do it
2) through QAbstractItemView * QComboBox::view () const