diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-01-03 23:39:59 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-01-03 23:39:59 +0100 |
commit | b4e1dcab8764c68c5af4a30dde9b6e14df2527a6 (patch) | |
tree | 4d709f50db4fe38c76ae826e18901474cc69cc08 /metawatch/qml/com/javispedro | |
parent | ecbae703556cd140e096be767f18343bb6b88d88 (diff) | |
download | sowatch-b4e1dcab8764c68c5af4a30dde9b6e14df2527a6.tar.gz sowatch-b4e1dcab8764c68c5af4a30dde9b6e14df2527a6.zip |
new mwpage qml component
Diffstat (limited to 'metawatch/qml/com/javispedro')
-rw-r--r-- | metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml | 7 | ||||
-rw-r--r-- | metawatch/qml/com/javispedro/sowatch/metawatch/qmldir | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml b/metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml new file mode 100644 index 0000000..f3901af --- /dev/null +++ b/metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml @@ -0,0 +1,7 @@ +import Qt 4.7 + +Rectangle { + width: 96 + height: 96 + color: "white" +} diff --git a/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir b/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir index 02221c3..91ee6dc 100644 --- a/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir +++ b/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir @@ -1,2 +1,3 @@ +MWPage 1.0 MWPage.qml MWTitle 1.0 MWTitle.qml MWListView 1.0 MWListView.qml |