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

0001 <ui version="4.0" >
0002  <class>JoinGameDialog</class>
0003  <widget class="QDialog" name="JoinGameDialog" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>525</width>
0009     <height>372</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Join Network Game Configuration</string>
0014   </property>
0015   <layout class="QVBoxLayout" name="verticalLayout" >
0016    <item>
0017     <widget class="QGroupBox" name="groupBox" >
0018      <property name="title" >
0019       <string>Network Configuration</string>
0020      </property>
0021      <layout class="QFormLayout" name="formLayout" >
0022       <item row="0" column="0" >
0023        <widget class="QLabel" name="label" >
0024         <property name="text" >
0025          <string>Host:</string>
0026         </property>
0027        </widget>
0028       </item>
0029       <item row="0" column="1" >
0030        <widget class="KLineEdit" name="hostEdit" />
0031       </item>
0032       <item row="1" column="0" >
0033        <widget class="QLabel" name="label_2" >
0034         <property name="text" >
0035          <string>Port:</string>
0036         </property>
0037        </widget>
0038       </item>
0039       <item row="1" column="1" >
0040        <widget class="KLineEdit" name="portEdit" />
0041       </item>
0042      </layout>
0043     </widget>
0044    </item>
0045    <item>
0046     <widget class="QDialogButtonBox" name="buttonBox" >
0047      <property name="orientation" >
0048       <enum>Qt::Horizontal</enum>
0049      </property>
0050      <property name="standardButtons" >
0051       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0052      </property>
0053     </widget>
0054    </item>
0055   </layout>
0056  </widget>
0057  <customwidgets>
0058   <customwidget>
0059    <class>KLineEdit</class>
0060    <extends>QLineEdit</extends>
0061    <header>klineedit.h</header>
0062   </customwidget>
0063  </customwidgets>
0064  <resources/>
0065  <connections>
0066   <connection>
0067    <sender>buttonBox</sender>
0068    <signal>accepted()</signal>
0069    <receiver>JoinGameDialog</receiver>
0070    <slot>accept()</slot>
0071    <hints>
0072     <hint type="sourcelabel" >
0073      <x>248</x>
0074      <y>254</y>
0075     </hint>
0076     <hint type="destinationlabel" >
0077      <x>157</x>
0078      <y>274</y>
0079     </hint>
0080    </hints>
0081   </connection>
0082   <connection>
0083    <sender>buttonBox</sender>
0084    <signal>rejected()</signal>
0085    <receiver>JoinGameDialog</receiver>
0086    <slot>reject()</slot>
0087    <hints>
0088     <hint type="sourcelabel" >
0089      <x>316</x>
0090      <y>260</y>
0091     </hint>
0092     <hint type="destinationlabel" >
0093      <x>286</x>
0094      <y>274</y>
0095     </hint>
0096    </hints>
0097   </connection>
0098  </connections>
0099 </ui>