aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktreeview_p.h
Commit message (Expand)AuthorAgeFilesLines
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-171-0/+1
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-181-2/+0
* TreeView: add support for setting a root indexRichard Moe Gustavsen2023-05-241-0/+6
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-131-1/+5
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-231-1/+1
* Remove Qt key words from header filesYuhang Zhao2022-07-191-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QQuickTreeView: add keyboard navigation supportRichard Moe Gustavsen2022-05-061-0/+3
* QQuickTableView: change order of row and columnRichard Moe Gustavsen2022-04-071-1/+1
* QQuickTableView: refactor mapping functions from QQuickTreeViewRichard Moe Gustavsen2022-03-051-5/+3
* QQuickTreeView: add expandToIndex()Richard Moe Gustavsen2022-02-181-0/+1
* QQuickTreeView: add collapseRecursively()Richard Moe Gustavsen2022-02-141-1/+2
* QQuickTreeView: add expandRecursively()Richard Moe Gustavsen2022-02-141-1/+3
* TreeView: add missing QML_ADDED_IN_VERSIONShawn Rutledge2022-02-041-0/+1
* quick: add qquicktreeviewRichard Moe Gustavsen2021-12-041-0/+96