Skip to content

Commit

Permalink
Update readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Sep 2, 2024
1 parent b72daa4 commit 8b496f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ VS Code is an alternative IDE to Qt Creator. It has a syntax highlighting plugin

* Download an install VS Code
* Add the python extension
* Rename the folder `vscode` to `.vscode`. The `launch.json` file will then be read by VS Code
* The initial launch configuration is in the `.vscode/launch.json` file, which should be automatically read by VS Code
* Select any python file in the repo and choose the desired python environment

## How to run
Expand Down
6 changes: 3 additions & 3 deletions examples/AdvancedPy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
│ │
│ ├── real_backend.py # Parent object for all other objects with real python logic
│ └── 🗂️ real_py # Real Python backend
│ ├── status.py # Logic for the status bar
│ ├── project.py # Logic for the application page 'Project'
│ ├── report.py # Logic for the application page 'Report'
│ ├── status.py # Logic for the status bar (QObject-based)
│ ├── project.py # Logic for the application page 'Project' (QObject-based)
│ ├── report.py # Logic for the application page 'Report' (QObject-based)
│ │
│ └── 🗂️ logic # Pure Python logic (not QObject-based)
│ └── helpers.py # Some helper functions
Expand Down

0 comments on commit 8b496f7

Please sign in to comment.