#ifndef DMCOMBOBOX_H #define DMCOMBOBOX_H #include class DMComboBox : public QComboBox { Q_OBJECT public: DMComboBox(QWidget *parent = nullptr); ~DMComboBox(); }; #endif // DMCOMBOBOX_H