1.1 --- a/TestsTab.qml Mon Jun 02 18:52:31 2014 +0200
1.2 +++ b/TestsTab.qml Mon Jun 02 21:56:03 2014 +0200
1.3 @@ -51,6 +51,16 @@
1.4 smooth: false
1.5 }
1.6
1.7 + MarqueeText {
1.8 + width: 256
1.9 + pixelsPerSeconds:50
1.10 + anchors.verticalCenter: parent.verticalCenter
1.11 + anchors.horizontalCenter: parent.horizontalCenter
1.12 + text: "start ------ abcdefghijklmnopqrtaksdjfkdfjklsdjflksdjfklsjadfkljsad;flasjdlfjasdfjldsdfljf---- end"
1.13 + //text: "start ------ end"
1.14 + separator: " | "
1.15 + }
1.16 +
1.17 GridLayout {
1.18 anchors.fill:parent
1.19 anchors.margins: 6
1.20 @@ -248,9 +258,9 @@
1.21
1.22 //
1.23 Rectangle {
1.24 - border.width: 2
1.25 + border.width: 1
1.26 border.color: "black"
1.27 - color: "lightsteelblue"
1.28 + color: "white"
1.29 anchors.horizontalCenter: parent.horizontalCenter
1.30 width: 250
1.31 height: text.height + 10