diff options
author | deva <deva> | 2009-02-10 13:18:01 +0000 |
---|---|---|
committer | deva <deva> | 2009-02-10 13:18:01 +0000 |
commit | 3f1b036458bf9b348b65c36fa30ecb177800d703 (patch) | |
tree | cf9b85167b58718a9e513bf0a2e7cb50c4dfc784 /server/xml/macros/test_lineedit.xml | |
parent | a63d7e529482732d147ff41cf2be2a85fa911d08 (diff) |
New macros
Diffstat (limited to 'server/xml/macros/test_lineedit.xml')
-rw-r--r-- | server/xml/macros/test_lineedit.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/server/xml/macros/test_lineedit.xml b/server/xml/macros/test_lineedit.xml index 6c79d83..92f33e3 100644 --- a/server/xml/macros/test_lineedit.xml +++ b/server/xml/macros/test_lineedit.xml @@ -2,6 +2,7 @@ <macro name="test_lineedit" version="1.0"> <resume></resume> <queries> + <query service="pentominos" class="test" ttl="1000000"/> </queries> <maps> </maps> @@ -17,8 +18,8 @@ <window caption="Test LineEdit" layout="vbox"> - <lineedit name="dims" value="tester" script="A" regexp="[0-9]"/> - + <lineedit name="dims" value="tester" script="A" map="test.data" regexp="[0-9]"/> + <frame layout="hbox"> <spacer /> <button caption="Reset" action="reset"/> |