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