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

When you minimize and maximize the application on the second screen, it always appears on the first screen where the application was started

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.5.2
    • None
    • Windows

    Description

      Note: If the window is not maximised, there is no problem

      Here is a simple example of this wrong behaviour:

      #include <QtWidgets>
      int main(int argc, char* argv[]){   
       QApplication* app = new QApplication(argc, argv);
       QWidget*w=new QWidget();    
       w->showMaximized();    
       return app->exec();
      }
      

       

      Attachments

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

        Activity

          People

            owolff Oliver Wolff
            malaz_naoura mezo masah
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes