add reminder to add option to left-align label
This commit is contained in:
parent
c0c57cb7c6
commit
f69267242f
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
class CheckablePrivate;
|
class CheckablePrivate;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @TODO: add option for showing label on the left of icon
|
||||||
|
*/
|
||||||
|
|
||||||
class Checkable : public QAbstractButton
|
class Checkable : public QAbstractButton
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in New Issue