[Interest] Adjust QML Window flags
Tor Arne Vestbø
Tor.arne.Vestbo at qt.io
Wed Oct 1 22:36:01 CEST 2025
Please file an issue, thanks
On 1 Oct 2025, at 22:16, Alexander Dyagilev <alervdvcw at gmail.com> wrote:
Thanks for the answer.
Unfortunately, this workaround doesn't work. At least Qt 6.9.3 + Android 15. Setting the Qt.ExpandedClientAreaHint flag inside of the onCompleted handler has no effect.
On Wed, Oct 1, 2025 at 10:53 PM Tor Arne Vestbø <Tor.arne.Vestbo at qt.io<mailto:Tor.arne.Vestbo at qt.io>> wrote:
The current workaround is to use Component.onCompleted with flags |= Qt.ExpandedClientAreaHint
On 1 Oct 2025, at 17:52, Tor Arne Vestbø <tor.arne.vestbo at qt.io<mailto:tor.arne.vestbo at qt.io>> wrote:
Unfortunately not: https://bugreports.qt.io/browse/QTBUG-76975
On 1 Oct 2025, at 17:20, Alexander Dyagilev <alervdvcw at gmail.com<mailto:alervdvcw at gmail.com>> wrote:
Hello,
I would like to enable the Qt.ExpandedClientAreaHint flag while keeping all the default flags.
Is it OK to do it this way?
ApplicationWindow {
flags: flags | Qt.ExpandedClientAreaHint
}
_______________________________________________
Interest mailing list
Interest at qt-project.org<mailto:Interest at qt-project.org>
https://lists.qt-project.org/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20251001/db491db2/attachment.htm>
More information about the Interest
mailing list