File: GlobalShipFlagsDialog.ui

package info (click to toggle)
freespace2 25.0.0%2Brepack-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 47,232 kB
  • sloc: cpp: 657,500; ansic: 22,305; sh: 293; python: 200; makefile: 198; xml: 181
file content (49 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>fso::fred::dialogs::GlobalShipFlagsDialog</class>
 <widget class="QDialog" name="fso::fred::dialogs::GlobalShipFlagsDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>154</width>
    <height>128</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Global Ship Flags</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QPushButton" name="noShieldsButton">
     <property name="text">
      <string>Global No-Shields</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="noSubspaceDriveButton">
     <property name="text">
      <string>Global No-Subspace-Drive</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="primitiveSensorsButton">
     <property name="text">
      <string>Global Primitive-Sensors</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="affectedByGravityButton">
     <property name="text">
      <string>Global Affected-By-Gravity</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>