Navigation

    Qt Forum

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

    • UNSOLVED Access qml object that was defined in python and dynamically (?) used in a repeater
      QML and Qt Quick • repeater dynamically python access • • SietseAchterop  

      1
      0
      Votes
      1
      Posts
      211
      Views

      No one has replied

    • SOLVED check for clicks on buttons inside a vector?
      General and Desktop • button vector dynamically • • legitnameyo  

      7
      0
      Votes
      7
      Posts
      663
      Views

      Rather than using a bunch of ifs, what about using a QMap or a QHash to store the information and retrieve that in the slot ? This will make your implementation easier to maintain.
    • SOLVED How to properly delete a dynamically created pushbutton from a UI form?
      General and Desktop • delete push button customplugin dynamically ui-setupuithis • • Sh1gs  

      5
      0
      Votes
      5
      Posts
      6918
      Views

      Thank you @mrjj I will go ahead and mark this as solved then. I know my IP Editor isn't exactly elegant, but with the requirements I'm given and the restrictions, I've done the best I can.
    • SOLVED Dynamically adding children to a gridLayout
      QML and Qt Quick • layout dynamically createqmlobject • • dimitriw  

      7
      0
      Votes
      7
      Posts
      5030
      Views

      @dimitriw Glad you were able to solve the problem and thank you for sharing the solution.