Top "Qcombobox" questions

QComboBox is a Qt class that implements a standard combo-box, which is a list of elements that can contract to occupy less screen space, and expand to show all of the options.

Qt: c++: how to fill QComboBox using QStringList

I am trying to add items to QComboBox using insertItems function as follow: QStringList sequence_len = (QStringList() << QApplication::…

c++ qt qt5 qcombobox
Style QComboBox popup menu margin Qt 4

After countless hours trying to style a QComboBox, I'm stuck with the top and bottom margin where the items are …

qt stylesheet qcombobox
Get the Contents of a QComboBox

I need to get an QStringList or an array containing all QStrings in a QComboBox. I can't find a QComboBox …

c++ arrays qt qstring qcombobox
Disabling QComboBox in pyqt

Is it possible to disable QComboBox in pyqt like we can do it in Win Forms(C#) since I could …

pyqt qcombobox
How can I add a QComboBox to the Main Toolbar in Qt Creator

I am writing a Text Editor on Qt Creator. I have a QPlainTextEdit as the central widget, and I want …

c++ qt qcombobox
Checkboxes in a Combobox using PyQt

I need to implement a drop down list that contains CheckBoxes, much like having the entries in a ComboBox being …

python qt checkbox pyqt qcombobox
How to center text in QComboBox?

I've tried using QComboBox's model() with no apparent success. I wonder if it would be possible to align a text …

python pyqt qcombobox
QComboBox AbstractItemView::item

Is there a way I could increase the height of the items, which are listed in a QComboBox control ? I …

qt qt4 qcombobox qtstylesheets
QStandardItem + QComboBox

I am trying to put a QComboBox into a QStandardItem to be used in a QStandardItemModel. I have been looking …

qt qcombobox
Qt - Set display text of non-editable QComboBox

I would like to set the text of a QComboBox to some custom text (that is not in the QComboBox's …

c++ qt qcombobox