PDA

View Full Version : separator in QComboBox



dyams
6th March 2008, 12:21
Hello dear Qt's

How would I add a separator item (similar what we do in QMenu like addSeparator())
to a QComboBox???

Thanks in advace

cheers

wysota
6th March 2008, 14:22
QComboBox::insertSeparator().

dyams
7th March 2008, 09:42
:)

so easy???
In which version of Qt is this method available for QComboBox?

I use 4.3.3

TIA

jpn
7th March 2008, 09:56
Seems to be available in upcoming Qt 4.4 (first beta out already) but not yet in Qt 4.3...