diff options
Diffstat (limited to 'server/xml/example.xml')
-rw-r--r-- | server/xml/example.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/server/xml/example.xml b/server/xml/example.xml new file mode 100644 index 0000000..03e2d59 --- /dev/null +++ b/server/xml/example.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<macro name="test_macro" cpr="1505050505" version="1.0" macro_version="1.0"> + <window name="mainwindow" + caption="This is the mainwindow" + width="800" + height="600" + layout="vbox"> + <include name="patient"/> + <frame name="data_frame" layout="hbox"> + <label caption="Some field"/> + <lineedit name="lineedit1" regexp="[0-9]+"/> + </frame> + <frame name="bottom_frame" layout="hbox"> + <spacer /> + <button caption="Close window" action="abort"/> + <button caption="Commit changes" action="commit"/> + </frame> + </window> +</macro> |