Revision: 594
http://fclient.svn.sourceforge.net/fclient/?rev=594&view=rev
Author: jUrner
Date: 2008-07-12 06:40:07 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
more work on widget
Modified Paths:
--------------
trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui
Modified: trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui
===================================================================
--- trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui 2008-07-12 13:40:01 UTC (rev 593)
+++ trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui 2008-07-12 13:40:07 UTC (rev 594)
@@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>533</width>
- <height>363</height>
+ <height>356</height>
</rect>
</property>
<property name="windowTitle" >
@@ -43,6 +43,33 @@
</item>
</layout>
</item>
+ <item>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QCheckBox" name="ckAutoConnect" >
+ <property name="text" >
+ <string>Auto Connect</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
</layout>
</item>
<item row="1" column="0" >
@@ -52,8 +79,8 @@
</property>
<property name="sizeHint" >
<size>
- <width>515</width>
- <height>111</height>
+ <width>321</width>
+ <height>51</height>
</size>
</property>
</spacer>
@@ -66,6 +93,9 @@
<property name="checkable" >
<bool>true</bool>
</property>
+ <property name="autoExclusive" >
+ <bool>false</bool>
+ </property>
</widget>
</item>
</layout>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|