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. Application that suits all resolution
Forum Updated to NodeBB v4.3 + New Features

Application that suits all resolution

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 3 Posters 893 Views 1 Watching
  • 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.
  • ManiRonM Offline
    ManiRonM Offline
    ManiRon
    wrote on last edited by aha_1980
    #1

    I want to create an application that suits all the resolution ?
    Is it possible?
    please suggest any idea

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      What's your actual problem? Qt automatically resizes the elements when using layouts.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      ManiRonM 1 Reply Last reply
      3
      • Christian EhrlicherC Christian Ehrlicher

        What's your actual problem? Qt automatically resizes the elements when using layouts.

        ManiRonM Offline
        ManiRonM Offline
        ManiRon
        wrote on last edited by
        #3

        @Christian-Ehrlicher I used layout but when the application is minimized in a low resolution the application is being cut from the screen

        mrjjM 1 Reply Last reply
        0
        • ManiRonM ManiRon

          @Christian-Ehrlicher I used layout but when the application is minimized in a low resolution the application is being cut from the screen

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          @ManiRon
          Hi
          You might have some widget that have either
          fixed size or minimum size set and the layout cannot
          compress it further.

          ManiRonM 1 Reply Last reply
          0
          • mrjjM mrjj

            @ManiRon
            Hi
            You might have some widget that have either
            fixed size or minimum size set and the layout cannot
            compress it further.

            ManiRonM Offline
            ManiRonM Offline
            ManiRon
            wrote on last edited by
            #5

            @mrjj
            ya it is oh so that might cause the problem ?

            mrjjM 1 Reply Last reply
            0
            • ManiRonM ManiRon

              @mrjj
              ya it is oh so that might cause the problem ?

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @ManiRon
              yes it could be.
              But just try it on the hires screen.
              Drag the size (resize) and see how small its allowed to become.
              Qt itself do not prevent very small sizes but
              setting fixed or minimum will/might.

              ManiRonM 1 Reply Last reply
              0
              • mrjjM mrjj

                @ManiRon
                yes it could be.
                But just try it on the hires screen.
                Drag the size (resize) and see how small its allowed to become.
                Qt itself do not prevent very small sizes but
                setting fixed or minimum will/might.

                ManiRonM Offline
                ManiRonM Offline
                ManiRon
                wrote on last edited by
                #7

                @mrjj
                how to enable scroll bar for the whole application based on screen resolution ?

                mrjjM 1 Reply Last reply
                0
                • ManiRonM ManiRon

                  @mrjj
                  how to enable scroll bar for the whole application based on screen resolution ?

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @ManiRon
                  Hi
                  There is no scrollbar for whole application.
                  For such effect, all the widget must be in a QScrollArea which then would
                  show the scrollbars.

                  1 Reply Last reply
                  1

                  • Login

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