expand-checkbox.hpp 91 B

1234567
  1. #pragma once
  2. #include <QCheckBox>
  3. class ExpandCheckBox : public QCheckBox {
  4. Q_OBJECT
  5. };