Warning, /games/ksirk/ksirk/Dialogs/jabbergameui.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>KsirkJabberGameWidget</class>
0004  <widget class="QWidget" name="KsirkJabberGameWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>615</width>
0010     <height>547</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0">
0015     <widget class="QStackedWidget" name="stackedWidget">
0016      <property name="currentIndex">
0017       <number>1</number>
0018      </property>
0019      <widget class="QWidget" name="jabberconnectpage">
0020       <layout class="QVBoxLayout" name="verticalLayout_3">
0021        <item>
0022         <widget class="QLabel" name="label_7">
0023          <property name="font">
0024           <font>
0025            <weight>75</weight>
0026            <bold>true</bold>
0027           </font>
0028          </property>
0029          <property name="text">
0030           <string>Connection to the Jabber Network</string>
0031          </property>
0032         </widget>
0033        </item>
0034        <item>
0035         <layout class="QGridLayout" name="gridLayout_4">
0036          <item row="0" column="0">
0037           <widget class="QLabel" name="label">
0038            <property name="text">
0039             <string>Jabber ID:</string>
0040            </property>
0041           </widget>
0042          </item>
0043          <item row="0" column="2" rowspan="2">
0044           <widget class="KLineEdit" name="jabberid">
0045            <property name="text">
0046             <string>kleag@kdetalk.net</string>
0047            </property>
0048           </widget>
0049          </item>
0050          <item row="1" column="2" rowspan="2">
0051           <widget class="KLineEdit" name="password">
0052            <property name="text">
0053             <string>12345678</string>
0054            </property>
0055            <property name="echoMode">
0056             <enum>QLineEdit::Password</enum>
0057            </property>
0058           </widget>
0059          </item>
0060          <item row="2" column="0">
0061           <widget class="QLabel" name="label_2">
0062            <property name="text">
0063             <string>Password:</string>
0064            </property>
0065           </widget>
0066          </item>
0067         </layout>
0068        </item>
0069        <item>
0070         <layout class="QHBoxLayout" name="horizontalLayout_5">
0071          <item>
0072           <widget class="QPushButton" name="connectbutton">
0073            <property name="text">
0074             <string>Connect</string>
0075            </property>
0076           </widget>
0077          </item>
0078          <item>
0079           <spacer name="horizontalSpacer_2">
0080            <property name="orientation">
0081             <enum>Qt::Horizontal</enum>
0082            </property>
0083            <property name="sizeHint" stdset="0">
0084             <size>
0085              <width>40</width>
0086              <height>20</height>
0087             </size>
0088            </property>
0089           </spacer>
0090          </item>
0091          <item>
0092           <layout class="QHBoxLayout" name="horizontalLayout_4">
0093            <item>
0094             <widget class="QLabel" name="label_8">
0095              <property name="text">
0096               <string>State:</string>
0097              </property>
0098             </widget>
0099            </item>
0100            <item>
0101             <widget class="KLed" name="jabberstateled">
0102              <property name="layoutDirection">
0103               <enum>Qt::LeftToRight</enum>
0104              </property>
0105             </widget>
0106            </item>
0107           </layout>
0108          </item>
0109         </layout>
0110        </item>
0111        <item>
0112         <spacer name="verticalSpacer_4">
0113          <property name="orientation">
0114           <enum>Qt::Vertical</enum>
0115          </property>
0116          <property name="sizeHint" stdset="0">
0117           <size>
0118            <width>20</width>
0119            <height>143</height>
0120           </size>
0121          </property>
0122         </spacer>
0123        </item>
0124       </layout>
0125      </widget>
0126      <widget class="QWidget" name="chatroomconnectpage">
0127       <layout class="QVBoxLayout" name="verticalLayout_2">
0128        <item>
0129         <widget class="QLabel" name="label_9">
0130          <property name="font">
0131           <font>
0132            <weight>75</weight>
0133            <bold>true</bold>
0134           </font>
0135          </property>
0136          <property name="text">
0137           <string>Joining a KsirK Jabber Chatroom</string>
0138          </property>
0139         </widget>
0140        </item>
0141        <item>
0142         <layout class="QGridLayout" name="gridLayout_2">
0143          <item row="1" column="0">
0144           <widget class="QLabel" name="label_3">
0145            <property name="text">
0146             <string>Room JID:</string>
0147            </property>
0148           </widget>
0149          </item>
0150          <item row="1" column="1">
0151           <widget class="KLineEdit" name="roomjid"/>
0152          </item>
0153          <item row="2" column="0">
0154           <widget class="QLabel" name="label_4">
0155            <property name="text">
0156             <string>Nickname:</string>
0157            </property>
0158           </widget>
0159          </item>
0160          <item row="2" column="1">
0161           <widget class="KLineEdit" name="nickname"/>
0162          </item>
0163          <item row="1" column="2">
0164           <widget class="QLabel" name="label_5">
0165            <property name="text">
0166             <string>Room Password:</string>
0167            </property>
0168           </widget>
0169          </item>
0170          <item row="1" column="3">
0171           <widget class="KLineEdit" name="roompassword">
0172            <property name="echoMode">
0173             <enum>QLineEdit::Password</enum>
0174            </property>
0175           </widget>
0176          </item>
0177          <item row="2" column="2">
0178           <widget class="QPushButton" name="joinroombutton">
0179            <property name="text">
0180             <string>Join Room</string>
0181            </property>
0182           </widget>
0183          </item>
0184          <item row="2" column="3">
0185           <layout class="QHBoxLayout" name="horizontalLayout_3">
0186            <item>
0187             <widget class="QLabel" name="label_10">
0188              <property name="text">
0189               <string>State:</string>
0190              </property>
0191             </widget>
0192            </item>
0193            <item>
0194             <widget class="KLed" name="chatroomstateled"/>
0195            </item>
0196           </layout>
0197          </item>
0198         </layout>
0199        </item>
0200        <item>
0201         <widget class="QLabel" name="label_6">
0202          <property name="font">
0203           <font>
0204            <weight>75</weight>
0205            <bold>true</bold>
0206           </font>
0207          </property>
0208          <property name="text">
0209           <string>Games in the Room</string>
0210          </property>
0211         </widget>
0212        </item>
0213        <item>
0214         <layout class="QHBoxLayout" name="horizontalLayout">
0215          <item>
0216           <widget class="QTableWidget" name="jabberTable">
0217            <property name="alternatingRowColors">
0218             <bool>true</bool>
0219            </property>
0220            <property name="selectionMode">
0221             <enum>QAbstractItemView::SingleSelection</enum>
0222            </property>
0223            <property name="selectionBehavior">
0224             <enum>QAbstractItemView::SelectRows</enum>
0225            </property>
0226            <property name="sortingEnabled">
0227             <bool>true</bool>
0228            </property>
0229            <property name="columnCount">
0230             <number>3</number>
0231            </property>
0232            <column/>
0233            <column/>
0234            <column/>
0235           </widget>
0236          </item>
0237          <item>
0238           <layout class="QVBoxLayout" name="verticalLayout">
0239            <item>
0240             <widget class="QPushButton" name="startnewgamebutton">
0241              <property name="enabled">
0242               <bool>false</bool>
0243              </property>
0244              <property name="text">
0245               <string>Start a New Game</string>
0246              </property>
0247             </widget>
0248            </item>
0249            <item>
0250             <widget class="QPushButton" name="joingamebutton">
0251              <property name="enabled">
0252               <bool>false</bool>
0253              </property>
0254              <property name="text">
0255               <string>Join Selected Game</string>
0256              </property>
0257             </widget>
0258            </item>
0259            <item>
0260             <widget class="QPushButton" name="loadsavedgamebutton">
0261              <property name="enabled">
0262               <bool>false</bool>
0263              </property>
0264              <property name="text">
0265               <string>Load a Saved Game...</string>
0266              </property>
0267             </widget>
0268            </item>
0269            <item>
0270             <spacer name="verticalSpacer">
0271              <property name="orientation">
0272               <enum>Qt::Vertical</enum>
0273              </property>
0274              <property name="sizeHint" stdset="0">
0275               <size>
0276                <width>20</width>
0277                <height>40</height>
0278               </size>
0279              </property>
0280             </spacer>
0281            </item>
0282           </layout>
0283          </item>
0284         </layout>
0285        </item>
0286       </layout>
0287      </widget>
0288     </widget>
0289    </item>
0290    <item row="1" column="0">
0291     <widget class="QLabel" name="label_11">
0292      <property name="text">
0293       <string>&lt;b&gt;Note:&lt;/b&gt; Playing over the Jabber network is an experimental feature in KsirK.&lt;br/&gt;Particularly, the distribution of armies at game beginning is very slow (expect something like one minute).</string>
0294      </property>
0295      <property name="wordWrap">
0296       <bool>true</bool>
0297      </property>
0298     </widget>
0299    </item>
0300    <item row="2" column="0">
0301     <layout class="QHBoxLayout" name="horizontalLayout_2">
0302      <item>
0303       <spacer name="horizontalSpacer">
0304        <property name="orientation">
0305         <enum>Qt::Horizontal</enum>
0306        </property>
0307        <property name="sizeHint" stdset="0">
0308         <size>
0309          <width>40</width>
0310          <height>20</height>
0311         </size>
0312        </property>
0313       </spacer>
0314      </item>
0315      <item>
0316       <widget class="QPushButton" name="cancelbutton">
0317        <property name="text">
0318         <string>Cancel</string>
0319        </property>
0320       </widget>
0321      </item>
0322     </layout>
0323    </item>
0324   </layout>
0325  </widget>
0326  <customwidgets>
0327   <customwidget>
0328    <class>KLed</class>
0329    <extends>QWidget</extends>
0330    <header>kled.h</header>
0331   </customwidget>
0332   <customwidget>
0333    <class>KLineEdit</class>
0334    <extends>QLineEdit</extends>
0335    <header>klineedit.h</header>
0336   </customwidget>
0337  </customwidgets>
0338  <resources/>
0339  <connections/>
0340 </ui>