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

Feature request: LayoutGroup

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes