#include <comboboxwidgetbase.h>
◆ ComboBoxWidgetBase()
ComboBoxWidgetBase::ComboBoxWidgetBase |
( |
const QString & | title, |
|
|
const QString & | postLabel = QString(), |
|
|
QWidget * | parent = nullptr ) |
|
explicit |
◆ addToLayout()
void ComboBoxWidgetBase::addToLayout |
( |
QGridLayout * | layout, |
|
|
int | row, |
|
|
int | startColumn = 0 ) |
Add this widget to a given grid layout. Umbrello dialogs place labels in column 0 and the editable field in column 1.
- Parameters
-
layout | The layout to which the widget should be added |
row | The row in the grid layout where the widget should be placed |
startColumn | The first column in the grid layout where the widget should be placed |
◆ editField()
KComboBox * ComboBoxWidgetBase::editField |
( |
| ) |
|
Return pointer to the KComboBox edit field.
◆ m_editField
KComboBox* ComboBoxWidgetBase::m_editField |
|
protected |
◆ m_label
QLabel* ComboBoxWidgetBase::m_label |
|
protected |
◆ m_postLabel
QLabel* ComboBoxWidgetBase::m_postLabel |
|
protected |
The documentation for this class was generated from the following files: