// -*- qml -*- import QtQuick 1.1 QtObject { property string normalIcon: "" property string checkedIcon: "" property int value: -1 }