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

0001 <ui version="4.0" >
0002  <class>KsirkGoalDefinition</class>
0003  <widget class="QDockWidget" name="KsirkGoalDefinition" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>288</width>
0009     <height>772</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Goal</string>
0014   </property>
0015   <widget class="QWidget" name="dockWidgetContents" >
0016    <layout class="QVBoxLayout" name="verticalLayout_2" >
0017     <item>
0018      <widget class="QGroupBox" name="groupBox" >
0019       <property name="sizePolicy" >
0020        <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
0021         <horstretch>0</horstretch>
0022         <verstretch>0</verstretch>
0023        </sizepolicy>
0024       </property>
0025       <property name="title" >
0026        <string>Goal Type</string>
0027       </property>
0028       <widget class="QWidget" name="layoutWidget" >
0029        <property name="geometry" >
0030         <rect>
0031          <x>20</x>
0032          <y>40</y>
0033          <width>221</width>
0034          <height>118</height>
0035         </rect>
0036        </property>
0037        <layout class="QVBoxLayout" name="verticalLayout" >
0038         <item>
0039          <widget class="QRadioButton" name="worldtype" >
0040           <property name="toolTip" >
0041            <string>Conquer all the world</string>
0042           </property>
0043           <property name="whatsThis" >
0044            <string>Conquer all the world</string>
0045           </property>
0046           <property name="text" >
0047            <string>World conquest</string>
0048           </property>
0049          </widget>
0050         </item>
0051         <item>
0052          <widget class="QRadioButton" name="playertype" >
0053           <property name="toolTip" >
0054            <string>Eliminate a given player</string>
0055           </property>
0056           <property name="whatsThis" >
0057            <string>&lt;p>Eliminate a given player. If it is eliminated by another one, you will fall back to a &lt;emphasis>Countries&lt;/emphasis> type of goal.&lt;/p></string>
0058           </property>
0059           <property name="text" >
0060            <string>Player</string>
0061           </property>
0062          </widget>
0063         </item>
0064         <item>
0065          <widget class="QRadioButton" name="countriestype" >
0066           <property name="toolTip" >
0067            <string>Conquer a given number of countries</string>
0068           </property>
0069           <property name="whatsThis" >
0070            <string>Conquer a given number of countries.
0071 
0072 You can also make the player to have to put a given number of armies on each country.</string>
0073           </property>
0074           <property name="text" >
0075            <string>Countries</string>
0076           </property>
0077          </widget>
0078         </item>
0079         <item>
0080          <widget class="QRadioButton" name="continentstype" >
0081           <property name="toolTip" >
0082            <string>Conquer a given list of continents</string>
0083           </property>
0084           <property name="whatsThis" >
0085            <string>Conquer a given list of continents. You can also let the player choose one of their target continents.</string>
0086           </property>
0087           <property name="text" >
0088            <string>Continents</string>
0089           </property>
0090          </widget>
0091         </item>
0092        </layout>
0093       </widget>
0094      </widget>
0095     </item>
0096     <item>
0097      <widget class="QLabel" name="label_3" >
0098       <property name="text" >
0099        <string>Description:</string>
0100       </property>
0101      </widget>
0102     </item>
0103     <item>
0104      <widget class="QTextEdit" name="description" >
0105       <property name="toolTip" >
0106        <string>Text describing the goal</string>
0107       </property>
0108       <property name="whatsThis" >
0109       <string>&lt;p>Text describing the goal. It should include several placeholders for various data depending on the goal type:&lt;/p>&lt;ul>&lt;li>&lt;i>World Conquest&lt;/i>: none&lt;/li>&lt;li>&lt;i>Player&lt;/i>: one for the player name and one for the number of countries fallback&lt;/li>&lt;li>&lt;i>Countries&lt;/i>: one for the number of countries and possibly a second one for the number of armies to put on each country&lt;/li>&lt;li>&lt;i>Continents&lt;/i>: one for each continent to conquer&lt;/li>&lt;/ul></string>
0110       </property>
0111      </widget>
0112     </item>
0113     <item>
0114      <widget class="Line" name="line_2" >
0115       <property name="orientation" >
0116        <enum>Qt::Horizontal</enum>
0117       </property>
0118      </widget>
0119     </item>
0120     <item>
0121      <layout class="QGridLayout" name="gridLayout" >
0122       <item row="0" column="0" >
0123        <widget class="QLabel" name="label" >
0124         <property name="text" >
0125          <string>Countries nb:</string>
0126         </property>
0127        </widget>
0128       </item>
0129       <item row="1" column="0" >
0130        <widget class="QLabel" name="label_2" >
0131         <property name="text" >
0132          <string>Armies by country:</string>
0133         </property>
0134        </widget>
0135       </item>
0136       <item row="0" column="1" >
0137        <widget class="QSpinBox" name="nbcountries" >
0138         <property name="toolTip" >
0139          <string>Number of countries to conquer</string>
0140         </property>
0141         <property name="whatsThis" >
0142          <string>&lt;p>Number of countries to conquer in a &lt;i>Countries&lt;/i> goal or as a fallback in a &lt;i>Player&lt;/i> goal.&lt;/p></string>
0143         </property>
0144        </widget>
0145       </item>
0146       <item row="1" column="1" >
0147        <widget class="QSpinBox" name="armiesbycountry" >
0148         <property name="toolTip" >
0149          <string>Number of armies to put on each country</string>
0150         </property>
0151         <property name="whatsThis" >
0152          <string>&lt;p>Number of armies to put on each country in a &lt;i>Countries&lt;/i> goal.&lt;/p></string>
0153         </property>
0154        </widget>
0155       </item>
0156      </layout>
0157     </item>
0158     <item>
0159      <widget class="Line" name="line" >
0160       <property name="orientation" >
0161        <enum>Qt::Horizontal</enum>
0162       </property>
0163      </widget>
0164     </item>
0165     <item>
0166      <layout class="QHBoxLayout" name="horizontalLayout" >
0167       <item>
0168        <widget class="QPushButton" name="selectcontinentsbutton" >
0169         <property name="toolTip" >
0170          <string>Select the continents to conquer</string>
0171         </property>
0172         <property name="whatsThis" >
0173          <string>&lt;p>Click this button to select the continents to conquer in a &lt;i>Continents&lt;/i> goal.&lt;/p>&lt;p>You will be prompted with a list of this world's continents. Select those to conquer with the mouse and the Ctrl and Shift keys.&lt;/p></string>
0174         </property>
0175         <property name="text" >
0176          <string>Select Continents</string>
0177         </property>
0178        </widget>
0179       </item>
0180       <item>
0181        <widget class="QCheckBox" name="anycontinent" >
0182         <property name="toolTip" >
0183          <string>Check to let the player choose one of the continents to conquer</string>
0184         </property>
0185         <property name="whatsThis" >
0186          <string>Check to let the player choose one of the continents to conquer</string>
0187         </property>
0188         <property name="text" >
0189          <string>Any</string>
0190         </property>
0191        </widget>
0192       </item>
0193      </layout>
0194     </item>
0195     <item>
0196      <widget class="QListWidget" name="continentslist" >
0197       <property name="toolTip" >
0198        <string>List of the continents to conquer</string>
0199       </property>
0200       <property name="whatsThis" >
0201        <string>&lt;p>List of the continents to conquer in a &lt;i>Continents&lt;/i> goal.&lt;/p>&lt;p>You can change this list by clicking on the "Select continents" button above.&lt;/p></string>
0202       </property>
0203      </widget>
0204     </item>
0205    </layout>
0206   </widget>
0207  </widget>
0208  <resources/>
0209  <connections/>
0210 </ui>