Files
pokerth/src/gui/qt/serverlistdialog.ui
T

88 lines
2.0 KiB
XML
Raw Normal View History

2009-04-27 23:44:34 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2009-04-05 12:32:16 +00:00
<class>ServerListDialog</class>
2009-04-27 23:44:34 +00:00
<widget class="QDialog" name="ServerListDialog">
<property name="geometry">
2009-04-05 12:32:16 +00:00
<rect>
<x>0</x>
<y>0</y>
<width>289</width>
<height>241</height>
2009-04-05 12:32:16 +00:00
</rect>
</property>
2009-04-27 23:44:34 +00:00
<property name="windowTitle">
2009-04-05 22:25:43 +00:00
<string>Server List</string>
2009-04-05 12:32:16 +00:00
</property>
2009-04-27 23:44:34 +00:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="treeWidget_serverList">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
2009-04-27 23:44:34 +00:00
<property name="rootIsDecorated">
<bool>false</bool>
</property>
2009-04-05 12:32:16 +00:00
<column>
2009-04-27 23:44:34 +00:00
<property name="text">
2009-04-05 22:25:43 +00:00
<string>Server Name</string>
2009-04-05 12:32:16 +00:00
</property>
</column>
<column>
2009-04-27 23:44:34 +00:00
<property name="text">
<string>Country/Region</string>
2009-04-05 12:32:16 +00:00
</property>
</column>
</widget>
</item>
2009-04-27 23:44:34 +00:00
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
2009-04-05 12:32:16 +00:00
<enum>Qt::Horizontal</enum>
</property>
2009-04-27 23:44:34 +00:00
<property name="standardButtons">
2009-04-05 12:32:16 +00:00
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
2009-04-27 23:44:34 +00:00
<property name="centerButtons">
2009-04-05 12:32:16 +00:00
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ServerListDialog</receiver>
<slot>accept()</slot>
<hints>
2009-04-27 23:44:34 +00:00
<hint type="sourcelabel">
2009-04-05 12:32:16 +00:00
<x>248</x>
<y>254</y>
</hint>
2009-04-27 23:44:34 +00:00
<hint type="destinationlabel">
2009-04-05 12:32:16 +00:00
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ServerListDialog</receiver>
<slot>reject()</slot>
<hints>
2009-04-27 23:44:34 +00:00
<hint type="sourcelabel">
2009-04-05 12:32:16 +00:00
<x>316</x>
<y>260</y>
</hint>
2009-04-27 23:44:34 +00:00
<hint type="destinationlabel">
2009-04-05 12:32:16 +00:00
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>