21 #ifndef SAYONARACOMBOBOX_H 22 #define SAYONARACOMBOBOX_H 24 #include "Gui/Utils/Widgets/Widget.h" 39 explicit ComboBox(QWidget* parent=
nullptr);
43 void changeEvent(QEvent* e)
override;
48 #endif // SAYONARACOMBOBOX_H
A custom combobox which also uses the Gui::ComboBoxDelegate.
Definition: ComboBox.h:33