diff options
Diffstat (limited to 'sowatchui/qml/MainPage.qml')
-rw-r--r-- | sowatchui/qml/MainPage.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sowatchui/qml/MainPage.qml b/sowatchui/qml/MainPage.qml new file mode 100644 index 0000000..45b72f3 --- /dev/null +++ b/sowatchui/qml/MainPage.qml @@ -0,0 +1,9 @@ +import QtQuick 1.1 +import com.nokia.meego 1.0 + +import "sowatch.js" as Sowatch + +Page { + tools: commonTools + +} |