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 Resolution Problem

Application Resolution Problem

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 435 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.
  • Pranit PatilP Offline
    Pranit PatilP Offline
    Pranit Patil
    wrote on last edited by
    #1

    I developed one Application Based on Qt using Qt 4.6.0 Based on Qt 5.10.1 (MSVC 2015, 32 bit) on 1366 * 786 resolution . on my own system is working fine but not working on low resolution like 1280 * 700 some part of application cut.

    please help me
    Thank you

    @Embedded Software Developer
    God has given you one face, and you make yourself another.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Normally one would use layouts in the design of the app
      to allow it to scale on various resolutions.
      http://doc.qt.io/qt-5/layout.html

      1 Reply Last reply
      5
      • Pranit PatilP Offline
        Pranit PatilP Offline
        Pranit Patil
        wrote on last edited by
        #3

        Thanks for reply.
        but its for internal application settings.its not relevant to my problem

        @Embedded Software Developer
        God has given you one face, and you make yourself another.

        mrjjM 1 Reply Last reply
        0
        • Pranit PatilP Pranit Patil

          Thanks for reply.
          but its for internal application settings.its not relevant to my problem

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

          @Pranit-Patil
          I dont see how u can say its not relevant ?
          if u want to have it scale , it is how you do it. with layouts.
          else you need to do it manually
          calling resize on mainwindow and manage size yourself.

          Your main window is simply bigger than 1280x700 and hence its cut.
          if you just want to fix that case, open the UI file
          and set its width / height to smaller. ( or drag in corners)

          1 Reply Last reply
          5

          • Login

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