Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.3.0
Description
On the page at: https://doc.qt.io/qt-6/qtquickcontrols2-delegates.html
The table at the top of the page lists five types of delegate control:
- CheckDelegate
- RadioDelegate
- SwipeDelegate
- SwitchDelegate
- TreeViewDelegate
The page then "offers guidelines for choosing the appropriate type of delegate" which discuss four delegate controls:
- ItemDelegate
- RadioDelegate
- SwipeDelegate
- SwitchDelegate
Issues:
- CheckDelegate is not covered, despite being listed
- ItemDelegate is covered, despite not being listed
- TreeViewDelegate is not covered, despite being listed