This commit is contained in:
doitux
2007-02-15 23:57:30 +00:00
parent 73b9535a2f
commit 7130405f67
+7 -3
View File
@@ -47,7 +47,7 @@
<widget class="QTreeWidget" name="treeWidget" > <widget class="QTreeWidget" name="treeWidget" >
<column> <column>
<property name="text" > <property name="text" >
<string> Server </string> <string> Name </string>
</property> </property>
</column> </column>
<column> <column>
@@ -150,12 +150,16 @@
<item row="1" column="0" > <item row="1" column="0" >
<widget class="QLabel" name="label_4" > <widget class="QLabel" name="label_4" >
<property name="text" > <property name="text" >
<string>Server Name:</string> <string>Profile Name:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" > <item row="1" column="1" >
<widget class="QLineEdit" name="lineEdit_3" /> <widget class="QLineEdit" name="lineEdit_3" >
<property name="text" >
<string>myServerProfile1</string>
</property>
</widget>
</item> </item>
<item row="2" column="0" colspan="5" > <item row="2" column="0" colspan="5" >
<widget class="QCheckBox" name="checkBox" > <widget class="QCheckBox" name="checkBox" >