expand-checkbox.hpp 77 B

12345
  1. #include <QCheckBox>
  2. class ExpandCheckBox : public QCheckBox {
  3. Q_OBJECT
  4. };