aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/snippets/qtquickcontrols-itemdelegate.qml
Commit message (Collapse)AuthorAgeFilesLines
* Doc: fix warning in ItemDelegate snippetMitch Curtis2024-06-141-1/+2
| | | | | | | | | | | | | The error was: TypeError: Cannot read property 'width' of null Change-Id: I0505e806130769fb7a2ed77b18c80393476edafd Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit 7e3e1295f4e240afc9532bc0ab47ff3644ffc008) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 4397d6490ad96be31b85af6acbc911c19d7682b9) (cherry picked from commit e3cc449dfc88a7a070df33b1a20b368e54b55775)
* Doc: remove "2" from Qt Quick Controls filesMitch Curtis2022-12-011-0/+24
Work on this was already started for the documentation in 1abdfe5d5a052f2298b7bf657513dfa7e0c66a56. The CMake target (docs_QuickControls2) probably can't be renamed until we rename the library, which won't happen until Qt 7. Task-number: QTBUG-95413 Change-Id: Ied20805a91286436606577c3de39671a447f27dd Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>