Warning, /games/knights/src/proto/ficsdialog.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>FicsDialog</class>
0004  <widget class="QWidget" name="FicsDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>568</width>
0010     <height>269</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="QTabWidget" name="tabWidget">
0019      <property name="enabled">
0020       <bool>true</bool>
0021      </property>
0022      <property name="currentIndex">
0023       <number>0</number>
0024      </property>
0025      <property name="movable">
0026       <bool>true</bool>
0027      </property>
0028      <widget class="QWidget" name="accountTab">
0029       <property name="enabled">
0030        <bool>true</bool>
0031       </property>
0032       <attribute name="title">
0033        <string>Account</string>
0034       </attribute>
0035       <attribute name="toolTip">
0036        <string>Log in to the chess server</string>
0037       </attribute>
0038       <layout class="QVBoxLayout" name="verticalLayout_3">
0039        <item>
0040         <widget class="QGroupBox" name="logInGroup">
0041          <property name="title">
0042           <string/>
0043          </property>
0044          <layout class="QGridLayout" name="gridLayout_2">
0045           <item row="0" column="0" colspan="5">
0046            <widget class="QLabel" name="logInStatusLabel">
0047             <property name="text">
0048              <string/>
0049             </property>
0050            </widget>
0051           </item>
0052           <item row="1" column="0">
0053            <widget class="QLabel" name="usernameLabel">
0054             <property name="text">
0055              <string>&amp;Username:</string>
0056             </property>
0057             <property name="buddy">
0058              <cstring>usernameLineEdit</cstring>
0059             </property>
0060            </widget>
0061           </item>
0062           <item row="1" column="1" colspan="3">
0063            <widget class="KLineEdit" name="usernameLineEdit">
0064             <property name="showClearButton" stdset="0">
0065              <bool>true</bool>
0066             </property>
0067            </widget>
0068           </item>
0069           <item row="1" column="4">
0070            <widget class="QCheckBox" name="registeredCheckBox">
0071             <property name="text">
0072              <string>This is a registered account</string>
0073             </property>
0074             <property name="checked">
0075              <bool>true</bool>
0076             </property>
0077            </widget>
0078           </item>
0079           <item row="2" column="0">
0080            <widget class="QLabel" name="passwordLabel">
0081             <property name="text">
0082              <string>&amp;Password:</string>
0083             </property>
0084             <property name="buddy">
0085              <cstring>passwordLineEdit</cstring>
0086             </property>
0087            </widget>
0088           </item>
0089           <item row="2" column="1" colspan="3">
0090            <widget class="KLineEdit" name="passwordLineEdit">
0091             <property name="showClearButton" stdset="0">
0092              <bool>true</bool>
0093             </property>
0094             <property name="echoMode">
0095                     <enum>QLineEdit::Password</enum>
0096             </property>
0097            </widget>
0098           </item>
0099           <item row="2" column="4">
0100            <widget class="QCheckBox" name="rememberCheckBox">
0101             <property name="text">
0102              <string>Log me in automatically</string>
0103             </property>
0104            </widget>
0105           </item>
0106           <item row="3" column="1">
0107            <widget class="QPushButton" name="logInButton">
0108             <property name="text">
0109              <string>Log in</string>
0110             </property>
0111            </widget>
0112           </item>
0113           <item row="3" column="2">
0114            <spacer name="horizontalSpacer_2">
0115             <property name="orientation">
0116              <enum>Qt::Horizontal</enum>
0117             </property>
0118             <property name="sizeHint" stdset="0">
0119              <size>
0120               <width>40</width>
0121               <height>20</height>
0122              </size>
0123             </property>
0124            </spacer>
0125           </item>
0126           <item row="3" column="3">
0127            <widget class="QPushButton" name="registerButton">
0128             <property name="text">
0129              <string>Create an account</string>
0130             </property>
0131            </widget>
0132           </item>
0133          </layout>
0134         </widget>
0135        </item>
0136        <item>
0137         <spacer name="verticalSpacer">
0138          <property name="orientation">
0139           <enum>Qt::Vertical</enum>
0140          </property>
0141          <property name="sizeHint" stdset="0">
0142           <size>
0143            <width>20</width>
0144            <height>40</height>
0145           </size>
0146          </property>
0147         </spacer>
0148        </item>
0149       </layout>
0150      </widget>
0151      <widget class="QWidget" name="joinTab">
0152       <attribute name="title">
0153        <string>Seek List</string>
0154       </attribute>
0155       <attribute name="toolTip">
0156        <string>Current ads arranged in a list</string>
0157       </attribute>
0158       <layout class="QVBoxLayout" name="verticalLayout_2">
0159        <item>
0160         <widget class="QTableWidget" name="offerTable">
0161          <property name="editTriggers">
0162           <set>QAbstractItemView::NoEditTriggers</set>
0163          </property>
0164          <property name="showDropIndicator" stdset="0">
0165           <bool>false</bool>
0166          </property>
0167          <property name="dragDropOverwriteMode">
0168           <bool>false</bool>
0169          </property>
0170          <property name="alternatingRowColors">
0171           <bool>true</bool>
0172          </property>
0173          <property name="selectionMode">
0174           <enum>QAbstractItemView::SingleSelection</enum>
0175          </property>
0176          <property name="selectionBehavior">
0177           <enum>QAbstractItemView::SelectRows</enum>
0178          </property>
0179          <property name="sortingEnabled">
0180           <bool>true</bool>
0181          </property>
0182          <attribute name="horizontalHeaderCascadingSectionResizes">
0183           <bool>true</bool>
0184          </attribute>
0185          <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
0186           <bool>true</bool>
0187          </attribute>
0188          <attribute name="horizontalHeaderStretchLastSection">
0189           <bool>true</bool>
0190          </attribute>
0191          <attribute name="verticalHeaderVisible">
0192           <bool>false</bool>
0193          </attribute>
0194          <attribute name="verticalHeaderHighlightSections">
0195           <bool>false</bool>
0196          </attribute>
0197          <column>
0198           <property name="text">
0199            <string>Player</string>
0200           </property>
0201          </column>
0202          <column>
0203           <property name="text">
0204            <string>Rating</string>
0205           </property>
0206          </column>
0207          <column>
0208           <property name="text">
0209            <string>Time</string>
0210           </property>
0211          </column>
0212          <column>
0213           <property name="text">
0214            <string>Increment</string>
0215           </property>
0216          </column>
0217          <column>
0218           <property name="text">
0219            <string>Rated</string>
0220           </property>
0221          </column>
0222          <column>
0223           <property name="text">
0224            <string>Variant</string>
0225           </property>
0226          </column>
0227          <column>
0228           <property name="text">
0229            <string>Your color</string>
0230           </property>
0231          </column>
0232         </widget>
0233        </item>
0234       </layout>
0235      </widget>
0236      <widget class="QWidget" name="graphTab">
0237       <attribute name="title">
0238        <string>Seek Graph</string>
0239       </attribute>
0240       <attribute name="toolTip">
0241        <string>Current ads arranged by rating and duration</string>
0242       </attribute>
0243       <layout class="QVBoxLayout" name="verticalLayout_5">
0244        <item>
0245         <widget class="Knights::SeekGraph" name="graphView">
0246          <property name="frameShape">
0247           <enum>QFrame::StyledPanel</enum>
0248          </property>
0249          <property name="frameShadow">
0250           <enum>QFrame::Raised</enum>
0251          </property>
0252         </widget>
0253        </item>
0254       </layout>
0255      </widget>
0256      <widget class="QWidget" name="challengeTab">
0257       <attribute name="title">
0258        <string>Challenges</string>
0259       </attribute>
0260       <attribute name="toolTip">
0261        <string>Post an ad for other players</string>
0262       </attribute>
0263       <layout class="QVBoxLayout" name="verticalLayout_6">
0264        <item>
0265         <widget class="QCheckBox" name="ratedCheckBox">
0266          <property name="text">
0267           <string>Rated match</string>
0268          </property>
0269         </widget>
0270        </item>
0271        <item>
0272         <widget class="QCheckBox" name="autoCheckBox">
0273          <property name="text">
0274           <string>Automatically start the game</string>
0275          </property>
0276         </widget>
0277        </item>
0278        <item>
0279         <widget class="QPushButton" name="seekButton">
0280          <property name="text">
0281           <string comment="Start searching for opponents">Seek</string>
0282          </property>
0283          <property name="checkable">
0284           <bool>true</bool>
0285          </property>
0286         </widget>
0287        </item>
0288        <item>
0289         <widget class="QListView" name="challengeListView"/>
0290        </item>
0291       </layout>
0292      </widget>
0293      <widget class="QWidget" name="consoleTab">
0294       <attribute name="title">
0295        <string>Console</string>
0296       </attribute>
0297       <attribute name="toolTip">
0298        <string>Use custom commands</string>
0299       </attribute>
0300       <layout class="QVBoxLayout" name="verticalLayout_4"/>
0301      </widget>
0302     </widget>
0303    </item>
0304   </layout>
0305  </widget>
0306  <customwidgets>
0307   <customwidget>
0308    <class>KLineEdit</class>
0309    <extends>QLineEdit</extends>
0310    <header>klineedit.h</header>
0311   </customwidget>
0312   <customwidget>
0313    <class>Knights::SeekGraph</class>
0314    <extends>QFrame</extends>
0315    <header>proto/seekgraph.h</header>
0316    <container>1</container>
0317   </customwidget>
0318  </customwidgets>
0319  <resources/>
0320  <connections>
0321   <connection>
0322    <sender>registeredCheckBox</sender>
0323    <signal>toggled(bool)</signal>
0324    <receiver>passwordLineEdit</receiver>
0325    <slot>setEnabled(bool)</slot>
0326    <hints>
0327     <hint type="sourcelabel">
0328      <x>498</x>
0329      <y>71</y>
0330     </hint>
0331     <hint type="destinationlabel">
0332      <x>348</x>
0333      <y>103</y>
0334     </hint>
0335    </hints>
0336   </connection>
0337   <connection>
0338    <sender>registeredCheckBox</sender>
0339    <signal>toggled(bool)</signal>
0340    <receiver>ratedCheckBox</receiver>
0341    <slot>setEnabled(bool)</slot>
0342    <hints>
0343     <hint type="sourcelabel">
0344      <x>452</x>
0345      <y>65</y>
0346     </hint>
0347     <hint type="destinationlabel">
0348      <x>283</x>
0349      <y>39</y>
0350     </hint>
0351    </hints>
0352   </connection>
0353  </connections>
0354 </ui>