umbrello
2.31.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
11 #ifndef COMBOBOXWIDGETBASE_H
12 #define COMBOBOXWIDGETBASE_H
24 explicit ComboBoxWidgetBase(
const QString &title,
const QString &postLabel = QString(), QWidget *parent =
nullptr);
25 void addToLayout(QGridLayout *layout,
int row,
int startColumn = 0);
33 #endif // COMBOBOXWIDGETBASE_H