Make the main view functional
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import QtQuick 2.5
|
||||
|
||||
// Display the logo
|
||||
Rectangle {
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
color: "#000B25"
|
||||
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
source: "../icon.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user