Added access to AbstractCheckView from Checkbox.
This commit is contained in:
parent
bbae1c2ae7
commit
7d9c442ca9
1 changed files with 4 additions and 0 deletions
|
|
@ -203,6 +203,10 @@ public:
|
||||||
}
|
}
|
||||||
QRect checkRect() const;
|
QRect checkRect() const;
|
||||||
|
|
||||||
|
not_null<AbstractCheckView*> checkView() const {
|
||||||
|
return _check.get();
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void paintEvent(QPaintEvent *e) override;
|
void paintEvent(QPaintEvent *e) override;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue