Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-30211

"Go to slot..." window problem with three monitor setup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P5: Not important
    • None
    • Qt Creator 12.0.1
    • Widget Designer
    • None
    • Windows 11, MSVC, Qt 6.6.1
    • Windows

    Description

      Hi! I have a three monitor setup in which the QtCreator designer's "Go to slot..." window size calculation makes a weirdly looking window.
      The problem is in qttools\src\designer\src\lib\shared\selectsignaldialog.cpp : 48

          const QRect availableGeometry = screen()->geometry();
          resize(availableGeometry.width() / 5, availableGeometry.height() / 2);
      

      This code makes the dialog look like this:

      My screen configuration looks like this:

      Thank you!

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            sbela Sebestyén Béla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes