DisplayFrame.qml
author sl
Tue, 17 Jun 2014 09:49:12 +0200
changeset 36 f2a9369e7fb9
permissions -rw-r--r--
Adding reset function called when changing font.
     1 import QtQuick 2.0
     2 
     3 Rectangle {
     4     width: 256
     5     height: 64
     6     color: red
     7 }