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