FeedTheMonkey/main.qml
2014-11-11 23:59:26 +01:00

15 lines
212 B
QML

import QtQuick 2.3
import QtQuick.Controls 1.2
ApplicationWindow {
id: window
visible: true
width: 360
height: 360
menuBar: TheMenuBar {}
Content {
anchors.fill: parent
}
}