aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts/qquickgridlayoutengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add {horizontal,vertical}StretchFactorJan Arve Sæther2022-12-081-0/+10
| | | | | | | | | | | This utilizes the standard implementation of stretch factors that is already in the QGridLayoutEngine [ChangeLog][QtQuick][Layouts] Added support for stretch factors Fixes: QTBUG-32923 Change-Id: I4afa7636dda465af2230c2919daa5c40831c44ae Reviewed-by: Richard Moe Gustavsen <[email protected]>
* Remove unused QQuickGridLayoutEngine::alignment() functionJan Arve Sæther2022-10-071-7/+0
| | | | | | Pick-to: 6.4 6.2 Change-Id: Ifc8312b796b2c58171957a6cf545571cf7df5ec3 Reviewed-by: Mitch Curtis <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <[email protected]>
* Quick.Layouts: Make plugin optionalFabian Kosmale2021-01-181-0/+61
This moves the Layouts types into a new library and is meant to make them availabe to the QML compiler at some point in the future. Change-Id: I9b2b31a78b0e9ca8b6c0db1fc9272d9941c61814 Reviewed-by: Maximilian Goldstein <[email protected]> Reviewed-by: Ulf Hermann <[email protected]>