Commit e7fa0f7 1 parent d3f92f7 commit e7fa0f7 Copy full SHA for e7fa0f7
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
│ │ │ └── Report.qml # Mock logic for the application page 'Report'
21
21
│ │ │
22
22
│ │ └── 🗂️ 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'
28
28
│ │
29
29
│ └── 🗂️ Gui # Frontend GUI components
30
30
│ ├── qmldir
Original file line number Diff line number Diff line change 24
24
│ │ │ └── Report.qml # Mock logic for the application page 'Report'
25
25
│ │ │
26
26
│ │ └── 🗂️ 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'
32
32
│ │
33
33
│ └── 🗂️ Gui # Frontend GUI components
34
34
│ ├── qmldir
You can’t perform that action at this time.
0 commit comments