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

All top-level windows are created in the same position on start

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0
    • 5.0.0 Beta 1
    • GUI: Window management
    • None
    • Transient centered: 153d613353863987322db81f3c31e33541ef7226 (qtbase/stable, 10.12.2012, 5.1)

    Description

      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
      
          QListWidget list;
          QTreeWidget tree;
      
          list.show();
          tree.show();
      
          return a.exec();
      }
      

      The listwidget and the treewidget appear one directly on top of the other in the center of the screen. With Qt 4.8 they appear at different locations.

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            stephen.kelly Stephen Kelly (Unused account) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes