main.qml
changeset 2 780ee91f4ffb
parent 1 bc046f5187fd
child 5 62a1d3631dcb
     1.1 --- a/main.qml	Tue May 27 13:08:12 2014 +0200
     1.2 +++ b/main.qml	Tue May 27 17:14:22 2014 +0200
     1.3 @@ -37,7 +37,11 @@
     1.4      TabView {
     1.5          anchors.fill: parent
     1.6          anchors.margins: 8
     1.7 -        Tab {            
     1.8 +        Tab {
     1.9 +            title: qsTr("Display")
    1.10 +            DisplayTab { anchors.fill: parent }
    1.11 +        }
    1.12 +        Tab {
    1.13              title: qsTr("Fonts")
    1.14              FontsTab { anchors.fill: parent }
    1.15          }