mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-07 18:23:44 +00:00
9 lines
143 B
QML
9 lines
143 B
QML
import QtQuick 2.5
|
|
import QtQuick.Controls 1.4
|
|
|
|
ApplicationWindow {
|
|
width: 100
|
|
height: 100
|
|
Component.onCompleted: visible = true
|
|
}
|