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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>QPlayerSetupWidget</class>
0004  <widget class="QWidget" name="QPlayerSetupWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>560</width>
0010     <height>393</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Player Setup</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="TextLabel1">
0019      <property name="frameShape">
0020       <enum>QFrame::NoFrame</enum>
0021      </property>
0022      <property name="text">
0023       <string>Player number %1, please enter your name and choose your nation:</string>
0024      </property>
0025      <property name="wordWrap">
0026       <bool>true</bool>
0027      </property>
0028      <property name="buddy">
0029       <cstring>nameLineEdit</cstring>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <layout class="QHBoxLayout" name="horizontalLayout_2">
0035      <item>
0036       <widget class="QLineEdit" name="nameLineEdit">
0037        <property name="text">
0038         <string/>
0039        </property>
0040        <property name="maxLength">
0041         <number>30</number>
0042        </property>
0043        <property name="alignment">
0044         <set>Qt::AlignLeading</set>
0045        </property>
0046       </widget>
0047      </item>
0048      <item>
0049       <widget class="QComboBox" name="nationCombo">
0050        <property name="toolTip">
0051         <string>Choose your nation</string>
0052        </property>
0053        <property name="whatsThis">
0054         <string>A combo box that lists currently available nations.
0055 Choose one of them. It will be your nation during the game</string>
0056        </property>
0057        <property name="duplicatesEnabled">
0058         <bool>false</bool>
0059        </property>
0060       </widget>
0061      </item>
0062     </layout>
0063    </item>
0064    <item>
0065     <widget class="QLabel" name="messageLabel">
0066      <property name="enabled">
0067       <bool>true</bool>
0068      </property>
0069      <property name="text">
0070       <string comment="KDE::DoNotExtract">TextLabel</string>
0071      </property>
0072     </widget>
0073    </item>
0074    <item>
0075     <layout class="QHBoxLayout" name="horizontalLayout">
0076      <item>
0077       <widget class="QLabel" name="passwordLabel">
0078        <property name="text">
0079         <string>Enter your password:</string>
0080        </property>
0081        <property name="wordWrap">
0082         <bool>false</bool>
0083        </property>
0084       </widget>
0085      </item>
0086      <item>
0087       <widget class="QLineEdit" name="passwordEdit">
0088        <property name="enabled">
0089         <bool>true</bool>
0090        </property>
0091        <property name="maxLength">
0092         <number>8</number>
0093        </property>
0094        <property name="echoMode">
0095         <enum>QLineEdit::Password</enum>
0096        </property>
0097       </widget>
0098      </item>
0099     </layout>
0100    </item>
0101    <item>
0102     <widget class="QCheckBox" name="isComputerCheckBox">
0103      <property name="text">
0104       <string>Pla&amp;yer is computer</string>
0105      </property>
0106     </widget>
0107    </item>
0108    <item>
0109     <spacer name="verticalSpacer">
0110      <property name="orientation">
0111       <enum>Qt::Vertical</enum>
0112      </property>
0113      <property name="sizeHint" stdset="0">
0114       <size>
0115        <width>20</width>
0116        <height>40</height>
0117       </size>
0118      </property>
0119     </spacer>
0120    </item>
0121    <item>
0122     <layout class="QHBoxLayout" name="horizontalLayout_3">
0123      <item>
0124       <widget class="QPushButton" name="cancelButton">
0125        <property name="text">
0126         <string>Cancel</string>
0127        </property>
0128       </widget>
0129      </item>
0130      <item>
0131       <spacer name="horizontalSpacer">
0132        <property name="orientation">
0133         <enum>Qt::Horizontal</enum>
0134        </property>
0135        <property name="sizeHint" stdset="0">
0136         <size>
0137          <width>40</width>
0138          <height>20</height>
0139         </size>
0140        </property>
0141       </spacer>
0142      </item>
0143      <item>
0144       <widget class="QPushButton" name="previousButton">
0145        <property name="text">
0146         <string>&lt;&lt; Previous</string>
0147        </property>
0148       </widget>
0149      </item>
0150      <item>
0151       <widget class="QPushButton" name="nextButton">
0152        <property name="text">
0153         <string>Next &gt;&gt;</string>
0154        </property>
0155       </widget>
0156      </item>
0157     </layout>
0158    </item>
0159   </layout>
0160  </widget>
0161  <tabstops>
0162   <tabstop>nameLineEdit</tabstop>
0163   <tabstop>nationCombo</tabstop>
0164   <tabstop>isComputerCheckBox</tabstop>
0165  </tabstops>
0166  <includes>
0167   <include location="local">kpassworddialog.h</include>
0168  </includes>
0169  <resources/>
0170  <connections/>
0171 </ui>