Files
pokerth/src/gui/qt/connecttoserverdialog.ui
T
2007-02-17 23:18:34 +00:00

107 lines
2.4 KiB
XML

<ui version="4.0" >
<class>connectToServerDialog</class>
<widget class="QDialog" name="connectToServerDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>260</width>
<height>118</height>
</rect>
</property>
<property name="windowTitle" >
<string>Connect to Server</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="label_actionMessage" >
<property name="text" >
<string>Connecting to Server ...</string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QProgressBar" name="progressBar" >
<property name="value" >
<number>0</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="2" column="0" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>5</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<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_cancel" >
<property name="text" >
<string>Cancel</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton_cancel</sender>
<signal>clicked()</signal>
<receiver>connectToServerDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>122</x>
<y>96</y>
</hint>
<hint type="destinationlabel" >
<x>44</x>
<y>90</y>
</hint>
</hints>
</connection>
</connections>
</ui>