qtdeclarative/examples/quickcontrols/filesystemexplorer/qml
Fabian Kosmale 70a111d05f FileSystemExplorer: Add missing import
When running on the example, qmllint would complain that it doesn't know
about Qt.RightEdge (and BottomEdge). The reason for that is that the
global Qt namespace is only exposed by the global Qt object from
builtins. Controls doesn't actually expose that one, so we need to
import QtQml (QML would work, too, but that's mostly internal).

Pick-to: 6.10
Fixes: QTBUG-138171
Change-Id: I28004e1d36ae6d07a1a01a72ecf716b17ca5b9ec
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
2025-07-17 16:11:53 +02:00
..
About.qml Fix issue in File System explorer example with about popup text wrap 2023-10-25 11:21:52 +02:00
Colors.qml Filesystem Explorer Example: Introduce version 2 2023-08-21 14:10:04 +02:00
Editor.qml Update manual tests and examples for change in default size policy 2024-02-21 14:27:54 +01:00
FileSystemView.qml Filesystem Explorer: Add a minimum width and height 2024-01-16 11:38:39 +01:00
MyMenu.qml Filesystem Explorer Example: Introduce version 2 2023-08-21 14:10:04 +02:00
MyMenuBar.qml Filesystem Explorer Example: Introduce version 2 2023-08-21 14:10:04 +02:00
ResizeButton.qml FileSystemExplorer: Add missing import 2025-07-17 16:11:53 +02:00
Sidebar.qml Update manual tests and examples for change in default size policy 2024-02-21 14:27:54 +01:00
WindowDragHandler.qml