Commit Graph

2 Commits

Author SHA1 Message Date
Lucie Gérard 9c5fc88388 Correct license for test files
According to QUIP-18 [1], all test files should be
LicenseRef-Qt-Commercial OR GPL-3.0-only

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: I26d72e8de04d4c7c57b3b7838af5d033265de5ba
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2024-02-27 10:32:21 +01:00
Matthias Rauter 9982f16ead Add uniformCellWidths and uniformCellHeights to QuickLayout
Some users wish to make layouts with uniform column widths or
uniform row heights, ignoring the sizeHints of individual items.
This patch enables this mode in the QuickLayout.

[ChangeLog][Layouts] Added uniformCellSizes properties to QuickLayout

Change-Id: I25777d4d47d8d943f69e8f829a6d9602abccad92
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
2023-06-01 14:10:53 +02:00