checkable property

This commit is contained in:
Marco Martin 2012-10-19 10:10:46 +02:00
parent 6b32e0426c
commit a7c1e92ef2

View File

@ -49,6 +49,8 @@ Item {
signal clicked
property bool checkable: false
implicitWidth: textArea.paintedWidth + iconLoader.width*2 + 6
implicitHeight: Math.max(theme.smallIconSize, textArea.paintedHeight + 6)
width: Math.max(implicitWidth, parent.width)