aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/filesystemexplorer/filesystemexplorer.pyproject
blob: 8053cfab05ccf1f655ecae79da94678196ad003c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
 "files": [
    "main.py",
    "editormodels.py",
    "FileSystemModule/qmldir",
    "FileSystemModule/app.qrc",
    "FileSystemModule/qmldir",
    "FileSystemModule/Main.qml",
    "FileSystemModule/qml/About.qml",
    "FileSystemModule/qml/Colors.qml",
    "FileSystemModule/qml/Editor.qml",
    "FileSystemModule/qml/FileSystemView.qml",
    "FileSystemModule/qml/MyMenu.qml",
    "FileSystemModule/qml/MyMenuBar.qml",
    "FileSystemModule/qml/ResizeButton.qml",
    "FileSystemModule/qml/Sidebar.qml",
    "FileSystemModule/qml/WindowDragHandler.qml",
    "FileSystemModule/icons/app_icon.svg",
    "FileSystemModule/icons/folder_closed.svg",
    "FileSystemModule/icons/folder_open.svg",
    "FileSystemModule/icons/generic_file.svg",
    "FileSystemModule/icons/globe.svg",
    "FileSystemModule/icons/info_sign.svg",
    "FileSystemModule/icons/light_bulb.svg",
    "FileSystemModule/icons/qt_logo.svg",
    "FileSystemModule/icons/read.svg",
    "FileSystemModule/icons/resize.svg"
    ]
}