tools/MissionsEditor/teamedit.ui
author nemo
Sun, 20 Jun 2010 22:35:10 -0400
changeset 3526 a1d2180fef42
parent 2596 41b46f83d088
permissions -rw-r--r--
Replace SHA1 with adler32. For simple purposes of checking to see if players are playing the same map, this should be quite adequate and runs 15 times faster.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     2
<ui version="4.0">
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     3
 <class>TeamEdit</class>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     4
 <widget class="QWidget" name="TeamEdit">
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     5
  <property name="geometry">
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     6
   <rect>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     7
    <x>0</x>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
     8
    <y>0</y>
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
     9
    <width>450</width>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    10
    <height>414</height>
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
    11
   </rect>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
    12
  </property>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
    13
  <property name="windowTitle">
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
    14
   <string>Form</string>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
    15
  </property>
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    16
  <layout class="QGridLayout" name="gridLayout_2">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    17
   <item row="0" column="0" colspan="2">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    18
    <layout class="QGridLayout" name="gridLayout">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    19
     <item row="0" column="0">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    20
      <widget class="QLabel" name="label">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    21
       <property name="text">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    22
        <string>Team name</string>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    23
       </property>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    24
      </widget>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    25
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    26
     <item row="0" column="1">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    27
      <widget class="QLineEdit" name="leTeamName"/>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    28
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    29
     <item row="1" column="1">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    30
      <widget class="QComboBox" name="cbColor"/>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    31
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    32
     <item row="1" column="0">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    33
      <widget class="QLabel" name="label_2">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    34
       <property name="text">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    35
        <string>Colour</string>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    36
       </property>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    37
      </widget>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    38
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    39
     <item row="2" column="0">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    40
      <widget class="QLabel" name="label_3">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    41
       <property name="text">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    42
        <string>Fort</string>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    43
       </property>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    44
      </widget>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    45
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    46
     <item row="3" column="0">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    47
      <widget class="QLabel" name="label_4">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    48
       <property name="text">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    49
        <string>Grave</string>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    50
       </property>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    51
      </widget>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    52
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    53
     <item row="2" column="1">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    54
      <widget class="QLineEdit" name="leFort"/>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    55
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    56
     <item row="3" column="1">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    57
      <widget class="QLineEdit" name="leGrave"/>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    58
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    59
     <item row="4" column="0">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    60
      <widget class="QLabel" name="label_5">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    61
       <property name="text">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    62
        <string>Voicepack</string>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    63
       </property>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    64
      </widget>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    65
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    66
     <item row="4" column="1">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    67
      <widget class="QLineEdit" name="leVoicepack"/>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    68
     </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    69
    </layout>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    70
   </item>
2596
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    71
   <item row="1" column="0" rowspan="3">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    72
    <widget class="QScrollArea" name="scrollArea">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    73
     <property name="widgetResizable">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    74
      <bool>true</bool>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    75
     </property>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    76
     <widget class="QWidget" name="scrollAreaWidgetContents">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    77
      <property name="geometry">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    78
       <rect>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    79
        <x>0</x>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    80
        <y>0</y>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    81
        <width>301</width>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    82
        <height>235</height>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    83
       </rect>
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
    84
      </property>
2596
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    85
      <layout class="QVBoxLayout" name="verticalLayout">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    86
       <property name="spacing">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    87
        <number>3</number>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    88
       </property>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    89
       <property name="margin">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    90
        <number>4</number>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    91
       </property>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    92
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    93
        <widget class="HedgehogEdit" name="widget" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    94
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    95
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    96
        <widget class="HedgehogEdit" name="widget_3" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    97
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    98
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
    99
        <widget class="HedgehogEdit" name="widget_4" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   100
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   101
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   102
        <widget class="HedgehogEdit" name="widget_5" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   103
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   104
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   105
        <widget class="HedgehogEdit" name="widget_6" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   106
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   107
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   108
        <widget class="HedgehogEdit" name="widget_7" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   109
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   110
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   111
        <widget class="HedgehogEdit" name="widget_8" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   112
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   113
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   114
        <widget class="HedgehogEdit" name="widget_2" native="true"/>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   115
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   116
       <item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   117
        <spacer name="verticalSpacer_2">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   118
         <property name="orientation">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   119
          <enum>Qt::Vertical</enum>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   120
         </property>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   121
         <property name="sizeHint" stdset="0">
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   122
          <size>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   123
           <width>20</width>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   124
           <height>120</height>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   125
          </size>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   126
         </property>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   127
        </spacer>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   128
       </item>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   129
      </layout>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   130
     </widget>
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   131
    </widget>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   132
   </item>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   133
   <item row="1" column="1">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   134
    <widget class="QPushButton" name="pbAddHedgehog">
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   135
     <property name="text">
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   136
      <string>Add hedgehog</string>
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   137
     </property>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   138
    </widget>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   139
   </item>
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   140
   <item row="2" column="1">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   141
    <spacer name="verticalSpacer">
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   142
     <property name="orientation">
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   143
      <enum>Qt::Vertical</enum>
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   144
     </property>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   145
     <property name="sizeHint" stdset="0">
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   146
      <size>
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   147
       <width>117</width>
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   148
       <height>125</height>
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   149
      </size>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   150
     </property>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   151
    </spacer>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   152
   </item>
2596
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   153
   <item row="3" column="1">
2594
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   154
    <widget class="QPushButton" name="pbDeleteTeam">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   155
     <property name="text">
0047e16dbacb Add loading team parameters
unc0rr
parents: 2589
diff changeset
   156
      <string>Delete team</string>
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   157
     </property>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   158
    </widget>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   159
   </item>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   160
  </layout>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   161
 </widget>
2596
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   162
 <customwidgets>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   163
  <customwidget>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   164
   <class>HedgehogEdit</class>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   165
   <extends>QWidget</extends>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   166
   <header>hedgehogedit.h</header>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   167
   <container>1</container>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   168
  </customwidget>
41b46f83d088 Compete loading teams/hedgehogs part from mission config
unc0rr
parents: 2594
diff changeset
   169
 </customwidgets>
2589
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   170
 <resources/>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   171
 <connections/>
4329597c85c8 Further work on missions editor
unc0rr
parents:
diff changeset
   172
</ui>