How to use 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.
-
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.
-
Hi @omerfurkan , You can watch this youtube link " https://www.youtube.com/watch?v=U2kcoxKKttI ", in this anchor is been explained with practical.