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. UI file showing different in desktop and laptop ..
Forum Updated to NodeBB v4.3 + New Features

UI file showing different in desktop and laptop ..

Scheduled Pinned Locked Moved General and Desktop
9 Posts 5 Posters 2.9k 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.
  • B Offline
    B Offline
    BibekKumar
    wrote on last edited by
    #1

    Hii
    In my project one ui file is there , when i am viewing that ui file in my laptop( having 15 inch screen ) half of the ui file is not showing , when i am running the same project in my desktop(having bigger screen than my laptop) the same ui file is showing completely . What might be the reason and how to show the full ui in my laptop ??
    Thankxx in adv ..

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      Can you extend your thread with screenshots of the screens and screenshot of QtDesigner window opened with your form?

      1 Reply Last reply
      0
      • B Offline
        B Offline
        BibekKumar
        wrote on last edited by
        #3

        Here is the resolution details :
        Desktop Resolution - 1440 * 900 Laptop Resolution - 1366 * 768

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tucnak
          wrote on last edited by
          #4

          I need screenshots. S-c-r-e-e-n-s-h-o-t-s. Screenshots from computers with opened form and from designer.

          1 Reply Last reply
          0
          • B Offline
            B Offline
            BibekKumar
            wrote on last edited by
            #5

            i got the solution , i just decrease the heigt of my UI file . Now its working fine both in my desktop as well as in my laptop ..

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tucnak
              wrote on last edited by
              #6

              So you should do it:

              @
              Thread * current = devnet->currentThread();
              QString title = current->title();
              title.prepend("[SOLVED] ");
              current->setTitle(title);
              current->update();
              @

              1 Reply Last reply
              0
              • EddyE Offline
                EddyE Offline
                Eddy
                wrote on last edited by
                #7

                Hi,

                Thanks for the tip, but did you see this topic was made more than a year ago?
                if you click the new posts link under your name at the right of the screen, you will be able to see all the recent ones ;-)

                Qt Certified Specialist
                www.edalsolutions.be

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  maximus
                  wrote on last edited by
                  #8

                  Problem is that you probably set the Widget main frame (or children) to a fixed size that is too big for your laptop resolution, check to reduce fixed size, use minimumExpending has sizePolicy for better UI scaling on various system.


                  Free Indoor Cycling Software - https://maximumtrainer.com

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    andre
                    wrote on last edited by
                    #9

                    [quote author="Eddy" date="1396530452"]Hi,

                    Thanks for the tip, but did you see this topic was made more than a year ago?
                    if you click the new posts link under your name at the right of the screen, you will be able to see all the recent ones ;-)[/quote]

                    modbreak: I have removed the posting (and banned the poster) you were replying to for spamming links to a website on taking screenshots.

                    1 Reply Last reply
                    0

                    • Login

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