Hi;
how can I set the QComboBox to be center aligned when I insert the value.
Hi;
how can I set the QComboBox to be center aligned when I insert the value.
Look into. You can useQt Code:
To copy to clipboard, switch view to plain text modeand can give spacing accordingly.Qt Code:
To copy to clipboard, switch view to plain text mode
Hi; thanks ;
this code isn't workedQt Code:
WindowSize->setEnabled(false); QStringList sl; for(int i=0, j=128; i<7; i++, j*=2) sl<<QString::number(j); WindowSize->addItems(sl);To copy to clipboard, switch view to plain text mode![]()
Last edited by Naami; 26th May 2010 at 14:56. Reason: changed [qtclass] to [code]
Bookmarks