Skip to content

Commit 887909d

Browse files
committed
adjustment to examples
1 parent 1b31695 commit 887909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This example consists of a graphical QML frontend and a "mock" QML backend. By a
6262

6363
This example serves to demonstrate how an application with a QML frontend and a QML "mock" backend can be executed from Python.
6464

65-
Most examples can be run via Python, even if they only have a mock backend in QML (the Python backend is not implemented). The minimum configuration requires a base `main.py` file and, if Qt Creator is used as the IDE, a `*.pyproject` file. If these are available, do the following:
65+
Most examples can be run via Python, even if they only have a mock backend in QML (the Python backend is not implemented). The minimum configuration requires a base `main.py` file. To execute this one needs to the following:
6666

6767
#### Preparation
6868

0 commit comments

Comments
 (0)