Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to add automatic resizing to already designed UI ?
QtWS25 Last Chance

How to add automatic resizing to already designed UI ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 362 Views
  • 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.
  • R Offline
    R Offline
    RahibeMeryem
    wrote on last edited by
    #1

    I have already designed my UI for a bigger screen size which using 4K resolution.
    But now I need lower resolution version of this UI.

    How can I make automatically resize ALL without breaking the design integrity of the all widgets/buttons etc ?

    Best

    jsulmJ 1 Reply Last reply
    0
    • R RahibeMeryem

      I have already designed my UI for a bigger screen size which using 4K resolution.
      But now I need lower resolution version of this UI.

      How can I make automatically resize ALL without breaking the design integrity of the all widgets/buttons etc ?

      Best

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @RahibeMeryem Use layouts: https://doc.qt.io/qt-5/layout.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • R Offline
        R Offline
        RahibeMeryem
        wrote on last edited by
        #3

        Screen Shot 2020-08-07 at 17.57.46.png

        I read but didn't understand how to solve my problem.

        I have already UI designed. Trying to this gui resizable without changing the appearance.

        Pablo J. RoginaP JonBJ 2 Replies Last reply
        0
        • R RahibeMeryem

          Screen Shot 2020-08-07 at 17.57.46.png

          I read but didn't understand how to solve my problem.

          I have already UI designed. Trying to this gui resizable without changing the appearance.

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @RahibeMeryem maybe you need to take a look at working with layouts in Designer along with more about layouts

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          3
          • R RahibeMeryem

            Screen Shot 2020-08-07 at 17.57.46.png

            I read but didn't understand how to solve my problem.

            I have already UI designed. Trying to this gui resizable without changing the appearance.

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by JonB
            #5

            @RahibeMeryem
            You must read the links @Pablo-J-Rogina has given you.

            In your screenshot, where you see all those red "no entry" signs on your central widget and each of the tabs, that is Designer warning you that you need to set a layout on that widget.

            And having correct layouts is a prerequisite for resizing.

            1 Reply Last reply
            2

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved