TestsTab.qml
author sl
Wed, 28 May 2014 18:44:15 +0200
changeset 11 b935de604982
child 15 737f8bb110be
permissions -rw-r--r--
Sorting out start-up/shutdown sequence to avoid flashing old frame upon connection.
Adding a couple of option to clear our frames upong close and/or open.
     1 import QtQuick 2.2
     2 import QtQuick.Controls 1.2
     3 
     4 Item {
     5     width: 100
     6     height: 62
     7     //SystemPalette { id: palette }
     8     clip: true
     9 
    10 }