Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8
-
None
-
Fedora 40, KDE Plasma
Description
Qt 6.8 adds support for Popup being proper windows, which is great!
When testing this in KDE apps I found a problem for making use of this though.
When enabling via "popupType: QQC2.Popup.Window" the window gets a server-side titlebar. This conflicts with Kirigami's dialog design, which assumes there is no titlebar.
To address this we want to be able to suppress the titlebar, i.e. apply the FramelessWindowHint flag to the popup window. As far as I can tell there is no API in Popup to pass window flags to the created window