tools/MissionsEditor/teamedit.ui
changeset 2594 0047e16dbacb
parent 2589 4329597c85c8
child 2596 41b46f83d088
equal deleted inserted replaced
2593:dd995a9c8871 2594:0047e16dbacb
     4  <widget class="QWidget" name="TeamEdit">
     4  <widget class="QWidget" name="TeamEdit">
     5   <property name="geometry">
     5   <property name="geometry">
     6    <rect>
     6    <rect>
     7     <x>0</x>
     7     <x>0</x>
     8     <y>0</y>
     8     <y>0</y>
     9     <width>437</width>
     9     <width>450</width>
    10     <height>354</height>
    10     <height>414</height>
    11    </rect>
    11    </rect>
    12   </property>
    12   </property>
    13   <property name="windowTitle">
    13   <property name="windowTitle">
    14    <string>Form</string>
    14    <string>Form</string>
    15   </property>
    15   </property>
    16   <layout class="QGridLayout" name="gridLayout">
    16   <layout class="QGridLayout" name="gridLayout_2">
    17    <item row="0" column="0">
    17    <item row="0" column="0" colspan="2">
    18     <widget class="QPushButton" name="pbAddTeam">
    18     <layout class="QGridLayout" name="gridLayout">
       
    19      <item row="0" column="0">
       
    20       <widget class="QLabel" name="label">
       
    21        <property name="text">
       
    22         <string>Team name</string>
       
    23        </property>
       
    24       </widget>
       
    25      </item>
       
    26      <item row="0" column="1">
       
    27       <widget class="QLineEdit" name="leTeamName"/>
       
    28      </item>
       
    29      <item row="1" column="1">
       
    30       <widget class="QComboBox" name="cbColor"/>
       
    31      </item>
       
    32      <item row="1" column="0">
       
    33       <widget class="QLabel" name="label_2">
       
    34        <property name="text">
       
    35         <string>Colour</string>
       
    36        </property>
       
    37       </widget>
       
    38      </item>
       
    39      <item row="2" column="0">
       
    40       <widget class="QLabel" name="label_3">
       
    41        <property name="text">
       
    42         <string>Fort</string>
       
    43        </property>
       
    44       </widget>
       
    45      </item>
       
    46      <item row="3" column="0">
       
    47       <widget class="QLabel" name="label_4">
       
    48        <property name="text">
       
    49         <string>Grave</string>
       
    50        </property>
       
    51       </widget>
       
    52      </item>
       
    53      <item row="2" column="1">
       
    54       <widget class="QLineEdit" name="leFort"/>
       
    55      </item>
       
    56      <item row="3" column="1">
       
    57       <widget class="QLineEdit" name="leGrave"/>
       
    58      </item>
       
    59      <item row="4" column="0">
       
    60       <widget class="QLabel" name="label_5">
       
    61        <property name="text">
       
    62         <string>Voicepack</string>
       
    63        </property>
       
    64       </widget>
       
    65      </item>
       
    66      <item row="4" column="1">
       
    67       <widget class="QLineEdit" name="leVoicepack"/>
       
    68      </item>
       
    69     </layout>
       
    70    </item>
       
    71    <item row="1" column="0" rowspan="4">
       
    72     <widget class="QTreeWidget" name="treeWidget">
       
    73      <column>
       
    74       <property name="text">
       
    75        <string>Name</string>
       
    76       </property>
       
    77      </column>
       
    78      <column>
       
    79       <property name="text">
       
    80        <string>Health</string>
       
    81       </property>
       
    82      </column>
       
    83      <column>
       
    84       <property name="text">
       
    85        <string>Spawn pos</string>
       
    86       </property>
       
    87      </column>
       
    88     </widget>
       
    89    </item>
       
    90    <item row="1" column="1">
       
    91     <widget class="QPushButton" name="pbAddHedgehog">
    19      <property name="text">
    92      <property name="text">
    20       <string>Add Team</string>
    93       <string>Add hedgehog</string>
    21      </property>
    94      </property>
    22     </widget>
    95     </widget>
    23    </item>
    96    </item>
    24    <item row="0" column="1">
    97    <item row="2" column="1">
    25     <spacer name="horizontalSpacer">
    98     <widget class="QPushButton" name="pbDeleteHedgehog">
       
    99      <property name="text">
       
   100       <string>Delete hedgehog</string>
       
   101      </property>
       
   102     </widget>
       
   103    </item>
       
   104    <item row="3" column="1">
       
   105     <spacer name="verticalSpacer">
    26      <property name="orientation">
   106      <property name="orientation">
    27       <enum>Qt::Horizontal</enum>
   107       <enum>Qt::Vertical</enum>
    28      </property>
   108      </property>
    29      <property name="sizeHint" stdset="0">
   109      <property name="sizeHint" stdset="0">
    30       <size>
   110       <size>
    31        <width>331</width>
   111        <width>117</width>
    32        <height>20</height>
   112        <height>125</height>
    33       </size>
   113       </size>
    34      </property>
   114      </property>
    35     </spacer>
   115     </spacer>
    36    </item>
   116    </item>
    37    <item row="1" column="0" colspan="2">
   117    <item row="4" column="1">
    38     <widget class="QTabWidget" name="tabWidget">
   118     <widget class="QPushButton" name="pbDeleteTeam">
    39      <property name="currentIndex">
   119      <property name="text">
    40       <number>0</number>
   120       <string>Delete team</string>
    41      </property>
   121      </property>
    42      <widget class="QWidget" name="tab">
       
    43       <attribute name="title">
       
    44        <string>Team</string>
       
    45       </attribute>
       
    46       <layout class="QGridLayout" name="gridLayout_2">
       
    47        <item row="0" column="0" colspan="2">
       
    48         <layout class="QHBoxLayout" name="horizontalLayout">
       
    49          <item>
       
    50           <widget class="QLabel" name="label">
       
    51            <property name="text">
       
    52             <string>Team name</string>
       
    53            </property>
       
    54           </widget>
       
    55          </item>
       
    56          <item>
       
    57           <widget class="QLineEdit" name="leTeamName"/>
       
    58          </item>
       
    59         </layout>
       
    60        </item>
       
    61        <item row="1" column="0" rowspan="4">
       
    62         <widget class="QTreeWidget" name="treeWidget">
       
    63          <column>
       
    64           <property name="text">
       
    65            <string>Name</string>
       
    66           </property>
       
    67          </column>
       
    68          <column>
       
    69           <property name="text">
       
    70            <string>Health</string>
       
    71           </property>
       
    72          </column>
       
    73          <column>
       
    74           <property name="text">
       
    75            <string>Spawn pos</string>
       
    76           </property>
       
    77          </column>
       
    78         </widget>
       
    79        </item>
       
    80        <item row="1" column="1">
       
    81         <widget class="QPushButton" name="pbAddHedgehog">
       
    82          <property name="text">
       
    83           <string>Add hedgehog</string>
       
    84          </property>
       
    85         </widget>
       
    86        </item>
       
    87        <item row="2" column="1">
       
    88         <widget class="QPushButton" name="pbDeleteHedgehog">
       
    89          <property name="text">
       
    90           <string>Delete hedgehog</string>
       
    91          </property>
       
    92         </widget>
       
    93        </item>
       
    94        <item row="3" column="1">
       
    95         <spacer name="verticalSpacer">
       
    96          <property name="orientation">
       
    97           <enum>Qt::Vertical</enum>
       
    98          </property>
       
    99          <property name="sizeHint" stdset="0">
       
   100           <size>
       
   101            <width>117</width>
       
   102            <height>102</height>
       
   103           </size>
       
   104          </property>
       
   105         </spacer>
       
   106        </item>
       
   107        <item row="4" column="1">
       
   108         <widget class="QPushButton" name="pbDeleteTeam">
       
   109          <property name="text">
       
   110           <string>Delete team</string>
       
   111          </property>
       
   112         </widget>
       
   113        </item>
       
   114       </layout>
       
   115      </widget>
       
   116     </widget>
   122     </widget>
   117    </item>
   123    </item>
   118   </layout>
   124   </layout>
   119  </widget>
   125  </widget>
   120  <resources/>
   126  <resources/>