Hi;:)
how can I set the QComboBox to be center aligned when I insert the value.
Printable View
Hi;:)
how can I set the QComboBox to be center aligned when I insert the value.
Hi; thanks ;
this code isn't worked :confused:Code:
WindowSize->setEnabled(false); QStringList sl; for(int i=0, j=128; i<7; i++, j*=2) sl<<QString::number(j); WindowSize->addItems(sl);