Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. anchoring

    Log in to post
    • All categories
    • jeanmilost

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

      5
      0
      Votes
      5
      Posts
      465
      Views

      fcarney

      @jeanmilost Because of z ordering issues between delegates you will most likely need a popup.

    • Tom asso

      Solved seemingly "simple" layout problem
      QML and Qt Quick • anchoring layout strategy • • Tom asso

      8
      0
      Votes
      8
      Posts
      330
      Views

      Markkyboy

      @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.

    • K

      Unsolved RowLaoyut reload/refresh after dynamic anchoring
      QML and Qt Quick • layout anchoring dynamic • • Kyeiv

      1
      0
      Votes
      1
      Posts
      174
      Views

      No one has replied

    • T

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

      1
      0
      Votes
      1
      Posts
      174
      Views

      No one has replied

    • S

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

      2
      0
      Votes
      2
      Posts
      366
      Views

      SGaist

      Hi,

      From the looks of it, you will likely have to implement your own layout.

    • O

      Unsolved How to use anchoring?
      QML and Qt Quick • anchoring newbie help • • omerfurkan

      4
      0
      Votes
      4
      Posts
      649
      Views

      Bhushan_Sure

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