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.
sl@0
     1
import QtQuick 2.2
sl@0
     2
import QtQuick.Controls 1.2
sl@0
     3
sl@0
     4
Item {
sl@0
     5
    width: 100
sl@0
     6
    height: 62
sl@0
     7
    //SystemPalette { id: palette }
sl@0
     8
    clip: true
sl@0
     9
sl@0
    10
}