init
This commit is contained in:
13
customcontrols/dmcheckbox.cpp
Normal file
13
customcontrols/dmcheckbox.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "dmcheckbox.h"
|
||||
#include<QDebug>
|
||||
|
||||
DMCheckBox::DMCheckBox(QWidget *parent):QCheckBox(parent)
|
||||
{
|
||||
setFocusPolicy(Qt::TabFocus);
|
||||
}
|
||||
|
||||
|
||||
DMCheckBox::~DMCheckBox() {
|
||||
qDebug() << "-----DMCheckBox destroying";
|
||||
qDebug() << "-----DMCheckBox destroyed";
|
||||
}
|
||||
Reference in New Issue
Block a user