Navigation

    Qt Forum

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

    • UNSOLVED How to pass the tab focus to the first visible item in a ListView?
      QML and Qt Quick • focus tab order list view • • jeanmilost  

      1
      0
      Votes
      1
      Posts
      137
      Views

      No one has replied

    • UNSOLVED How to stop the tab order to be propagated through SwipeView pages?
      QML and Qt Quick • swipeview tab order tab key tab switching • • jeanmilost  

      1
      0
      Votes
      1
      Posts
      86
      Views

      No one has replied

    • SOLVED How do i make ColumnLayout draw items directly under each other
      QML and Qt Quick • columnlayout spacing order • • Kyeiv  

      12
      0
      Votes
      12
      Posts
      385
      Views

      I managed to solve the issue changing the code to: ColumnLayout { id: listcolumn2 Layout.fillWidth: true Layout.preferredWidth: 500 Layout.minimumWidth: 100 spacing: 0 ColumnLayout { id: sublistcolumn1 Text{...} ListView { id: lv1 Layout.fillHeight: true Layout.fillWidth: true Layout.minimumHeight: lv1.contentItem.childrenRect.height } Layout.fillWidth: true Layout.preferredWidth: 500 Layout.minimumWidth: 100 } ColumnLayout { id: sublistcolumn2 Text{...} ListView { id: lv2 Layout.fillHeight: true Layout.fillWidth: true Layout.minimumHeight: lv2.contentItem.childrenRect.height } Layout.fillWidth: true Layout.preferredWidth: 500 Layout.minimumWidth: 100 } Item { id: filler Layout.fillHeight: true Layout.fillWidth: true Layout.preferredWidth: 500 Layout.minimumWidth: 100 } }
    • SOLVED How to display the images in GridView in descending order ?
      QML and Qt Quick • qml gridview order local file display image • • AdrianJade  

      2
      0
      Votes
      2
      Posts
      533
      Views

      I finally found the answer in my problem: FolderListModel { ... sortReversed: true }
    • Event processing and orders
      General and Desktop • event timer order queued • • qtacc32  

      2
      0
      Votes
      2
      Posts
      971
      Views

      Pushing again.