aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/universal/HorizontalHeaderViewDelegate.qml
Commit message (Collapse)AuthorAgeFilesLines
* QuickControls: Add vertical and horizontal header view delegatesMohammadHossein Qanbari2025-03-061-0/+33
Implement QQuickHeaderViewDelegate as the base class for header view delegates, introducing 'headerView' and 'orientation' properties. Separate previous delegate settings into HorizontalHeaderViewDelegate and VerticalHeaderViewDelegate components for Basic, Fusion, and Imagine styles. This change improves the modularity and reusability of header view delegates across different styles. It also allows for more consistent behavior and easier customization of header views. A test suite has been added to verify default property settings and ensure the new components work without warnings. [ChangeLog][QtQuickControls][HeaderView] Add dedicated delegate components for vertical and horizontal header views. Task-number: QTBUG-70326 Change-Id: I8831e77f6909bdae13c3a7262145ab156f63a59a Reviewed-by: Mitch Curtis <[email protected]>