diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 21:23:19 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 21:23:19 +0700 |
commit | a21a42f2b1ae8fefe57c80409a1dbc24698933d5 (patch) | |
tree | 02d94b54dc3978f416c64f9767d2536a481f75cc /main.qml | |
parent | 9e568057534642a43dfb2f1332930004e8002d60 (diff) |
prepare for Material components
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,12 +1,15 @@ import QtQuick 2.12 import QtQuick.Controls 2.12 +import QtQuick.Controls.Material 2.12 ApplicationWindow { id: appWindow - width: 362 - height: 628 + width: 360 + height: 640 visible: true + Material.accent: Material.DeepPurple + StackView { id: stackView anchors.fill : parent |