Source init for master branch.
[lichviet] / qml / LichViet / TopBar.qml
diff --git a/qml/LichViet/TopBar.qml b/qml/LichViet/TopBar.qml
new file mode 100644 (file)
index 0000000..82a6d84
--- /dev/null
@@ -0,0 +1,16 @@
+import QtQuick 1.0
+
+Rectangle{
+    width:parent.width
+    height: 50
+    border.width:1
+    border.color: "white"
+
+    Image {
+        id: topbar_container_image
+        source: "./img/topbar.jpg"
+        width:parent.width
+        height:50
+    }
+
+}