Details
-
Task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
-
275920de57feac59f4ab70abbe9df890732c2d19 ; d7912724074fb1ff771534771042743ac811aead, d3eca6874 (dev), 90fe9874d (dev), a1e6fed44 (dev), 5feefd307 (dev)
Description
Some modern applications use the titlebar area to place UI elements like searchbars or tabs. Currently only MacOS is supported to extend the client area into the titlebar. Other platforms could be supported by having a frameless window, which draws the Titlebar on its own. This could be achieved with reinterpreting the window flags
Qt::FramelessWindowHint Qt::WindowCloseButtonHint Qt::WindowMaximizeButtonHint Qt::WindowTitleHint
The user would need to keep care that UI elements in the titlebar do not overlap with the maximize/minimize/close buttons that are drawn.
Attachments
Issue Links
- relates to
-
QTBUG-132243 Qt::ExpandedClientAreaHint on Wayland/X11
-
- Reported
-
- resulted in
-
QTBUG-133944 Qt::ExpandedClientAreaHint results in drawing artifacts when resizing on Windows
-
- Reported
-
-
QTBUG-133946 Qt::ExpandedClientAreaHint breaks minimizing on Windows
-
- Reported
-
-
QTBUG-133941 Qt::ExpandedClientAreaHint results in losing window icon on Windows
-
- Closed
-
-
QTBUG-133942 Qt::ExpandedClientAreaHint results in losing default window title on Windows
-
- Closed
-
-
QTBUG-133945 Qt::ExpandedClientAreaHint results in wrong color for close button on Windows
-
- Closed
-
- mentioned in
-
Page Loading...