Commit d7f57e37 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig
Browse files

Added Label to the API

parent 0d3edfa4
No related merge requests found
Showing with 19 additions and 0 deletions
......@@ -8,6 +8,15 @@ Window {
property alias statusBar: statusBarArea.data
default property alias data: contentArea.data
SystemPalette {id: syspal}
Rectangle {
anchors.fill: parent
color: syspal.button
}
Column {
id: toolBarArea
anchors.top: parent.top
......
import QtQuick 1.1
Text {
id: label
font.pixelSize: 11
color: pal.text
SystemPalette {id:pal}
}
......@@ -9,6 +9,7 @@ symbian {
QML_FILES = \
qmldir \
Label.qml \
Button.qml \
ComboBox.qml \
Dial.qml \
......
......@@ -2,6 +2,7 @@ Slider 0.1 Slider.qml
SpinBox 0.1 SpinBox.qml
GroupBox 0.1 GroupBox.qml
Button 0.1 Button.qml
Label 0.1 Label.qml
ToolBar 0.1 ToolBar.qml
TabFrame 0.1 TabFrame.qml
TabBar 0.1 TabBar.qml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment