-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfile structure.txt
More file actions
42 lines (42 loc) · 856 Bytes
/
Copy pathfile structure.txt
File metadata and controls
42 lines (42 loc) · 856 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
File Tree Generator/
+--- core
| +--- __init__.py
| +--- directory_scanner.py
| +--- exclusion_manager.py
| \--- tree_formatter.py
|
+--- exe
+--- resources
| +--- themes
| | +--- __init__.py
| | \--- base.qss
| |
| +--- __init__.py
| +--- file_tree.png
| \--- refresh.png
|
+--- ui
| +--- components
| | +--- __init__.py
| | +--- about_dialog.py
| | +--- address_bar.py
| | +--- exclusion_panel.py
| | +--- export_panel.py
| | +--- menu_bar.py
| | +--- search_panel.py
| | \--- tree_view.py
| |
| +--- __init__.py
| \--- main_window.py
|
+--- utils
| +--- __init__.py
| +--- context_menu_manager.py
| +--- file_exporter.py
| \--- theme_manager.py
|
+--- file structure.txt
+--- file_tree.ico
+--- main.py
+--- resources.qrc
\--- resources_rc.py