Standard way of knowing if window "is wide"

This commit is contained in:
miruka
2019-07-18 01:18:06 -04:00
parent 902ac250b0
commit fa61e8f0e3
6 changed files with 16 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ ApplicationWindow {
property bool debug: false
property bool ready: false
property bool isWide: width > theme.isWideAbove
Component.onCompleted: {
Qt.application.organization = "harmonyqml"