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

        1. image-2024-01-15-17-18-37-677.png
          198 kB
          Sebestyén Béla
        2. image-2024-01-15-17-20-16-362.png
          4 kB
          Sebestyén Béla
        3. image-2024-01-15-19-40-40-253.png
          2.53 MB
          Sebestyén Béla
        4. qtdiag.txt
          16 kB
          Sebestyén Béla
        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