82a6d848a6740a172dbe5590f832946c654618c8
[lichviet] / qml / LichViet / TopBar.qml
1 import QtQuick 1.0
2
3 Rectangle{
4     width:parent.width
5     height: 50
6     border.width:1
7     border.color: "white"
8
9     Image {
10         id: topbar_container_image
11         source: "./img/topbar.jpg"
12         width:parent.width
13         height:50
14     }
15
16 }