Maximum height of content item of ApplicationWindow (QtQuickControls2) in macOS
Unsolved
QML and Qt Quick
-
Hi,
what's the maximum height of the content item of an application window? It should be Screen.height - heightOfMacOSMenuBar - heightOfWindowTitleBar, but what are these two heights? As far as I found out Screen.height - heightOfMacOSMenuBar could be Screen.desktopAvailableHeight, but I'm not sure.
Thanks!