4 #ifndef BPSEDITCOMBOBOX_H
5 #define BPSEDITCOMBOBOX_H
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
A QComboBox enabled for editing with methods to maintain the ordered list of item texts.
Definition: bpseditcombobox.h:14
BpsEditComboBox(QWidget *aParent=nullptr)
void addItemText(const QString &aText)
Add a text to the drop down items, in case it is not yet contained.
void addItemTexts(const QStringList &aTexts)
Add texts to the drop down items, in case they is not yet contained.
QStringList itemTexts() const
void addItemCurrentText()
Add current text to the drop down items, in case it is not yet contained.