SF.net SVN: fclient:[826] trunk/fclient/src/fclient/impl/tpls
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-07-30 22:18:42
|
Revision: 826 http://fclient.svn.sourceforge.net/fclient/?rev=826&view=rev Author: jUrner Date: 2008-07-30 22:18:50 +0000 (Wed, 30 Jul 2008) Log Message: ----------- whatevs Modified Paths: -------------- trunk/fclient/src/fclient/impl/tpls/PrefsConnectionExpertSettingsTpl.ui trunk/fclient/src/fclient/impl/tpls/Ui_PrefsConnectionExpertSettingsTpl.py Modified: trunk/fclient/src/fclient/impl/tpls/PrefsConnectionExpertSettingsTpl.ui =================================================================== --- trunk/fclient/src/fclient/impl/tpls/PrefsConnectionExpertSettingsTpl.ui 2008-07-30 22:18:33 UTC (rev 825) +++ trunk/fclient/src/fclient/impl/tpls/PrefsConnectionExpertSettingsTpl.ui 2008-07-30 22:18:50 UTC (rev 826) @@ -5,20 +5,14 @@ <rect> <x>0</x> <y>0</y> - <width>505</width> - <height>524</height> + <width>520</width> + <height>550</height> </rect> </property> <property name="windowTitle" > <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout_2" > - <property name="margin" > - <number>0</number> - </property> - <property name="spacing" > - <number>0</number> - </property> <item row="0" column="0" > <widget class="QTabWidget" name="tabWidget" > <property name="sizePolicy" > @@ -35,8 +29,8 @@ <rect> <x>0</x> <y>0</y> - <width>501</width> - <height>472</height> + <width>498</width> + <height>490</height> </rect> </property> <attribute name="title" > @@ -50,8 +44,14 @@ </property> <item> <widget class="QLabel" name="label_5" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="text" > - <string>Adjusts the name the client uses to connect to the node. Use this for example to adjust the connection name in case the name is already in use by other clients. WARNING: changing this will loose all your current qequests</string> + <string>Adjusts the name the client uses to connect to the node. Use this for example to adjust the connection name in case the name is already in use by other clients. WARNING: changing this will loose your current qequests untill you connect under that name again</string> </property> <property name="alignment" > <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> @@ -67,12 +67,12 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout" > <property name="spacing" > - <number>6</number> + <number>0</number> </property> <item> <widget class="QLabel" name="label" > <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Fixed" > + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> Modified: trunk/fclient/src/fclient/impl/tpls/Ui_PrefsConnectionExpertSettingsTpl.py =================================================================== --- trunk/fclient/src/fclient/impl/tpls/Ui_PrefsConnectionExpertSettingsTpl.py 2008-07-30 22:18:33 UTC (rev 825) +++ trunk/fclient/src/fclient/impl/tpls/Ui_PrefsConnectionExpertSettingsTpl.py 2008-07-30 22:18:50 UTC (rev 826) @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file '/home/me/src/proj/fclient/trunk/fclient/src/fclient/impl/tpls/PrefsConnectionExpertSettingsTpl.ui' # -# Created: Sun Jul 27 20:12:51 2008 +# Created: Wed Jul 30 17:47:37 2008 # by: PyQt4 UI code generator 4.4.3-snapshot-20080705 # # WARNING! All changes made in this file will be lost! @@ -12,10 +12,8 @@ class Ui_PrefsConnectionExpertSettings(object): def setupUi(self, PrefsConnectionExpertSettings): PrefsConnectionExpertSettings.setObjectName("PrefsConnectionExpertSettings") - PrefsConnectionExpertSettings.resize(505, 524) + PrefsConnectionExpertSettings.resize(520, 550) self.gridLayout_2 = QtGui.QGridLayout(PrefsConnectionExpertSettings) - self.gridLayout_2.setMargin(0) - self.gridLayout_2.setSpacing(0) self.gridLayout_2.setObjectName("gridLayout_2") self.tabWidget = QtGui.QTabWidget(PrefsConnectionExpertSettings) sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) @@ -25,7 +23,7 @@ self.tabWidget.setSizePolicy(sizePolicy) self.tabWidget.setObjectName("tabWidget") self.tab = QtGui.QWidget() - self.tab.setGeometry(QtCore.QRect(0, 0, 501, 472)) + self.tab.setGeometry(QtCore.QRect(0, 0, 498, 490)) self.tab.setObjectName("tab") self.gridLayout = QtGui.QGridLayout(self.tab) self.gridLayout.setObjectName("gridLayout") @@ -33,16 +31,21 @@ self.verticalLayout.setSpacing(0) self.verticalLayout.setObjectName("verticalLayout") self.label_5 = QtGui.QLabel(self.tab) + sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.label_5.sizePolicy().hasHeightForWidth()) + self.label_5.setSizePolicy(sizePolicy) self.label_5.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop) self.label_5.setWordWrap(True) self.label_5.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByKeyboard) self.label_5.setObjectName("label_5") self.verticalLayout.addWidget(self.label_5) self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setSpacing(6) + self.horizontalLayout.setSpacing(0) self.horizontalLayout.setObjectName("horizontalLayout") self.label = QtGui.QLabel(self.tab) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Preferred) + sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth()) @@ -138,7 +141,7 @@ def retranslateUi(self, PrefsConnectionExpertSettings): PrefsConnectionExpertSettings.setWindowTitle(QtGui.QApplication.translate("PrefsConnectionExpertSettings", "Form", None, QtGui.QApplication.UnicodeUTF8)) - self.label_5.setText(QtGui.QApplication.translate("PrefsConnectionExpertSettings", "Adjusts the name the client uses to connect to the node. Use this for example to adjust the connection name in case the name is already in use by other clients. WARNING: changing this will loose all your current qequests", None, QtGui.QApplication.UnicodeUTF8)) + self.label_5.setText(QtGui.QApplication.translate("PrefsConnectionExpertSettings", "Adjusts the name the client uses to connect to the node. Use this for example to adjust the connection name in case the name is already in use by other clients. WARNING: changing this will loose your current qequests untill you connect under that name again", None, QtGui.QApplication.UnicodeUTF8)) self.label.setText(QtGui.QApplication.translate("PrefsConnectionExpertSettings", "Connection name:", None, QtGui.QApplication.UnicodeUTF8)) self.label_6.setText(QtGui.QApplication.translate("PrefsConnectionExpertSettings", "How long should the client try to connect to the node before finally giving up? How long should he wait before retrying to establish a connection? WARNING: setting timeout to low values may cause the gui to slow down", None, QtGui.QApplication.UnicodeUTF8)) self.label_3.setText(QtGui.QApplication.translate("PrefsConnectionExpertSettings", "Connect duration: ", None, QtGui.QApplication.UnicodeUTF8)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |