Navigation

    Qt Forum

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

    • SOLVED How to insert an Item at any position in StackLayout?
      QML and Qt Quick • qml qtquick2 qtquick.control stacklayout • • pra7  

      3
      0
      Votes
      3
      Posts
      2420
      Views

      @Eeli-K Thanks for your suggestion and I will give a try.But I found a way to insert an item at the particular index by using repeaters and Object Model inside a layout, For more information can also refer below link: https://stackoverflow.com/a/43225476/6336374
    • SOLVED How to Remove an item from Column Element
      QML and Qt Quick • qml qtquick qtquick2 column qtquick.control • • pra7  

      3
      0
      Votes
      3
      Posts
      916
      Views

      @Eeli-K Thanks for the suggestion it worked and also there is another approach "Component.CreateObject()" in which we can create and destroy objects dynamically.
    • UNSOLVED StackView issue when "StackView.Immediate" is used.
      QML and Qt Quick • qml qtquick2 stackview qtquick.control • • pra7  

      1
      0
      Votes
      1
      Posts
      513
      Views

      No one has replied

    • UNSOLVED Problem with emulator on windows
      Mobile and Embedded • qtquick.control emulator android emulato • • tronky  

      1
      0
      Votes
      1
      Posts
      422
      Views

      No one has replied

    • Mixing Qt Quick Controls 1.x and 2.x
      QML and Qt Quick • qtquick.control • • hamer  

      3
      1
      Votes
      3
      Posts
      2731
      Views

      Thanks! Good to know that this should work.
    • ApplicationWindow's transparent property has no effect in Linux system
      QML and Qt Quick • qtquick.control applicationwind • • ericwang  

      4
      0
      Votes
      4
      Posts
      990
      Views

      color: "transparent" works correctly for me in an ApplicationWindow on Linux.