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. Does creating apps without any layouts create any problems ?
Forum Updated to NodeBB v4.3 + New Features

Does creating apps without any layouts create any problems ?

Scheduled Pinned Locked Moved Solved General and Desktop
24 Posts 6 Posters 6.5k 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.
  • A Ahti
    8 Jun 2017, 13:02

    @jsulm I was working on a project in my old pc but now i brought a new pc and i moved the same project in my new pc ( which has a different resolution ) but now when i run the same project on my new pc all the text and some widgets get out of alignment and for that reason i had left that project as its. I didn't used any layout in the project so now i thought maybe its because of these layouts why it looks so ugly.

    J Online
    J Online
    jsulm
    Lifetime Qt Champion
    wrote on 9 Jun 2017, 04:18 last edited by jsulm 6 Sept 2017, 04:20
    #21

    @Ahti That is a perfect example why you SHOULD use layouts and what happens if you don't.
    Just use layouts (it is really not hard) and you will not have such problems.

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

    A 1 Reply Last reply 11 Jun 2017, 14:07
    1
    • J jsulm
      9 Jun 2017, 04:18

      @Ahti That is a perfect example why you SHOULD use layouts and what happens if you don't.
      Just use layouts (it is really not hard) and you will not have such problems.

      A Offline
      A Offline
      Ahti
      wrote on 11 Jun 2017, 14:07 last edited by
      #22

      @jsulm after using gridlayout the text appears small why ? have a look:

      https://postimg.org/image/axyj3cyor/

      what is a signature ?? Lol

      V J 2 Replies Last reply 12 Jun 2017, 03:41
      0
      • A Ahti
        11 Jun 2017, 14:07

        @jsulm after using gridlayout the text appears small why ? have a look:

        https://postimg.org/image/axyj3cyor/

        V Offline
        V Offline
        Venkatesh V
        wrote on 12 Jun 2017, 03:41 last edited by
        #23

        @Ahti
        Hi
        Font size is varies from device to device based on their screen resolution. so that before going to give font size calculate with screens dpi and set the size.

        1 Reply Last reply
        1
        • A Ahti
          11 Jun 2017, 14:07

          @jsulm after using gridlayout the text appears small why ? have a look:

          https://postimg.org/image/axyj3cyor/

          J Online
          J Online
          jsulm
          Lifetime Qt Champion
          wrote on 12 Jun 2017, 04:21 last edited by
          #24

          @Ahti If the font is too small then increase its size

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

          1 Reply Last reply
          2

          21/24

          9 Jun 2017, 04:18

          • Login

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