]> ruin.nu Git - hbs.git/blobdiff - bs/ui/resourceview.ui
Mostly inital commits.
[hbs.git] / bs / ui / resourceview.ui
diff --git a/bs/ui/resourceview.ui b/bs/ui/resourceview.ui
new file mode 100644 (file)
index 0000000..8fde5eb
--- /dev/null
@@ -0,0 +1,110 @@
+<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
+<class>ResourceView</class>
+<comment>This widget is used to show captured roids or salvage</comment>
+<author>Michael Andreen</author>
+<widget class="QGroupBox">
+    <property name="name">
+        <cstring>ResourceView</cstring>
+    </property>
+    <property name="geometry">
+        <rect>
+            <x>0</x>
+            <y>0</y>
+            <width>241</width>
+            <height>75</height>
+        </rect>
+    </property>
+    <property name="caption">
+        <string>QGroupBoxForm</string>
+    </property>
+    <property name="title">
+        <string>Resources</string>
+    </property>
+    <grid>
+        <property name="name">
+            <cstring>unnamed</cstring>
+        </property>
+        <property name="margin">
+            <number>3</number>
+        </property>
+        <property name="spacing">
+            <number>0</number>
+        </property>
+        <widget class="QLabel" row="0" column="3">
+            <property name="name">
+                <cstring>uninitLabel</cstring>
+            </property>
+            <property name="text">
+                <string>Uninit</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="0" column="1">
+            <property name="name">
+                <cstring>crystalLabel</cstring>
+            </property>
+            <property name="text">
+                <string>Crystal</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="0" column="0">
+            <property name="name">
+                <cstring>metalLabel</cstring>
+            </property>
+            <property name="text">
+                <string>Metal</string>
+            </property>
+        </widget>
+        <widget class="QLineEdit" row="1" column="0">
+            <property name="name">
+                <cstring>MetalLine</cstring>
+            </property>
+            <property name="focusPolicy">
+                <enum>NoFocus</enum>
+            </property>
+            <property name="readOnly">
+                <bool>true</bool>
+            </property>
+        </widget>
+        <widget class="QLineEdit" row="1" column="1">
+            <property name="name">
+                <cstring>CrystalLine</cstring>
+            </property>
+            <property name="focusPolicy">
+                <enum>NoFocus</enum>
+            </property>
+            <property name="readOnly">
+                <bool>true</bool>
+            </property>
+        </widget>
+        <widget class="QLabel" row="0" column="2">
+            <property name="name">
+                <cstring>eoniumLabel</cstring>
+            </property>
+            <property name="text">
+                <string>Eonium</string>
+            </property>
+        </widget>
+        <widget class="QLineEdit" row="1" column="2">
+            <property name="name">
+                <cstring>UninitLine</cstring>
+            </property>
+            <property name="readOnly">
+                <bool>true</bool>
+            </property>
+        </widget>
+        <widget class="QLineEdit" row="1" column="3">
+            <property name="name">
+                <cstring>EoniumLine</cstring>
+            </property>
+            <property name="focusPolicy">
+                <enum>NoFocus</enum>
+            </property>
+            <property name="readOnly">
+                <bool>true</bool>
+            </property>
+        </widget>
+    </grid>
+</widget>
+<pixmapinproject/>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>