PDA

View Full Version : sort content in the Qcombobox



Levon Nikoghosyan
25th October 2006, 13:30
Please help are there any posibilities to sort items in the QCombobox:confused:

jpn
25th October 2006, 13:37
You can use QComboBox::InsertAlphabetically insert policy or a proxy model like in this thread (http://www.qtcentre.org/forum/f-qt-programming-2/t-how-to-sort-a-qcombobox-in-qt4-3741.html#6).

Edit: btw, the first one only applies to items inserted by the user..

Levon Nikoghosyan
25th October 2006, 14:16
InsertAlphabetically appears in 4.2 (this info I have received from jpn)

My QT version is 4.1.3. Are there any other solutions ?

jpn
25th October 2006, 20:57
QtCentre wiki: SortComboBox (http://wiki.qtcentre.org/index.php?title=SortComboBox)