SF.net SVN: fclient: [557] trunk/fclient/src/fclient/tpls
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-08 15:45:53
|
Revision: 557
http://fclient.svn.sourceforge.net/fclient/?rev=557&view=rev
Author: jUrner
Date: 2008-07-08 08:44:41 -0700 (Tue, 08 Jul 2008)
Log Message:
-----------
...
Added Paths:
-----------
trunk/fclient/src/fclient/tpls/Ui_ViewLoggerWidgetTpl.py
Removed Paths:
-------------
trunk/fclient/src/fclient/tpls/Ui_ViewLoggerTpl.py
Deleted: trunk/fclient/src/fclient/tpls/Ui_ViewLoggerTpl.py
===================================================================
--- trunk/fclient/src/fclient/tpls/Ui_ViewLoggerTpl.py 2008-07-08 15:43:13 UTC (rev 556)
+++ trunk/fclient/src/fclient/tpls/Ui_ViewLoggerTpl.py 2008-07-08 15:44:41 UTC (rev 557)
@@ -1,44 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file '/home/me/src/proj/fclient/trunk/fclient/src/fclient/tpls/ViewLoggerTpl.ui'
-#
-# Created: Tue Jul 8 10:17:24 2008
-# by: PyQt4 UI code generator 4.3.3
-#
-# WARNING! All changes made in this file will be lost!
-
-from PyQt4 import QtCore, QtGui
-
-class Ui_ViewLoggerTpl(object):
- def setupUi(self, ViewLoggerTpl):
- ViewLoggerTpl.setObjectName("ViewLoggerTpl")
- ViewLoggerTpl.resize(QtCore.QSize(QtCore.QRect(0,0,550,471).size()).expandedTo(ViewLoggerTpl.minimumSizeHint()))
-
- self.gridlayout = QtGui.QGridLayout(ViewLoggerTpl)
- self.gridlayout.setObjectName("gridlayout")
-
- self.edLogger = QtGui.QTextEdit(ViewLoggerTpl)
- self.edLogger.setUndoRedoEnabled(False)
- self.edLogger.setLineWrapMode(QtGui.QTextEdit.NoWrap)
- self.edLogger.setReadOnly(True)
- self.edLogger.setAcceptRichText(False)
- self.edLogger.setTextInteractionFlags(QtCore.Qt.NoTextInteraction|QtCore.Qt.TextSelectableByKeyboard|QtCore.Qt.TextSelectableByMouse)
- self.edLogger.setObjectName("edLogger")
- self.gridlayout.addWidget(self.edLogger,0,0,1,1)
-
- self.retranslateUi(ViewLoggerTpl)
- QtCore.QMetaObject.connectSlotsByName(ViewLoggerTpl)
-
- def retranslateUi(self, ViewLoggerTpl):
- ViewLoggerTpl.setWindowTitle(QtGui.QApplication.translate("ViewLoggerTpl", "Form", None, QtGui.QApplication.UnicodeUTF8))
-
-
-
-if __name__ == "__main__":
- import sys
- app = QtGui.QApplication(sys.argv)
- ViewLoggerTpl = QtGui.QWidget()
- ui = Ui_ViewLoggerTpl()
- ui.setupUi(ViewLoggerTpl)
- ViewLoggerTpl.show()
- sys.exit(app.exec_())
Copied: trunk/fclient/src/fclient/tpls/Ui_ViewLoggerWidgetTpl.py (from rev 547, trunk/fclient/src/fclient/tpls/Ui_ViewLoggerTpl.py)
===================================================================
--- trunk/fclient/src/fclient/tpls/Ui_ViewLoggerWidgetTpl.py (rev 0)
+++ trunk/fclient/src/fclient/tpls/Ui_ViewLoggerWidgetTpl.py 2008-07-08 15:44:41 UTC (rev 557)
@@ -0,0 +1,44 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file '/home/me/src/proj/fclient/trunk/fclient/src/fclient/tpls/ViewLoggerTpl.ui'
+#
+# Created: Tue Jul 8 10:17:24 2008
+# by: PyQt4 UI code generator 4.3.3
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt4 import QtCore, QtGui
+
+class Ui_ViewLoggerTpl(object):
+ def setupUi(self, ViewLoggerTpl):
+ ViewLoggerTpl.setObjectName("ViewLoggerTpl")
+ ViewLoggerTpl.resize(QtCore.QSize(QtCore.QRect(0,0,550,471).size()).expandedTo(ViewLoggerTpl.minimumSizeHint()))
+
+ self.gridlayout = QtGui.QGridLayout(ViewLoggerTpl)
+ self.gridlayout.setObjectName("gridlayout")
+
+ self.edLogger = QtGui.QTextEdit(ViewLoggerTpl)
+ self.edLogger.setUndoRedoEnabled(False)
+ self.edLogger.setLineWrapMode(QtGui.QTextEdit.NoWrap)
+ self.edLogger.setReadOnly(True)
+ self.edLogger.setAcceptRichText(False)
+ self.edLogger.setTextInteractionFlags(QtCore.Qt.NoTextInteraction|QtCore.Qt.TextSelectableByKeyboard|QtCore.Qt.TextSelectableByMouse)
+ self.edLogger.setObjectName("edLogger")
+ self.gridlayout.addWidget(self.edLogger,0,0,1,1)
+
+ self.retranslateUi(ViewLoggerTpl)
+ QtCore.QMetaObject.connectSlotsByName(ViewLoggerTpl)
+
+ def retranslateUi(self, ViewLoggerTpl):
+ ViewLoggerTpl.setWindowTitle(QtGui.QApplication.translate("ViewLoggerTpl", "Form", None, QtGui.QApplication.UnicodeUTF8))
+
+
+
+if __name__ == "__main__":
+ import sys
+ app = QtGui.QApplication(sys.argv)
+ ViewLoggerTpl = QtGui.QWidget()
+ ui = Ui_ViewLoggerTpl()
+ ui.setupUi(ViewLoggerTpl)
+ ViewLoggerTpl.show()
+ sys.exit(app.exec_())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|