SF.net SVN: fclient:[841] trunk/fclient/fclient/impl/tpls
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-31 17:37:01
|
Revision: 841
http://fclient.svn.sourceforge.net/fclient/?rev=841&view=rev
Author: jUrner
Date: 2008-07-31 17:37:10 +0000 (Thu, 31 Jul 2008)
Log Message:
-----------
CSSing
Modified Paths:
--------------
trunk/fclient/fclient/impl/tpls/Ui_ViewConnectionWidgetTpl.py
trunk/fclient/fclient/impl/tpls/ViewConnectionWidgetTpl.ui
Modified: trunk/fclient/fclient/impl/tpls/Ui_ViewConnectionWidgetTpl.py
===================================================================
--- trunk/fclient/fclient/impl/tpls/Ui_ViewConnectionWidgetTpl.py 2008-07-31 17:26:50 UTC (rev 840)
+++ trunk/fclient/fclient/impl/tpls/Ui_ViewConnectionWidgetTpl.py 2008-07-31 17:37:10 UTC (rev 841)
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
-# Form implementation generated from reading ui file '/home/me/src/proj/fclient/trunk/fclient/src/fclient/impl/tpls/ViewConnectionWidgetTpl.ui'
+# Form implementation generated from reading ui file '/home/me/src/fclient/trunk/fclient/fclient/impl/tpls/ViewConnectionWidgetTpl.ui'
#
-# Created: Sun Jul 27 20:14:51 2008
+# Created: Thu Jul 31 19:35:49 2008
# by: PyQt4 UI code generator 4.4.3-snapshot-20080705
#
# WARNING! All changes made in this file will be lost!
@@ -15,9 +15,9 @@
ViewConnectionWidget.resize(421, 558)
self.gridLayout = QtGui.QGridLayout(ViewConnectionWidget)
self.gridLayout.setObjectName("gridLayout")
- self.label_5 = QtGui.QLabel(ViewConnectionWidget)
- self.label_5.setObjectName("label_5")
- self.gridLayout.addWidget(self.label_5, 0, 0, 1, 1)
+ self.fieldName = QtGui.QLabel(ViewConnectionWidget)
+ self.fieldName.setObjectName("fieldName")
+ self.gridLayout.addWidget(self.fieldName, 0, 0, 1, 1)
self.horizontalLayout = QtGui.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.verticalLayout = QtGui.QVBoxLayout()
@@ -55,9 +55,9 @@
self.line_2.setFrameShadow(QtGui.QFrame.Sunken)
self.line_2.setObjectName("line_2")
self.gridLayout.addWidget(self.line_2, 3, 0, 1, 1)
- self.label_6 = QtGui.QLabel(ViewConnectionWidget)
- self.label_6.setObjectName("label_6")
- self.gridLayout.addWidget(self.label_6, 4, 0, 1, 1)
+ self.fieldName_2 = QtGui.QLabel(ViewConnectionWidget)
+ self.fieldName_2.setObjectName("fieldName_2")
+ self.gridLayout.addWidget(self.fieldName_2, 4, 0, 1, 1)
self.verticalLayout_5 = QtGui.QVBoxLayout()
self.verticalLayout_5.setObjectName("verticalLayout_5")
self.horizontalLayout_2 = QtGui.QHBoxLayout()
@@ -96,11 +96,11 @@
def retranslateUi(self, ViewConnectionWidget):
ViewConnectionWidget.setWindowTitle(QtGui.QApplication.translate("ViewConnectionWidget", "Form", None, QtGui.QApplication.UnicodeUTF8))
- self.label_5.setText(QtGui.QApplication.translate("ViewConnectionWidget", "<b>Fcp connection</b>", None, QtGui.QApplication.UnicodeUTF8))
+ self.fieldName.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Fcp connection:", None, QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Host:", None, QtGui.QApplication.UnicodeUTF8))
self.label_2.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Port:", None, QtGui.QApplication.UnicodeUTF8))
self.ckFcpAutoConnect.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Auto Connect", None, QtGui.QApplication.UnicodeUTF8))
- self.label_6.setText(QtGui.QApplication.translate("ViewConnectionWidget", "<b>Fproxy connection</b>", None, QtGui.QApplication.UnicodeUTF8))
+ self.fieldName_2.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Fproxy connection:", None, QtGui.QApplication.UnicodeUTF8))
self.label_3.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Host:", None, QtGui.QApplication.UnicodeUTF8))
self.label_4.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Port:", None, QtGui.QApplication.UnicodeUTF8))
self.btConnect.setText(QtGui.QApplication.translate("ViewConnectionWidget", "Connect", None, QtGui.QApplication.UnicodeUTF8))
Modified: trunk/fclient/fclient/impl/tpls/ViewConnectionWidgetTpl.ui
===================================================================
--- trunk/fclient/fclient/impl/tpls/ViewConnectionWidgetTpl.ui 2008-07-31 17:26:50 UTC (rev 840)
+++ trunk/fclient/fclient/impl/tpls/ViewConnectionWidgetTpl.ui 2008-07-31 17:37:10 UTC (rev 841)
@@ -14,9 +14,9 @@
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" >
- <widget class="QLabel" name="label_5" >
+ <widget class="QLabel" name="fieldName" >
<property name="text" >
- <string><b>Fcp connection</b></string>
+ <string>Fcp connection:</string>
</property>
</widget>
</item>
@@ -91,9 +91,9 @@
</widget>
</item>
<item row="4" column="0" >
- <widget class="QLabel" name="label_6" >
+ <widget class="QLabel" name="fieldName_2" >
<property name="text" >
- <string><b>Fproxy connection</b></string>
+ <string>Fproxy connection:</string>
</property>
</widget>
</item>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|