File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1314Interaction 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()
2731h1 =
2832
4751 width: int 0
4852 x: int 0
4953 y: int 0
54+
5055```
5156
5257
You can’t perform that action at this time.
0 commit comments