init
This commit is contained in:
13
customcontrols/dmcombobox.h
Normal file
13
customcontrols/dmcombobox.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef DMCOMBOBOX_H
|
||||
#define DMCOMBOBOX_H
|
||||
|
||||
#include <QComboBox>
|
||||
|
||||
class DMComboBox : public QComboBox {
|
||||
Q_OBJECT
|
||||
public:
|
||||
DMComboBox(QWidget *parent = nullptr);
|
||||
~DMComboBox();
|
||||
};
|
||||
|
||||
#endif // DMCOMBOBOX_H
|
||||
Reference in New Issue
Block a user