SF.net SVN: fclient: [554] trunk/fclient/src/fclient/tpls
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-07-08 15:42:11
|
Revision: 554 http://fclient.svn.sourceforge.net/fclient/?rev=554&view=rev Author: jUrner Date: 2008-07-08 08:41:13 -0700 (Tue, 08 Jul 2008) Log Message: ----------- ... Added Paths: ----------- trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui Removed Paths: ------------- trunk/fclient/src/fclient/tpls/ViewConnectionTpl.ui Deleted: trunk/fclient/src/fclient/tpls/ViewConnectionTpl.ui =================================================================== --- trunk/fclient/src/fclient/tpls/ViewConnectionTpl.ui 2008-07-08 15:39:17 UTC (rev 553) +++ trunk/fclient/src/fclient/tpls/ViewConnectionTpl.ui 2008-07-08 15:41:13 UTC (rev 554) @@ -1,75 +0,0 @@ -<ui version="4.0" > - <class>ViewConnectionWidget</class> - <widget class="QWidget" name="ViewConnectionWidget" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>533</width> - <height>363</height> - </rect> - </property> - <property name="windowTitle" > - <string>Form</string> - </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <layout class="QHBoxLayout" > - <item> - <layout class="QVBoxLayout" > - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string>Host:</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string>Port:</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QVBoxLayout" > - <item> - <widget class="QLineEdit" name="edConnectionHost" /> - </item> - <item> - <widget class="QSpinBox" name="spinConnectionPort" /> - </item> - </layout> - </item> - </layout> - </item> - <item row="1" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" > - <size> - <width>515</width> - <height>111</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" > - <widget class="QPushButton" name="btConnect" > - <property name="text" > - <string>Connect</string> - </property> - <property name="checkable" > - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> Copied: trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui (from rev 552, trunk/fclient/src/fclient/tpls/ViewConnectionTpl.ui) =================================================================== --- trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui (rev 0) +++ trunk/fclient/src/fclient/tpls/ViewConnectionWidgetTpl.ui 2008-07-08 15:41:13 UTC (rev 554) @@ -0,0 +1,75 @@ +<ui version="4.0" > + <class>ViewConnectionWidget</class> + <widget class="QWidget" name="ViewConnectionWidget" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>533</width> + <height>363</height> + </rect> + </property> + <property name="windowTitle" > + <string>Form</string> + </property> + <layout class="QGridLayout" > + <item row="0" column="0" > + <layout class="QHBoxLayout" > + <item> + <layout class="QVBoxLayout" > + <item> + <widget class="QLabel" name="label" > + <property name="text" > + <string>Host:</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>Port:</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" > + <item> + <widget class="QLineEdit" name="edConnectionHost" /> + </item> + <item> + <widget class="QSpinBox" name="spinConnectionPort" /> + </item> + </layout> + </item> + </layout> + </item> + <item row="1" column="0" > + <spacer> + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" > + <size> + <width>515</width> + <height>111</height> + </size> + </property> + </spacer> + </item> + <item row="2" column="0" > + <widget class="QPushButton" name="btConnect" > + <property name="text" > + <string>Connect</string> + </property> + <property name="checkable" > + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |