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);