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

Make identical Top level windows cascade

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • GUI: Window management
    • None
    • Mac

    • macOS

    Description

      In native mac applications, and on other platforms, opening windows of the same type on top of each other cascades nicely.

      Qt Mac applications show() directly on top of each other.

      It would be nice if they were offset automatically.

      #include <QtGui> 
      
      int main(int argc, char *argv[]) 
      { 
      QApplication app(argc, argv); 
      QMainWindow w1; 
      QMainWindow w2; 
      QMainWindow w3; 
      
      w1.show(); 
      w2.show(); 
      w3.show(); 
      
      return app.exec(); 
      } 
      

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            dettman Dean Dettman (Inactive)
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            5 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes