tools/MissionsEditor/teamedit.ui
changeset 2589 4329597c85c8
child 2594 0047e16dbacb
equal deleted inserted replaced
2588:da9e986713d4 2589:4329597c85c8
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>TeamEdit</class>
       
     4  <widget class="QWidget" name="TeamEdit">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>437</width>
       
    10     <height>354</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>Form</string>
       
    15   </property>
       
    16   <layout class="QGridLayout" name="gridLayout">
       
    17    <item row="0" column="0">
       
    18     <widget class="QPushButton" name="pbAddTeam">
       
    19      <property name="text">
       
    20       <string>Add Team</string>
       
    21      </property>
       
    22     </widget>
       
    23    </item>
       
    24    <item row="0" column="1">
       
    25     <spacer name="horizontalSpacer">
       
    26      <property name="orientation">
       
    27       <enum>Qt::Horizontal</enum>
       
    28      </property>
       
    29      <property name="sizeHint" stdset="0">
       
    30       <size>
       
    31        <width>331</width>
       
    32        <height>20</height>
       
    33       </size>
       
    34      </property>
       
    35     </spacer>
       
    36    </item>
       
    37    <item row="1" column="0" colspan="2">
       
    38     <widget class="QTabWidget" name="tabWidget">
       
    39      <property name="currentIndex">
       
    40       <number>0</number>
       
    41      </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>
       
   117    </item>
       
   118   </layout>
       
   119  </widget>
       
   120  <resources/>
       
   121  <connections/>
       
   122 </ui>