aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/filesystemexplorer/FileSystemModule
Commit message (Collapse)AuthorAgeFilesLines
* Update the filesystemexplorer exampleFriedemann Kleint2025-09-176-4/+8
| | | | | | | | Pick-to: 6.10 Task-number: PYSIDE-2206 Change-Id: Icc13acc679060bd3945f27e805ae00d40a16644f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
* Filesystemexplorer-example: port v2Dennis Oberst2024-01-2314-379/+652
| | | | | | | | | | Since we're touching the example: improve the visualization of files inside the tree-view and provide a minimum width and height. Task-number: PYSIDE-2576 Task-number: QTBUG-119785 Change-Id: I47c6d3eb02436a9ab4213e9b8195b32eaaf37573 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* File system explorer example: Improve shortcutsFriedemann Kleint2023-10-251-2/+3
| | | | | | | | Use the standard keys for zoom and the common Ctrl+Q for quit. Pick-to: 6.6 Change-Id: I3659a5a84bc1e46938729710af31c834b8a50ed8 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* example: add qtquickcontrols filesystemexplorerDennis Oberst2023-03-2922-0/+1087
This example was ported from the qt/quickcontrols repository Pick-to: 6.5 Task-number: PYSIDE-2224 Change-Id: Id323d21a4ae40f2105fe1e3858a16254aebc04e6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>