86 QComboBox *m_widget =
nullptr;
The KComboBox class is used to replace DDX_Control combobox data exchange.
Definition kcombobox.h:41
int DeleteString(int nIndex)
Deletes a string from the list box of a combo box.
KComboBox & operator=(int value)
int InsertString(int nIndex, KString lpszString)
Inserts a string into the list box of a combo box.
int SetCurSel(int nSelect)
Selects a string in the list box of a combo box.
int GetLBTextLen(int nIndex) const
Gets the length of a string in the list box of a combo box.
int AddString(const KString &lpszString)
Adds a string to the end of the list in the list box of a combo box.
int GetCurSel() const
Retrieves the index of the currently selected item, if any, in the list box of a combo box.
void ResetContent()
Removes all items from the list box and edit control of a combo box.
int GetCount() const
Retrieves the number of items in the list box of a combo box.
void Clear()
Deletes (clears) the current selection, if any, in the edit control.
void setWidget(QComboBox *combobox)
QComboBox * widget() const
The KString class provides a Unicode character string.
Definition kstring.h:45
#define KDWINUTILS_EXPORT
Definition kdwinutils_export.h:31
#define KDWINUTILS_BEGIN_NAMESPACE
Definition kdwinutils_global.h:27
#define KDWINUTILS_END_NAMESPACE
Definition kdwinutils_global.h:28