Warning, /games/ksirk/ksirkskineditor/ksirkcontinentdefinition.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>KsirkContinentDefinition</class>
0003  <widget class="QDockWidget" name="KsirkContinentDefinition" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>288</width>
0009     <height>550</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Continent</string>
0014   </property>
0015   <widget class="QWidget" name="dockWidgetContents" >
0016    <layout class="QVBoxLayout" name="verticalLayout" >
0017     <item>
0018      <layout class="QHBoxLayout" name="horizontalLayout" >
0019       <item>
0020        <widget class="QLabel" name="label" >
0021         <property name="text" >
0022          <string>Bonus:</string>
0023         </property>
0024        </widget>
0025       </item>
0026       <item>
0027        <widget class="QSpinBox" name="bonus" >
0028         <property name="toolTip" >
0029          <string>Number of bonus points when owning the full continent</string>
0030         </property>
0031         <property name="whatsThis" >
0032          <string>Number of bonus points when owning the full continent.
0033 
0034 At the end of each turn a number of armies is distributed to each player. If one player owns all the countries of this continent, he/she gains this bonus.
0035 
0036 The bonus should be proportional to the continent's size and to the difficulty to conquer it or to keep it.</string>
0037         </property>
0038         <property name="text" stdset="0" >
0039          <string/>
0040         </property>
0041        </widget>
0042       </item>
0043      </layout>
0044     </item>
0045     <item>
0046      <widget class="QPushButton" name="selectcountriesbutton" >
0047       <property name="toolTip" >
0048        <string>Select the countries contained in this continent</string>
0049       </property>
0050       <property name="whatsThis" >
0051        <string>Click here to select the countries contained in this continent.
0052 
0053 A list of all the world's countries will be shown and you will be able to select the countries using the mouse and the Ctrl and Shift keys.</string>
0054       </property>
0055       <property name="text" >
0056        <string>Countries:</string>
0057       </property>
0058      </widget>
0059     </item>
0060     <item>
0061      <widget class="QListWidget" name="countrieslist" >
0062       <property name="toolTip" >
0063        <string>Continent's countries</string>
0064       </property>
0065       <property name="whatsThis" >
0066        <string>This is the list of countries currently forming this continent.</string>
0067       </property>
0068      </widget>
0069     </item>
0070    </layout>
0071   </widget>
0072  </widget>
0073  <resources/>
0074  <connections/>
0075 </ui>