Warning, /games/atlantik/client/selectgame.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>SelectGame</class>
0004  <widget class="QWidget" name="SelectGame">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string>Create or Select monopd Game</string>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout">
0020       <item>
0021        <widget class="QTreeWidget" name="m_gameList">
0022         <property name="rootIsDecorated">
0023          <bool>false</bool>
0024         </property>
0025         <property name="allColumnsShowFocus">
0026          <bool>true</bool>
0027         </property>
0028         <column>
0029          <property name="text">
0030           <string>Game</string>
0031          </property>
0032         </column>
0033         <column>
0034          <property name="text">
0035           <string>Description</string>
0036          </property>
0037         </column>
0038         <column>
0039          <property name="text">
0040           <string>Id</string>
0041          </property>
0042         </column>
0043         <column>
0044          <property name="text">
0045           <string>Players</string>
0046          </property>
0047         </column>
0048        </widget>
0049       </item>
0050      </layout>
0051     </widget>
0052    </item>
0053    <item>
0054     <layout class="QHBoxLayout" name="horizontalLayout">
0055      <item>
0056       <widget class="QPushButton" name="backButton">
0057        <property name="text">
0058         <string>Server List</string>
0059        </property>
0060       </widget>
0061      </item>
0062      <item>
0063       <spacer name="horizontalSpacer">
0064        <property name="orientation">
0065         <enum>Qt::Horizontal</enum>
0066        </property>
0067        <property name="sizeHint" stdset="0">
0068         <size>
0069          <width>5</width>
0070          <height>5</height>
0071         </size>
0072        </property>
0073       </spacer>
0074      </item>
0075      <item>
0076       <widget class="QPushButton" name="m_connectButton">
0077        <property name="text">
0078         <string>Create Game</string>
0079        </property>
0080       </widget>
0081      </item>
0082     </layout>
0083    </item>
0084   </layout>
0085  </widget>
0086  <resources/>
0087  <connections/>
0088 </ui>