2007-02-15 00:14:23 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
|
<class>joinNetworkGameDialog</class>
|
|
|
|
|
<widget class="QDialog" name="joinNetworkGameDialog" >
|
|
|
|
|
<property name="geometry" >
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2007-02-15 23:39:06 +00:00
|
|
|
<width>586</width>
|
|
|
|
|
<height>458</height>
|
2007-02-15 00:14:23 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle" >
|
|
|
|
|
<string>Join Network Game</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
|
<property name="margin" >
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="spacing" >
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
2007-02-15 23:26:00 +00:00
|
|
|
<item row="0" column="0" >
|
2007-02-15 00:57:04 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
|
<property name="title" >
|
2007-02-15 23:26:00 +00:00
|
|
|
<string>Connect to Network Game</string>
|
2007-02-15 00:14:23 +00:00
|
|
|
</property>
|
2007-02-15 00:57:04 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
|
<property name="margin" >
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="spacing" >
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
2007-02-15 23:26:00 +00:00
|
|
|
<item row="4" column="0" colspan="5" >
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2" >
|
|
|
|
|
<property name="title" >
|
|
|
|
|
<string>Server Profiles</string>
|
2007-02-15 00:57:04 +00:00
|
|
|
</property>
|
2007-02-15 23:26:00 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
|
<property name="margin" >
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="spacing" >
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0" >
|
|
|
|
|
<widget class="QTreeWidget" name="treeWidget" >
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text" >
|
2007-02-15 23:57:30 +00:00
|
|
|
<string> Name </string>
|
2007-02-15 23:26:00 +00:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string> Address </string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string> Port </string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>IPv6</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" >
|
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
|
<property name="margin" >
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="spacing" >
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton_2" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Save</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton_5" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Delete</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2007-02-15 00:57:04 +00:00
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0" colspan="5" >
|
|
|
|
|
<widget class="QPushButton" name="pushButton_3" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Connect</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2007-02-15 23:26:00 +00:00
|
|
|
<item rowspan="2" row="0" column="2" >
|
|
|
|
|
<spacer>
|
|
|
|
|
<property name="orientation" >
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeType" >
|
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>16</width>
|
|
|
|
|
<height>57</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2007-02-15 23:39:06 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
|
<widget class="QLineEdit" name="lineEdit" />
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="4" >
|
|
|
|
|
<widget class="QLineEdit" name="lineEdit_2" />
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3" >
|
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Password (optional):</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="4" >
|
|
|
|
|
<widget class="QSpinBox" name="spinBox" />
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="3" >
|
2007-02-15 23:26:00 +00:00
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Port:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2007-02-15 23:39:06 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>IP Address / Domain Name:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" >
|
|
|
|
|
<widget class="QLabel" name="label_4" >
|
|
|
|
|
<property name="text" >
|
2007-02-15 23:57:30 +00:00
|
|
|
<string>Profile Name:</string>
|
2007-02-15 23:39:06 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1" >
|
2007-02-15 23:57:30 +00:00
|
|
|
<widget class="QLineEdit" name="lineEdit_3" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>myServerProfile1</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2007-02-15 23:39:06 +00:00
|
|
|
</item>
|
2007-02-15 00:57:04 +00:00
|
|
|
<item row="2" column="0" colspan="5" >
|
2007-02-15 23:39:06 +00:00
|
|
|
<widget class="QCheckBox" name="checkBox" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Use IPv6</string>
|
2007-02-15 00:57:04 +00:00
|
|
|
</property>
|
2007-02-15 23:39:06 +00:00
|
|
|
</widget>
|
2007-02-15 00:57:04 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2007-02-15 23:26:00 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
|
<property name="margin" >
|
|
|
|
|
<number>0</number>
|
2007-02-15 00:57:04 +00:00
|
|
|
</property>
|
2007-02-15 23:26:00 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
|
<number>6</number>
|
2007-02-15 00:14:23 +00:00
|
|
|
</property>
|
2007-02-15 23:26:00 +00:00
|
|
|
<item>
|
|
|
|
|
<spacer>
|
|
|
|
|
<property name="orientation" >
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" >
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton" >
|
|
|
|
|
<property name="text" >
|
|
|
|
|
<string>Close</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2007-02-15 00:14:23 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
2007-02-15 00:57:04 +00:00
|
|
|
<connections>
|
|
|
|
|
<connection>
|
2007-02-17 19:36:32 +00:00
|
|
|
<sender>pushButton_3</sender>
|
2007-02-15 00:57:04 +00:00
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>joinNetworkGameDialog</receiver>
|
|
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel" >
|
2007-02-17 19:36:32 +00:00
|
|
|
<x>124</x>
|
|
|
|
|
<y>141</y>
|
2007-02-15 00:57:04 +00:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel" >
|
2007-02-17 19:36:32 +00:00
|
|
|
<x>49</x>
|
|
|
|
|
<y>433</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>pushButton</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>joinNetworkGameDialog</receiver>
|
2007-02-17 23:18:34 +00:00
|
|
|
<slot>close()</slot>
|
2007-02-17 19:36:32 +00:00
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel" >
|
2007-02-17 23:18:34 +00:00
|
|
|
<x>513</x>
|
|
|
|
|
<y>431</y>
|
2007-02-17 19:36:32 +00:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel" >
|
2007-02-17 23:18:34 +00:00
|
|
|
<x>449</x>
|
|
|
|
|
<y>431</y>
|
2007-02-15 00:57:04 +00:00
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
2007-02-15 00:14:23 +00:00
|
|
|
</ui>
|