]> ruin.nu Git - hbs.git/blob - bs/ui/uniteditview.ui
Mostly inital commits.
[hbs.git] / bs / ui / uniteditview.ui
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2 <class>UnitEditView</class>
3 <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>
4 <author>Michael Andreen</author>
5 <widget class="QWidget">
6     <property name="name">
7         <cstring>UnitEditView</cstring>
8     </property>
9     <property name="geometry">
10         <rect>
11             <x>0</x>
12             <y>0</y>
13             <width>144</width>
14             <height>31</height>
15         </rect>
16     </property>
17     <property name="caption">
18         <string>Unit</string>
19     </property>
20     <hbox>
21         <property name="name">
22             <cstring>unnamed</cstring>
23         </property>
24         <property name="margin">
25             <number>2</number>
26         </property>
27         <property name="spacing">
28             <number>0</number>
29         </property>
30         <widget class="QLabel">
31             <property name="name">
32                 <cstring>UnitLabel</cstring>
33             </property>
34             <property name="text">
35                 <string>Unit</string>
36             </property>
37             <property name="buddy" stdset="0">
38                 <cstring>TotalEdit</cstring>
39             </property>
40         </widget>
41         <widget class="QLineEdit">
42             <property name="name">
43                 <cstring>TotalEdit</cstring>
44             </property>
45         </widget>
46         <widget class="QLineEdit">
47             <property name="name">
48                 <cstring>LostSurvivedEdit</cstring>
49             </property>
50             <property name="focusPolicy">
51                 <enum>NoFocus</enum>
52             </property>
53             <property name="readOnly">
54                 <bool>true</bool>
55             </property>
56         </widget>
57     </hbox>
58 </widget>
59 <includes>
60     <include location="local" impldecl="in implementation">uniteditview.ui.h</include>
61 </includes>
62 <pixmapinproject/>
63 <layoutdefaults spacing="0" margin="2"/>
64 </UI>