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 set postion/width/Height of the controls for different Screen size, Orientation?
Forum Updated to NodeBB v4.3 + New Features

How to set postion/width/Height of the controls for different Screen size, Orientation?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 470 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.
  • M Offline
    M Offline
    Mathan M
    wrote on last edited by
    #1

    Hi all,

    I want to set the height and width to controls like text box/labels which should be adjustable according to screen size and orientation.

    Button {
    id: idbtnSubmit
    x: 8
    y: 212
    width: 141
    height: 39

            onClicked: {
    

    }
    }

    Now, the position/Height/Width are defined static, But it should not like this.
    How to set the position/Height/width for different sizes?

    jsulmJ 1 Reply Last reply
    0
    • M Mathan M

      Hi all,

      I want to set the height and width to controls like text box/labels which should be adjustable according to screen size and orientation.

      Button {
      id: idbtnSubmit
      x: 8
      y: 212
      width: 141
      height: 39

              onClicked: {
      

      }
      }

      Now, the position/Height/Width are defined static, But it should not like this.
      How to set the position/Height/width for different sizes?

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

      @Mathan-M You should use layouts for that: http://doc.qt.io/qt-5/qtquicklayouts-index.html

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

      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