How to use anchoring?
-
wrote on 27 Oct 2018, 22:47 last edited by
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?
-
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?
@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.
-
wrote on 28 Oct 2018, 10:41 last edited by
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.
-
wrote on 28 Oct 2018, 15:42 last edited by
Hi @omerfurkan , You can watch this youtube link " https://www.youtube.com/watch?v=U2kcoxKKttI ", in this anchor is been explained with practical.
2/4