Skip to content

Commit 83bfa45

Browse files
committed
Minor fixes in examples.md
1 parent 6f2eb97 commit 83bfa45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EXAMPLES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A Python backend is not required here at all. A graphical QML frontend (with a m
3333

3434
#### Run with the Qt Creator IDE
3535
* Run Qt Creator
36-
* Open the qml project file `*.qmlproject` from the example folder, e.g., from `example/qml-qml-qml/most-basic`
36+
* Open the qml project file `*.qmlproject` from the example folder from `examples/BasicQml/src/BasicQml.qmlproject`
3737
* Click Run (Green play button)
3838

3939
#### Run from the terminal
@@ -43,7 +43,7 @@ A Python backend is not required here at all. A graphical QML frontend (with a m
4343
$ cd examples/BasicQml/src/BasicQml
4444
```
4545

46-
* Run `main.qml` (specifying the paths to the current directory and the EasyApp module directory) using the `qml` tool installed with the Qt Framework in the previous step, e.g., like this
46+
* Run `main.qml` (specifying the paths to the current directory `.` and the EasyApp module directory `../../../..`) using the `qml` tool installed with the Qt Framework in the previous step, e.g., like this
4747

4848
```sh
4949
$ ~/Qt/6.x.y/macos/bin/qml -I . -I ../../../.. main.qml
@@ -85,7 +85,7 @@ Most examples can be run via Python, even if they only have a mock backend in QM
8585

8686
#### Run with the QtCreator IDE
8787
* Run Qt Creator
88-
* Open the python project file `*.pyproject` from the example folder, e.g., from `example/qml-qml-py/most-basic`
88+
* Open the python project file `*.pyproject` from the example folder from `examples/BasicMinimalPy/src/BasicMinimalPy.pyproject`
8989
* Select the desired python environment with the Qt PySide6 module installed
9090
* Click Run (Green play button)
9191

0 commit comments

Comments
 (0)