TestsTab.qml
author sl
Wed, 28 May 2014 21:31:03 +0200
changeset 14 9903a5edeb56
child 15 737f8bb110be
permissions -rw-r--r--
Working around our font dialog option listing issues.
Font dialog options are now persisted.
Fixing issue with italic font being cut by using proper string width from boundigRect.
     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 }