]> ruin.nu Git - hbs.git/blob - bs/ui/resourceview.ui
Fixed a bug in the shipstealing code..
[hbs.git] / bs / ui / resourceview.ui
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2 <class>ResourceView</class>
3 <comment>This widget is used to show captured roids or salvage</comment>
4 <author>Michael Andreen</author>
5 <widget class="QGroupBox">
6     <property name="name">
7         <cstring>ResourceView</cstring>
8     </property>
9     <property name="geometry">
10         <rect>
11             <x>0</x>
12             <y>0</y>
13             <width>549</width>
14             <height>110</height>
15         </rect>
16     </property>
17     <property name="sizePolicy">
18         <sizepolicy>
19             <hsizetype>5</hsizetype>
20             <vsizetype>4</vsizetype>
21             <horstretch>0</horstretch>
22             <verstretch>0</verstretch>
23         </sizepolicy>
24     </property>
25     <property name="minimumSize">
26         <size>
27             <width>0</width>
28             <height>110</height>
29         </size>
30     </property>
31     <property name="caption">
32         <string>QGroupBoxForm</string>
33     </property>
34     <property name="title">
35         <string>Roids/Salvage and Score</string>
36     </property>
37     <grid>
38         <property name="name">
39             <cstring>unnamed</cstring>
40         </property>
41         <property name="margin">
42             <number>11</number>
43         </property>
44         <property name="spacing">
45             <number>6</number>
46         </property>
47         <widget class="QLabel" row="0" column="2" rowspan="1" colspan="2">
48             <property name="name">
49                 <cstring>crystalLabel</cstring>
50             </property>
51             <property name="text">
52                 <string>Crystal</string>
53             </property>
54         </widget>
55         <widget class="QLabel" row="0" column="4" rowspan="1" colspan="2">
56             <property name="name">
57                 <cstring>eoniumLabel</cstring>
58             </property>
59             <property name="text">
60                 <string>Eonium</string>
61             </property>
62         </widget>
63         <widget class="QLineEdit" row="1" column="6" rowspan="1" colspan="2">
64             <property name="name">
65                 <cstring>UninitEdit</cstring>
66             </property>
67             <property name="focusPolicy">
68                 <enum>NoFocus</enum>
69             </property>
70             <property name="readOnly">
71                 <bool>true</bool>
72             </property>
73         </widget>
74         <widget class="QLineEdit" row="1" column="2" rowspan="1" colspan="2">
75             <property name="name">
76                 <cstring>CrystalEdit</cstring>
77             </property>
78             <property name="focusPolicy">
79                 <enum>NoFocus</enum>
80             </property>
81             <property name="readOnly">
82                 <bool>true</bool>
83             </property>
84         </widget>
85         <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
86             <property name="name">
87                 <cstring>metalLabel</cstring>
88             </property>
89             <property name="text">
90                 <string>Metal</string>
91             </property>
92         </widget>
93         <widget class="QLineEdit" row="1" column="4" rowspan="1" colspan="2">
94             <property name="name">
95                 <cstring>EoniumEdit</cstring>
96             </property>
97             <property name="focusPolicy">
98                 <enum>NoFocus</enum>
99             </property>
100             <property name="readOnly">
101                 <bool>true</bool>
102             </property>
103         </widget>
104         <widget class="QLineEdit" row="1" column="0" rowspan="1" colspan="2">
105             <property name="name">
106                 <cstring>MetalEdit</cstring>
107             </property>
108             <property name="focusPolicy">
109                 <enum>NoFocus</enum>
110             </property>
111             <property name="readOnly">
112                 <bool>true</bool>
113             </property>
114         </widget>
115         <widget class="QLabel" row="2" column="0">
116             <property name="name">
117                 <cstring>ScoreLabel</cstring>
118             </property>
119             <property name="text">
120                 <string>Score:</string>
121             </property>
122         </widget>
123         <widget class="QLineEdit" row="2" column="1" rowspan="1" colspan="2">
124             <property name="name">
125                 <cstring>ScoreEdit</cstring>
126             </property>
127             <property name="focusPolicy">
128                 <enum>NoFocus</enum>
129             </property>
130             <property name="readOnly">
131                 <bool>true</bool>
132             </property>
133         </widget>
134         <widget class="QLabel" row="2" column="3">
135             <property name="name">
136                 <cstring>ScoreLostLabel</cstring>
137             </property>
138             <property name="text">
139                 <string>Difference</string>
140             </property>
141             <property name="toolTip" stdset="0">
142                 <string>Shows the difference in score between the selected ticks.</string>
143             </property>
144         </widget>
145         <widget class="QLabel" row="0" column="6" rowspan="1" colspan="2">
146             <property name="name">
147                 <cstring>uninitLabel</cstring>
148             </property>
149             <property name="text">
150                 <string>Uninit</string>
151             </property>
152         </widget>
153         <widget class="QLineEdit" row="2" column="4">
154             <property name="name">
155                 <cstring>ScoreLostEdit</cstring>
156             </property>
157             <property name="focusPolicy">
158                 <enum>NoFocus</enum>
159             </property>
160             <property name="readOnly">
161                 <bool>true</bool>
162             </property>
163         </widget>
164         <widget class="QLabel" row="2" column="5" rowspan="1" colspan="2">
165             <property name="name">
166                 <cstring>CostLabel</cstring>
167             </property>
168             <property name="text">
169                 <string>Cost</string>
170             </property>
171             <property name="toolTip" stdset="0">
172                 <string>The cost in k score / init roid</string>
173             </property>
174         </widget>
175         <widget class="QLineEdit" row="2" column="7">
176             <property name="name">
177                 <cstring>CostEdit</cstring>
178             </property>
179             <property name="focusPolicy">
180                 <enum>NoFocus</enum>
181             </property>
182             <property name="readOnly">
183                 <bool>true</bool>
184             </property>
185         </widget>
186     </grid>
187 </widget>
188 <connections>
189 </connections>
190 <includes>
191     <include location="local" impldecl="in implementation">resourceview.ui.h</include>
192 </includes>
193 <slots>
194     <slot>setLines( QString type, float i )</slot>
195 </slots>
196 <pixmapinproject/>
197 <layoutdefaults spacing="6" margin="11"/>
198 </UI>