Skip to content

Commit e7fa0f7

Browse files
committed
Update project structure diagram
1 parent d3f92f7 commit e7fa0f7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/BasicPy/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
│ │ │ └── Report.qml # Mock logic for the application page 'Report'
2121
│ │ │
2222
│ │ └── 🗂️ Py # Backend Python logic
23-
│ │ ├── BackendProxy.py # Parent object for all other objects with logic
24-
│ │ ├── Helpers.py # Some helper functions
25-
│ │ ├── Status.py # Logic for the status bar
26-
│ │ ├── Project.py # Logic for the application page 'Project'
27-
│ │ └── Report.py # Logic for the application page 'Report'
23+
│ │ ├── backend_proxy.py # Parent object for all other objects with logic
24+
│ │ ├── helpers.py # Some helper functions
25+
│ │ ├── status.py # Logic for the status bar
26+
│ │ ├── project.py # Logic for the application page 'Project'
27+
│ │ └── report.py # Logic for the application page 'Report'
2828
│ │
2929
│ └── 🗂️ Gui # Frontend GUI components
3030
│ ├── qmldir

examples/IntermediatePy/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
│ │ │ └── Report.qml # Mock logic for the application page 'Report'
2525
│ │ │
2626
│ │ └── 🗂️ Py # Backend Python logic
27-
│ │ ├── BackendProxy.py # Parent object for all other objects with logic
28-
│ │ ├── Helpers.py # Some helper functions
29-
│ │ ├── Status.py # Logic for the status bar
30-
│ │ ├── Project.py # Logic for the application page 'Project'
31-
│ │ └── Report.py # Logic for the application page 'Report'
27+
│ │ ├── backend_proxy.py # Parent object for all other objects with logic
28+
│ │ ├── helpers.py # Some helper functions
29+
│ │ ├── status.py # Logic for the status bar
30+
│ │ ├── project.py # Logic for the application page 'Project'
31+
│ │ └── report.py # Logic for the application page 'Report'
3232
│ │
3333
│ └── 🗂️ Gui # Frontend GUI components
3434
│ ├── qmldir

0 commit comments

Comments
 (0)