Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-49624

Add a means to allow Qt applications to use extended client areas

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • None
    • macOS

      Currently Qt applications can only draw in a window's client area. However, some modern platforms now provide facilities for drawing in a window's frame area as well, which has become quite popular lately.

      Qt should provide a means for doing this. Suggested course of action:

      • New Qt window flags:
      • FullSizeContentView
      • NoPaintTitleBarBackground (NSWindow.titlebarAppearsTransparent on OS X)
      • QWindow::effectiveGeometry() == QWindow::frameGeometry() if FullSizeContentView is set else QWindow::geometry(), though an additional concern is that "client geometry" may not necessarily be square. for example, providing the geometry of the reserved "system region" (top-left of the window on OS X, top-right of the window on Windows & WinRT) would be useful

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            tpochep Timur Pocheptsov
            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes