yolobs-studio/UI/locked-checkbox.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
91 B
C++
Raw Normal View History

2019-07-27 12:47:10 +00:00
#pragma once
2018-02-19 19:54:37 +00:00
2019-07-27 12:47:10 +00:00
#include <QCheckBox>
2018-02-19 19:54:37 +00:00
class LockedCheckBox : public QCheckBox {
Q_OBJECT
};