Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi :-)
I there an easy way to check if a QCombobox's popup is currently open or not? I didn't find an obvious solution, and I don't want to mess around with derived classes if I don't have to ;-)
QCombobox
Cheers
Try combobox->view()->isVisible()
combobox->view()->isVisible()