Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. anchoring
    Log in to post

    • SOLVED How to add a component onto the whole row of a multi-column TableView?
      QML and Qt Quick • tableview row anchoring multi-column • • jeanmilost  

      5
      0
      Votes
      5
      Posts
      291
      Views

      @jeanmilost Because of z ordering issues between delegates you will most likely need a popup.
    • SOLVED seemingly "simple" layout problem
      QML and Qt Quick • anchoring layout strategy • • Tom asso  

      8
      0
      Votes
      8
      Posts
      191
      Views

      @Tom-asso I know what you mean, there are instances where I have thought that QML should recognise and apply methods accordingly to iron out various problems, but I am also told on numerous occasions that Qt/QML is a 'declarative' programming language, meaning we must declare everything we want the program/module to execute. I also admit to rarely using 'Item' in any of my applications so I'm somewhat unfamiliar to its usage. So, yes, it seems that you must tell 'Item' via width/height what has changed or it won't know, why this is the case is unknown to me, I guess it's just the way it is with that particular module......I'm also still very much a 'noob' when it comes to all things QML, despite fiddling with it for the last 5 or more years.
    • UNSOLVED RowLaoyut reload/refresh after dynamic anchoring
      QML and Qt Quick • layout dynamic anchoring • • Kyeiv  

      1
      0
      Votes
      1
      Posts
      101
      Views

      No one has replied

    • UNSOLVED QML load file.qml and scale
      QML and Qt Quick • qml loader scale anchoring • • TMJJ001  

      1
      0
      Votes
      1
      Posts
      123
      Views

      No one has replied

    • UNSOLVED How can I align certain widgets to specific points in a pixmap edges.
      General and Desktop • layout pixmap qgraphicspixmap anchoring qgraphicsanchor • • SajasKK  

      2
      0
      Votes
      2
      Posts
      292
      Views

      Hi, From the looks of it, you will likely have to implement your own layout.
    • UNSOLVED How to use anchoring?
      QML and Qt Quick • help newbie anchoring • • omerfurkan  

      4
      0
      Votes
      4
      Posts
      540
      Views

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