diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-09-16 09:50:29 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-09-17 10:52:17 +0200 |
| commit | 2aca4661519bc4c97354cae4871f39a099d294a4 (patch) | |
| tree | 7b74f872bd64f816e22df9c97a1f8e8f2ce81dc0 /examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml | |
| parent | df85d6027debb67562c1ad36147c997de6ff2bed (diff) | |
Update the filesystemexplorer example
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>
Diffstat (limited to 'examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml')
| -rw-r--r-- | examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml b/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml index 7f7798ed8..36f2ac3b2 100644 --- a/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml +++ b/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml @@ -1,6 +1,5 @@ // Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause - import QtQuick import QtQuick.Controls.Basic import QtQuick.Layouts @@ -22,7 +21,7 @@ ApplicationWindow { visible: true color: Colors.background flags: Qt.Window | Qt.FramelessWindowHint - title: qsTr("File System Explorer Example") + title: qsTr("File System Explorer") function getInfoText() : string { let out = root.currentFilePath |
