> I do not have much time to think about it but I would say: > > - a few (5?) entries at the top, followed by a horiz line > > - below that, the normal entries, /including/ the ones that are already on > top. > > There are probably more things to do to make it work right. Playing > with OO.o or msoffice might be a good idea. > > Also, there may be a version of QComboBox that does that.
QComboBox does not seem to have such parallel, moreover it seems that it has not support for horizontal line, which means one of three possibilities: - use string as '---------' (ugly) - use some other font for top entries (havent tried how it works) - forget about ontop feature completely so which one you like :) ? Pavel