diff --git a/ui/widgets/checkbox.h b/ui/widgets/checkbox.h index eeb5bf5..03a2b2b 100644 --- a/ui/widgets/checkbox.h +++ b/ui/widgets/checkbox.h @@ -203,6 +203,10 @@ public: } QRect checkRect() const; + not_null checkView() const { + return _check.get(); + } + protected: void paintEvent(QPaintEvent *e) override;