Skip to content

Commit 87c084f

Browse files
fix path
1 parent 91d8c2b commit 87c084f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

QML_ENGINE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ The QML engine enables nelson programs to display and manipulate graphical conte
66
```
77
![qml_demos screenshot](https://github.com/Nelson-numerical-software/nelson-website/raw/master/images/qml_demos.png "qml_demos")
88

9-
![checkboxes screenshot](https://github.com/Nelson-numerical-software/nelson-website/raw/master/images/checkboxes_demo.png "checkboxes_demo")
9+
10+
![checkboxes screenshot](https://github.com/Nelson-numerical-software/nelson-website/blob/master/images/demo_checkboxes.png "checkboxes demo")
1011

1112
### Interacting with Nelson
1213

1314
Interaction with Nelson happens through the following mechanisms:
1415
* Call Nelson functions from QML,
16+
1517
```
1618
Button {
1719
text: "Button"
@@ -22,7 +24,9 @@ Interaction with Nelson happens through the following mechanisms:
2224
```
2325

2426
* Read and set context properties from Nelson and QML.
27+
2528
```
29+
2630
--> h1 = errordlg()
2731
h1 =
2832
@@ -47,6 +51,7 @@ h1 =
4751
width: int 0
4852
x: int 0
4953
y: int 0
54+
5055
```
5156

5257

0 commit comments

Comments
 (0)