Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Unsolved Resizing QMainWindow and QDialog

    General and Desktop
    resize qmainwindow qt 5 python3 windows10
    3
    7
    2887
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      Ocram10 last edited by Ocram10

      Hello,
      I would like to know if it is possible to resizing automatically the QMainWindow depending on the Windows' property "resizing and layout" (a sort of zoom) of the desktop..
      Thanks

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        Hi
        Layouts only resizes widgets inside the window.

        It sounds like you want to resize the actual window but what/how does user do it ?

        1 Reply Last reply Reply Quote 1
        • O
          Ocram10 last edited by

          hi,
          i want that the application being adaptive to the resolution and the layout of the available desktop whitout the user's work

          F 1 Reply Last reply Reply Quote 0
          • F
            Fuel @Ocram10 last edited by

            @Ocram10

            you can get the Screen Resolution with QRect rec = QApplication::desktop()->screenGeometry() and at the start up of your program you can set the size of the window that you want. maybe a percentage value.

            O 1 Reply Last reply Reply Quote 0
            • O
              Ocram10 @Fuel last edited by

              @Fuel ok but if i work with two different screen a primary and a secindary how I can adjust the layout of QMainWindow when I put the application from the primary screen to the secondary. Look the different result in the two different image: 1 in the primary screen and 2 in the secondary I want
              to avoid this effect
              0_1507535243022_Cattura1.PNG 0_1507535256711_Cattura2.PNG

              F 1 Reply Last reply Reply Quote 0
              • F
                Fuel @Ocram10 last edited by

                @Ocram10

                you mean when you pull the window from the screen to the other screen? i dont think that its possible. maybe if there is an event that get triggered when you switch screens.

                O 1 Reply Last reply Reply Quote 0
                • O
                  Ocram10 @Fuel last edited by

                  @Fuel the exemples in pyqt-master do it automatically but i don't understsnd what event or property they use

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post