]> ruin.nu Git - hbs.git/blobdiff - bs/ui/uniteditview.ui
Mostly inital commits.
[hbs.git] / bs / ui / uniteditview.ui
diff --git a/bs/ui/uniteditview.ui b/bs/ui/uniteditview.ui
new file mode 100644 (file)
index 0000000..699e228
--- /dev/null
@@ -0,0 +1,64 @@
+<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
+<class>UnitEditView</class>
+<comment>Shows the name, an inputfield where you can type the total number of that unit and another linedit to show the lost/survived units.</comment>
+<author>Michael Andreen</author>
+<widget class="QWidget">
+    <property name="name">
+        <cstring>UnitEditView</cstring>
+    </property>
+    <property name="geometry">
+        <rect>
+            <x>0</x>
+            <y>0</y>
+            <width>144</width>
+            <height>31</height>
+        </rect>
+    </property>
+    <property name="caption">
+        <string>Unit</string>
+    </property>
+    <hbox>
+        <property name="name">
+            <cstring>unnamed</cstring>
+        </property>
+        <property name="margin">
+            <number>2</number>
+        </property>
+        <property name="spacing">
+            <number>0</number>
+        </property>
+        <widget class="QLabel">
+            <property name="name">
+                <cstring>UnitLabel</cstring>
+            </property>
+            <property name="text">
+                <string>Unit</string>
+            </property>
+            <property name="buddy" stdset="0">
+                <cstring>TotalEdit</cstring>
+            </property>
+        </widget>
+        <widget class="QLineEdit">
+            <property name="name">
+                <cstring>TotalEdit</cstring>
+            </property>
+        </widget>
+        <widget class="QLineEdit">
+            <property name="name">
+                <cstring>LostSurvivedEdit</cstring>
+            </property>
+            <property name="focusPolicy">
+                <enum>NoFocus</enum>
+            </property>
+            <property name="readOnly">
+                <bool>true</bool>
+            </property>
+        </widget>
+    </hbox>
+</widget>
+<includes>
+    <include location="local" impldecl="in implementation">uniteditview.ui.h</include>
+</includes>
+<pixmapinproject/>
+<layoutdefaults spacing="0" margin="2"/>
+</UI>