aboutsummaryrefslogtreecommitdiffstats
path: root/examples/treeview/customdelegate/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Avoid conflict between TreeView in QtQuick and MarketplaceRichard Moe Gustavsen2022-01-061-1/+1
| | | | | | | | | | | | | | Both QtQuick and QtQuick.TreeView exports a TreeView item in Qt 6.3. In order to avoid conflict, all usage of the marketplace version in Qt 6.3 will need to either: 1. import it into a namespace 2. use TreeViewTemplate instead of TreeView as a prefix for enums 3. Create a custom subclass of TreeViewTemplate that is named something else than "TreeView" (e.g "CustomTreeView"). Change-Id: I74f04eea4e279ccbef713b1894d9fb09cbd94dc8 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* Update correct marketplace license headerJani Heikkinen2020-10-221-8/+11
| | | | | | | | | Use header.GPL3-MARKETPLACE-QT which must be used in marketplace components Change-Id: Idf5bb061b0724f4bc0f691586eb74e839fe0ad37 Reviewed-by: Tino Pyssysalo <tino.pyssysalo@qt.io> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
* Add missing lines to license headersRichard Moe Gustavsen2020-06-031-0/+2
| | | | | Change-Id: Ic2e24da36e72c94aa3192aabd10858e3a79658ef Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Make TreeView a proper Qt moduleRichard Moe Gustavsen2020-05-201-0/+90
Change-Id: I1f7214bf6ea9ce6e006ed30f7ee7bf36d3de3e39 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>