Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-44078

Feature request: LayoutGroup

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.5.0
    • Quick: Layouts
    • None

      Better naming suggestions welcome, but the idea is more or less:

      LayoutGroup { id: col1 }
      LayoutGroup { id: col2 }
      
      ListView {
          model: 20
          delegate: Row {
              width: parent.implicitWidth
              Text {
                  text: "..."
                  Layout.group: col1
                  width: col1.implicitWidth
              }
              Text {
                  text: "............"
                  Layout.group: col2
                  width: col2.implicitWidth
              }
          }
      }
      

      => A light-weight table view.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            smd Jan Arve
            jpnurmi J-P Nurmi
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes