summaryrefslogtreecommitdiffstats
path: root/kommander/examples/old/form3.kmdr
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/examples/old/form3.kmdr')
-rw-r--r--kommander/examples/old/form3.kmdr62
1 files changed, 62 insertions, 0 deletions
diff --git a/kommander/examples/old/form3.kmdr b/kommander/examples/old/form3.kmdr
new file mode 100644
index 00000000..2b1ffbb2
--- /dev/null
+++ b/kommander/examples/old/form3.kmdr
@@ -0,0 +1,62 @@
+<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
+<class>Form1</class>
+<widget class="Dialog">
+ <property name="name">
+ <cstring>Form1</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>185</width>
+ <height>91</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>Form1</string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>11</number>
+ </property>
+ <property name="spacing">
+ <number>6</number>
+ </property>
+ <widget class="CheckBox">
+ <property name="name">
+ <cstring>CheckBox1</cstring>
+ </property>
+ <property name="text">
+ <string>Check me</string>
+ </property>
+ <property name="tristate">
+ <bool>true</bool>
+ </property>
+ <property name="associations" stdset="0">
+ <stringlist>
+ <string>unchecked</string>
+ <string>semichecked</string>
+ <string>checked</string>
+ </stringlist>
+ </property>
+ </widget>
+ <widget class="ExecButton">
+ <property name="name">
+ <cstring>ExecButton1</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Run</string>
+ </property>
+ <property name="associations" stdset="0">
+ <stringlist>
+ <string>gvim @CheckBox1</string>
+ </stringlist>
+ </property>
+ </widget>
+ </vbox>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>