aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/responsivelayouts/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update Responsive Layouts ExampleMatthias Rauter2023-12-031-0/+0
| | | | | | Fixes: QTBUG-119388 Change-Id: I66c7bf0e0aaba13a04b9cc7e6f042ded47e0b0b1 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* Doc: Add example categories for qtquickJaishree Vyas2023-09-261-0/+1
| | | | | | | Task-number: QTBUG-116334 Pick-to: 6.5 6.6 Change-Id: I993b6157c3ef8a69e4e218d62596b5219ab4b34b Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Introduction of LayoutItemProxyJan Arve Sæther2023-06-022-0/+66
The LayoutItemProxy is a proxy for an arbitrary QuickItem that is intended to be used in Layouts. This allows to position a QuickItem in multiple layouts to build responsive layouts. [ChangeLog][Layouts] Added LayoutItemProxy, a helper item for writing responsive layouts. Task-number: QTBUG-71153 Change-Id: Ief2bdbf44b3b346157ce2c71a313cc1e132f49ac Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>