Index: sources/gui/qml/compounds/TouchGrid.qml =================================================================== diff -u -r2230a5b1b891f47b64165164710aa680ddfc7040 -r56ad953ae404fcf6956bd4f76b7a54b12d0285d3 --- sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision 2230a5b1b891f47b64165164710aa680ddfc7040) +++ sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision 56ad953ae404fcf6956bd4f76b7a54b12d0285d3) @@ -31,6 +31,7 @@ property var itemsUnit : [] property var itemsEnabled : [] + property var itemsVisible : [] property var itemsHasImage : [] property var itemsHasLine : [] property var itemsTouchable : [] @@ -80,6 +81,7 @@ width : _root.itemWidth radius : Variables.dialogRadius enabled : undef( _root.itemsEnabled[index], true ) + visible : undef( _root.itemsVisible[index], true ) onClicked : _root.itemClicked(index) Text { id : _itemsValue text : undef( _root.itemsValue[index], "")