Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LayoutBuilder: Rework | hjk | 2023-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Everying is a LayoutItem now, and everything is split into a proper setup and execution phase. Execution happens only via LayoutBuilder (directly or via convenience wrappers in LayoutItem). No direct access to the widget in creation, funnel out is via the new bindTo() facility. Change-Id: I7eb38fd736ae57a68f9a72a6add5c767da82b49f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> | ||||
* | Layouting: Add some example code as show case | hjk | 2023-05-02 | 3 | -0/+83 |
Change-Id: I92842c7859514397748e744949688090154772df Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io> |