qt-material-widgets/components/qtmaterialcheckbox_p.h

30 lines
532 B
C++

#ifndef QTMATERIALCHECKBOX_P_H
#define QTMATERIALCHECKBOX_P_H
#include <QPropertyAnimation>
#include <QSignalTransition>
#include <QState>
#include "qtmaterialcheckbox.h"
#include "lib/qtmaterialcheckable_internal.h"
#include "lib/qtmaterialcheckable_p.h"
namespace md
{
class CheckBox;
class CheckBoxPrivate : public CheckablePrivate
{
Q_DISABLE_COPY(CheckBoxPrivate)
Q_DECLARE_PUBLIC(CheckBox)
public:
CheckBoxPrivate(CheckBox *q);
~CheckBoxPrivate();
void init();
};
}
#endif // QTMATERIALCHECKBOX_P_H