checkable property
This commit is contained in:
parent
6b32e0426c
commit
a7c1e92ef2
@ -49,6 +49,8 @@ Item {
|
|||||||
|
|
||||||
signal clicked
|
signal clicked
|
||||||
|
|
||||||
|
property bool checkable: false
|
||||||
|
|
||||||
implicitWidth: textArea.paintedWidth + iconLoader.width*2 + 6
|
implicitWidth: textArea.paintedWidth + iconLoader.width*2 + 6
|
||||||
implicitHeight: Math.max(theme.smallIconSize, textArea.paintedHeight + 6)
|
implicitHeight: Math.max(theme.smallIconSize, textArea.paintedHeight + 6)
|
||||||
width: Math.max(implicitWidth, parent.width)
|
width: Math.max(implicitWidth, parent.width)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user