Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to use anchoring?
Forum Update on Monday, May 27th 2025

How to use anchoring?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
anchoringnewbiehelp
4 Posts 3 Posters 987 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.
  • O Offline
    O Offline
    omerfurkan
    wrote on 27 Oct 2018, 22:47 last edited by
    #1

    Hi, I'm newbie. I have some questions.

    How to use anchoring? I want to develop a mobile application but I have no knowledge about anchoring.

    I want to make responsive designs. Can responsive designs be made without using anchoring?

    S 1 Reply Last reply 28 Oct 2018, 07:06
    0
    • O omerfurkan
      27 Oct 2018, 22:47

      Hi, I'm newbie. I have some questions.

      How to use anchoring? I want to develop a mobile application but I have no knowledge about anchoring.

      I want to make responsive designs. Can responsive designs be made without using anchoring?

      S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 28 Oct 2018, 07:06 last edited by
      #2

      @omerfurkan said in How to use anchoring?:

      How to use anchoring? I want to develop a mobile application but I have no knowledge about anchoring.

      Qt documentation describes this in great detail: link.

      I want to make responsive designs. Can responsive designs be made without using anchoring?

      Yes, you can use Layouts instead of anchors. Personally I'd recommend using Layouts and only reverting to anchors when necessary. Then, if all else fails, manual positioning (setting x, y manyally or via some properties) is the last resort, but should be avoided at all cost.

      (Z(:^

      1 Reply Last reply
      3
      • O Offline
        O Offline
        omerfurkan
        wrote on 28 Oct 2018, 10:41 last edited by
        #3

        Is there an educational material related to this topic? Because it's a very difficult topic for someone who has never done mobile programming before.

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Bhushan_Sure
          wrote on 28 Oct 2018, 15:42 last edited by
          #4

          Hi @omerfurkan , You can watch this youtube link " https://www.youtube.com/watch?v=U2kcoxKKttI ", in this anchor is been explained with practical.

          1 Reply Last reply
          4

          4/4

          28 Oct 2018, 15:42

          • Login

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