[rkward/work/optionset_experiments] rkward/plugins/testing: Add a 'detached' optionset for testing.
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Wed Oct 28 16:25:58 UTC 2015
Git commit 8026232a53b105751a7873f3bf30a7e72addafee by Thomas Friedrichsmeier.
Committed on 28/10/2015 at 16:25.
Pushed by tfry into branch 'work/optionset_experiments'.
Add a 'detached' optionset for testing.
M +20 -0 rkward/plugins/testing/optionset.xml
http://commits.kde.org/rkward/8026232a53b105751a7873f3bf30a7e72addafee
diff --git a/rkward/plugins/testing/optionset.xml b/rkward/plugins/testing/optionset.xml
index f897f40..e4f201c 100644
--- a/rkward/plugins/testing/optionset.xml
+++ b/rkward/plugins/testing/optionset.xml
@@ -38,6 +38,26 @@
<optioncolumn id="summary" label="Summary" connect="summary.text"/>
</optionset>
</tab>
+ <tab label="Manual set B">
+ <optionset id="msetb" exp_mode="detached">
+ <content>
+ <frame>
+ <optiondisplay index="true"/>
+ <row>
+ <varselector id="vars"/>
+ <column>
+ <varslot type="numeric" id="mx" source="vars" required="true" label="Pick an object"/> <!-- NOTE: requiredness does not work, correctly, yet -->
+ <input id="summary" label="Enter a summary" size="large" initial="I am the default"/>
+ <stretch/>
+ </column>
+ </row>
+ </frame>
+ </content>
+ <optioncolumn id="object" connect="mx.available"/>
+ <optioncolumn id="objshort" label="Object" connect="mx.available.shortname"/>
+ <optioncolumn id="summary" label="Summary" connect="summary.text"/>
+ </optionset>
+ </tab>
<tab label="Connected driven set">
<text>This option set is connected to the set on the first tab.</text>
<optionset id="cset" keycolumn="object">
More information about the rkward-tracker
mailing list