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

0001 <ui version="4.0" >
0002  <class>skindefinition</class>
0003  <widget class="QDockWidget" name="skindefinition" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>328</width>
0009     <height>841</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Skin Definition</string>
0014   </property>
0015   <widget class="QWidget" name="dockWidgetContents" >
0016    <layout class="QVBoxLayout" name="verticalLayout_7" >
0017     <item>
0018      <layout class="QHBoxLayout" name="horizontalLayout_2" >
0019       <item>
0020        <widget class="QLabel" name="label_3" >
0021         <property name="text" >
0022          <string>Skin name:</string>
0023         </property>
0024        </widget>
0025       </item>
0026       <item>
0027        <widget class="QLineEdit" name="skinNameLineEdit" >
0028         <property name="toolTip" >
0029          <string>The skin's short name</string>
0030         </property>
0031         <property name="statusTip" >
0032          <string/>
0033         </property>
0034         <property name="whatsThis" >
0035          <string>Type here the skin's short name. This should be an identifier-like string</string>
0036         </property>
0037        </widget>
0038       </item>
0039      </layout>
0040     </item>
0041     <item>
0042      <layout class="QHBoxLayout" name="horizontalLayout" >
0043       <item>
0044        <widget class="QLabel" name="label" >
0045         <property name="text" >
0046          <string>Width x height:</string>
0047         </property>
0048        </widget>
0049       </item>
0050       <item>
0051        <widget class="QSpinBox" name="widthLineEdit" >
0052         <property name="toolTip" >
0053          <string>Map's width</string>
0054         </property>
0055         <property name="whatsThis" >
0056          <string>This is the map's width. The map SVG element will be by default drawn on an image of this width. All positions on the map are expressed relatively to this dimension.
0057 </string>
0058         </property>
0059        </widget>
0060       </item>
0061       <item>
0062        <widget class="QLabel" name="label_2" >
0063         <property name="text" >
0064          <string>x</string>
0065         </property>
0066        </widget>
0067       </item>
0068       <item>
0069        <widget class="QSpinBox" name="heightLineEdit" >
0070         <property name="toolTip" >
0071          <string>Map's height</string>
0072         </property>
0073         <property name="whatsThis" >
0074          <string>This is the map's height. The map SVG element will be by default drawn on an image of this height All positions on the map are expressed relatively to this dimension.
0075 </string>
0076         </property>
0077        </widget>
0078       </item>
0079      </layout>
0080     </item>
0081     <item>
0082      <widget class="QGroupBox" name="groupBox" >
0083       <property name="sizePolicy" >
0084        <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0085         <horstretch>0</horstretch>
0086         <verstretch>0</verstretch>
0087        </sizepolicy>
0088       </property>
0089       <property name="title" >
0090        <string>Map Font</string>
0091       </property>
0092       <layout class="QVBoxLayout" name="verticalLayout_5" >
0093        <item>
0094         <widget class="KFontRequester" name="fontrequester" >
0095          <property name="toolTip" >
0096           <string>Font used to draw country names</string>
0097          </property>
0098          <property name="whatsThis" >
0099           <string>This font will be used to draw the country names on the map</string>
0100          </property>
0101         </widget>
0102        </item>
0103        <item>
0104         <layout class="QHBoxLayout" name="horizontalLayout_3" >
0105          <item>
0106           <widget class="QLabel" name="label_5" >
0107            <property name="text" >
0108             <string>Fg:</string>
0109            </property>
0110           </widget>
0111          </item>
0112          <item>
0113           <widget class="KColorButton" name="fgcolorbutton" >
0114            <property name="toolTip" >
0115             <string>Foreground color for country names</string>
0116            </property>
0117            <property name="whatsThis" >
0118             <string>This color will be used to draw the foreground of the country names on the map</string>
0119            </property>
0120           </widget>
0121          </item>
0122          <item>
0123           <widget class="QLabel" name="label_6" >
0124            <property name="text" >
0125             <string>Bg:</string>
0126            </property>
0127           </widget>
0128          </item>
0129          <item>
0130           <widget class="KColorButton" name="bgcolorbutton" >
0131            <property name="toolTip" >
0132             <string>Background color for country names</string>
0133            </property>
0134            <property name="whatsThis" >
0135             <string>This color will be used to draw the background of the country names on the map</string>
0136            </property>
0137           </widget>
0138          </item>
0139         </layout>
0140        </item>
0141       </layout>
0142      </widget>
0143     </item>
0144     <item>
0145      <widget class="QLabel" name="label_4" >
0146       <property name="text" >
0147        <string>Description:</string>
0148       </property>
0149      </widget>
0150     </item>
0151     <item>
0152      <widget class="QTextEdit" name="descriptionTextEdit" >
0153       <property name="sizePolicy" >
0154        <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0155         <horstretch>0</horstretch>
0156         <verstretch>0</verstretch>
0157        </sizepolicy>
0158       </property>
0159       <property name="toolTip" >
0160        <string>Human readable description of the skin</string>
0161       </property>
0162       <property name="whatsThis" >
0163        <string>Describe here the skin, its style, its story, the intent of its author(s), etc.</string>
0164       </property>
0165      </widget>
0166     </item>
0167     <item>
0168      <widget class="QTabWidget" name="qtabwidget" >
0169       <property name="whatsThis" >
0170        <string/>
0171       </property>
0172       <property name="currentIndex" >
0173        <number>4</number>
0174       </property>
0175       <widget class="QWidget" name="tabSprites" >
0176        <attribute name="title" >
0177         <string>Sprites</string>
0178        </attribute>
0179        <layout class="QVBoxLayout" name="verticalLayout_2" >
0180         <item>
0181          <widget class="QLabel" name="label_7" >
0182           <property name="text" >
0183            <string>Edit the sprite definitions
0184 in the right dock.</string>
0185           </property>
0186          </widget>
0187         </item>
0188        </layout>
0189       </widget>
0190       <widget class="QWidget" name="tabNationalities" >
0191        <attribute name="title" >
0192         <string>Nationalities</string>
0193        </attribute>
0194        <layout class="QVBoxLayout" name="verticalLayout_6" >
0195         <item>
0196          <layout class="QHBoxLayout" name="horizontalLayout_8" >
0197           <item>
0198            <widget class="QPushButton" name="newNationalityButton" >
0199             <property name="toolTip" >
0200              <string>Creates a new Nationality</string>
0201             </property>
0202             <property name="whatsThis" >
0203              <string>Click here to add a new nationality. You will be prompted for its name.</string>
0204             </property>
0205             <property name="text" >
0206              <string>New Nationality</string>
0207             </property>
0208            </widget>
0209           </item>
0210           <item>
0211            <spacer name="horizontalSpacer_2" >
0212             <property name="orientation" >
0213              <enum>Qt::Horizontal</enum>
0214             </property>
0215             <property name="sizeHint" stdset="0" >
0216              <size>
0217               <width>148</width>
0218               <height>20</height>
0219              </size>
0220             </property>
0221            </spacer>
0222           </item>
0223           <item>
0224            <widget class="QPushButton" name="deleteNationalityButton" >
0225             <property name="toolTip" >
0226              <string>Removes the currently selected nationality</string>
0227             </property>
0228             <property name="whatsThis" >
0229              <string>Click here to remove the currently selected nationality. You will be asked for confirmation.</string>
0230             </property>
0231             <property name="text" >
0232              <string>X</string>
0233             </property>
0234            </widget>
0235           </item>
0236          </layout>
0237         </item>
0238         <item>
0239          <widget class="QListWidget" name="nationalitieslist" >
0240           <property name="toolTip" >
0241            <string>Nationality list</string>
0242           </property>
0243           <property name="whatsThis" >
0244            <string>This list shows the nationalities defined.
0245 
0246 Each nationality name should be unique. Select a nationality and edit its details in the right dock.
0247 
0248 During the game, each player must choose a nationality. As such, you should add at least as many nationalities as the maximum number of players for this skin.</string>
0249           </property>
0250          </widget>
0251         </item>
0252        </layout>
0253       </widget>
0254       <widget class="QWidget" name="tabCountries" >
0255        <attribute name="title" >
0256         <string>Countries</string>
0257        </attribute>
0258        <layout class="QVBoxLayout" name="verticalLayout" >
0259         <item>
0260          <layout class="QHBoxLayout" name="horizontalLayout_5" >
0261           <item>
0262            <widget class="QPushButton" name="newCountryButton" >
0263             <property name="toolTip" >
0264              <string>Creates a new country</string>
0265             </property>
0266             <property name="whatsThis" >
0267              <string>Click here to add a new country. You will be prompted for its name.</string>
0268             </property>
0269             <property name="text" >
0270              <string>New Country</string>
0271             </property>
0272            </widget>
0273           </item>
0274           <item>
0275            <spacer name="horizontalSpacer" >
0276             <property name="orientation" >
0277              <enum>Qt::Horizontal</enum>
0278             </property>
0279             <property name="sizeHint" stdset="0" >
0280              <size>
0281               <width>148</width>
0282               <height>20</height>
0283              </size>
0284             </property>
0285            </spacer>
0286           </item>
0287           <item>
0288            <widget class="QPushButton" name="deleteCountryButton" >
0289             <property name="toolTip" >
0290              <string>Removes the currently selected country</string>
0291             </property>
0292             <property name="whatsThis" >
0293              <string>Click here to remove the currently selected country. You will be asked for confirmation.</string>
0294             </property>
0295             <property name="text" >
0296              <string>X</string>
0297             </property>
0298            </widget>
0299           </item>
0300          </layout>
0301         </item>
0302         <item>
0303          <widget class="QListWidget" name="countrieslist" >
0304           <property name="toolTip" >
0305            <string>Country list</string>
0306           </property>
0307           <property name="whatsThis" >
0308                   <string>This list shows the countries defined.
0309 
0310 Each country name should be unique. Select a country and edit its details in the right dock.</string>
0311           </property>
0312          </widget>
0313         </item>
0314        </layout>
0315       </widget>
0316       <widget class="QWidget" name="tabContinents" >
0317        <attribute name="title" >
0318         <string>Continents</string>
0319        </attribute>
0320        <layout class="QVBoxLayout" name="verticalLayout_3" >
0321         <item>
0322          <layout class="QHBoxLayout" name="horizontalLayout_6" >
0323           <item>
0324            <widget class="QPushButton" name="newContinentButton" >
0325             <property name="toolTip" >
0326              <string>Creates a new continent</string>
0327             </property>
0328             <property name="whatsThis" >
0329              <string>Click here to add a new continent. You will be prompted for its name.</string>
0330             </property>
0331             <property name="text" >
0332              <string>New Continent</string>
0333             </property>
0334            </widget>
0335           </item>
0336           <item>
0337            <spacer name="horizontalSpacer_3" >
0338             <property name="orientation" >
0339              <enum>Qt::Horizontal</enum>
0340             </property>
0341             <property name="sizeHint" stdset="0" >
0342              <size>
0343               <width>148</width>
0344               <height>20</height>
0345              </size>
0346             </property>
0347            </spacer>
0348           </item>
0349           <item>
0350            <widget class="QPushButton" name="deleteContinentButton" >
0351             <property name="toolTip" >
0352              <string>Removes the currently selected continent</string>
0353             </property>
0354             <property name="whatsThis" >
0355              <string>Click here to remove the currently selected continent. You will be asked for confirmation.</string>
0356             </property>
0357             <property name="text" >
0358              <string>X</string>
0359             </property>
0360            </widget>
0361           </item>
0362          </layout>
0363         </item>
0364         <item>
0365          <widget class="QListWidget" name="continentslist" >
0366           <property name="toolTip" >
0367            <string>Continent list</string>
0368           </property>
0369           <property name="whatsThis" >
0370                   <string>This list shows the continents defined.
0371 
0372 Each continent name should be unique. Select a continent and edit its details in the right dock.</string>
0373           </property>
0374          </widget>
0375         </item>
0376        </layout>
0377       </widget>
0378       <widget class="QWidget" name="tabGoals" >
0379        <attribute name="title" >
0380         <string>Goals</string>
0381        </attribute>
0382        <layout class="QVBoxLayout" name="verticalLayout_4" >
0383         <item>
0384          <layout class="QHBoxLayout" name="horizontalLayout_7" >
0385           <item>
0386            <widget class="QPushButton" name="newGoalButton" >
0387             <property name="toolTip" >
0388              <string>Creates a new goal</string>
0389             </property>
0390             <property name="whatsThis" >
0391              <string>Click here to add a new goal. It will be named automatically.</string>
0392             </property>
0393             <property name="text" >
0394              <string>New Goal</string>
0395             </property>
0396            </widget>
0397           </item>
0398           <item>
0399            <spacer name="horizontalSpacer_4" >
0400             <property name="orientation" >
0401              <enum>Qt::Horizontal</enum>
0402             </property>
0403             <property name="sizeHint" stdset="0" >
0404              <size>
0405               <width>148</width>
0406               <height>20</height>
0407              </size>
0408             </property>
0409            </spacer>
0410           </item>
0411           <item>
0412            <widget class="QPushButton" name="deleteGoalButton" >
0413             <property name="toolTip" >
0414              <string>Removes the currently selected goal</string>
0415             </property>
0416             <property name="whatsThis" >
0417              <string>Click here to remove the currently selected goal. You will be asked for confirmation.</string>
0418             </property>
0419             <property name="text" >
0420              <string>X</string>
0421             </property>
0422            </widget>
0423           </item>
0424          </layout>
0425         </item>
0426         <item>
0427          <widget class="QListWidget" name="goalslist" >
0428           <property name="toolTip" >
0429            <string>Goal list</string>
0430           </property>
0431           <property name="whatsThis" >
0432                   <string>This list shows the goals defined.
0433 
0434 Each goal name should be unique. Select a goal and edit its details in the right dock.</string>
0435           </property>
0436          </widget>
0437         </item>
0438        </layout>
0439       </widget>
0440      </widget>
0441     </item>
0442    </layout>
0443   </widget>
0444  </widget>
0445  <customwidgets>
0446   <customwidget>
0447    <class>KColorButton</class>
0448    <extends>QPushButton</extends>
0449    <header>kcolorbutton.h</header>
0450   </customwidget>
0451   <customwidget>
0452    <class>KFontRequester</class>
0453    <extends>QWidget</extends>
0454    <header>kfontrequester.h</header>
0455   </customwidget>
0456  </customwidgets>
0457  <resources/>
0458  <connections/>
0459 </ui>