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

Provide row and col spacing properties in Grid object

    XMLWordPrintable

Details

    • 2601011f1c0168f080c488be09c888042812f7cb

    Description

      Provide separately row and column spacing instead of common spacing in Grid object. It is very inconvenient to use Column with Row instead Grid for providing this functionality. I try to explain what I want with code below:

      Grid {
          column: 3
          spacing.col: 4 // instead of spacing
          spacing.row: 24 // instead of spacing
          Repeater {
              model: 6
              Text { text: index }
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              glwatson Glenn Watson
              joe Sam Protsenko
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes