7.2.2
by Frank Mertens
Added test application calendarTests.qml and improved the data service. |
1 |
import QtQuick 2.0 |
2 |
import Ubuntu.Components 0.1 |
|
3 |
import "dataServiceTests.js" as DataServiceTests |
|
4 |
||
7.2.4
by Frank Mertens
Added more complex test case in preparation for integration of the diary view. |
5 |
MainView { |
7.2.2
by Frank Mertens
Added test application calendarTests.qml and improved the data service. |
6 |
width: units.gu(20) |
7 |
height: units.gu(20) |
|
8 |
Button { |
|
9 |
anchors.fill: parent |
|
10 |
anchors.margins: units.gu(5) |
|
11 |
text: "Close" |
|
12 |
onClicked: Qt.quit() |
|
13 |
}
|
|
14 |
}
|