string update

This commit is contained in:
doitux
2009-04-27 23:44:34 +00:00
parent 041fb5934b
commit d7aaf4a2bb
23 changed files with 1915 additions and 1679 deletions
+22 -21
View File
@@ -1,7 +1,8 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ServerListDialog</class>
<widget class="QDialog" name="ServerListDialog" >
<property name="geometry" >
<widget class="QDialog" name="ServerListDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
@@ -9,39 +10,39 @@
<height>241</height>
</rect>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>Server List</string>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" >
<widget class="QTreeWidget" name="treeWidget_serverList" >
<property name="alternatingRowColors" >
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="treeWidget_serverList">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="rootIsDecorated" >
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<column>
<property name="text" >
<property name="text">
<string>Server Name</string>
</property>
</column>
<column>
<property name="text" >
<string>Country</string>
<property name="text">
<string>Country/Region</string>
</property>
</column>
</widget>
</item>
<item row="1" column="0" >
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons" >
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
@@ -56,11 +57,11 @@
<receiver>ServerListDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
@@ -72,11 +73,11 @@
<receiver>ServerListDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>