SF.net SVN: fclient:[704] trunk/fclient/src/fclient/tpls
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-21 10:29:57
|
Revision: 704
http://fclient.svn.sourceforge.net/fclient/?rev=704&view=rev
Author: jUrner
Date: 2008-07-21 10:29:59 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/fclient/src/fclient/tpls/Ui_ViewBrowserWidgetTpl.py
trunk/fclient/src/fclient/tpls/Ui_ViewDownloadsWidgetTpl.py
Modified: trunk/fclient/src/fclient/tpls/Ui_ViewBrowserWidgetTpl.py
===================================================================
--- trunk/fclient/src/fclient/tpls/Ui_ViewBrowserWidgetTpl.py 2008-07-21 10:27:21 UTC (rev 703)
+++ trunk/fclient/src/fclient/tpls/Ui_ViewBrowserWidgetTpl.py 2008-07-21 10:29:59 UTC (rev 704)
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file '/home/me/src/proj/fclient/trunk/fclient/src/fclient/tpls/ViewBrowserWidgetTpl.ui'
#
-# Created: Wed Jul 16 16:55:20 2008
+# Created: Mon Jul 21 09:35:32 2008
# by: PyQt4 UI code generator 4.4.3-snapshot-20080705
#
# WARNING! All changes made in this file will be lost!
Modified: trunk/fclient/src/fclient/tpls/Ui_ViewDownloadsWidgetTpl.py
===================================================================
--- trunk/fclient/src/fclient/tpls/Ui_ViewDownloadsWidgetTpl.py 2008-07-21 10:27:21 UTC (rev 703)
+++ trunk/fclient/src/fclient/tpls/Ui_ViewDownloadsWidgetTpl.py 2008-07-21 10:29:59 UTC (rev 704)
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file '/home/me/src/proj/fclient/trunk/fclient/src/fclient/tpls/ViewDownloadsWidgetTpl.ui'
#
-# Created: Sat Jul 19 12:46:32 2008
+# Created: Sun Jul 20 23:07:41 2008
# by: PyQt4 UI code generator 4.4.3-snapshot-20080705
#
# WARNING! All changes made in this file will be lost!
@@ -15,15 +15,16 @@
ViewDownloadsWidget.resize(400, 300)
self.gridLayout = QtGui.QGridLayout(ViewDownloadsWidget)
self.gridLayout.setObjectName("gridLayout")
- self.treeView = QtGui.QTreeView(ViewDownloadsWidget)
- self.treeView.setObjectName("treeView")
- self.gridLayout.addWidget(self.treeView, 0, 0, 1, 1)
+ self.tree = QtGui.QTreeWidget(ViewDownloadsWidget)
+ self.tree.setObjectName("tree")
+ self.gridLayout.addWidget(self.tree, 0, 0, 1, 1)
self.retranslateUi(ViewDownloadsWidget)
QtCore.QMetaObject.connectSlotsByName(ViewDownloadsWidget)
def retranslateUi(self, ViewDownloadsWidget):
ViewDownloadsWidget.setWindowTitle(QtGui.QApplication.translate("ViewDownloadsWidget", "Form", None, QtGui.QApplication.UnicodeUTF8))
+ self.tree.headerItem().setText(0, QtGui.QApplication.translate("ViewDownloadsWidget", "1", None, QtGui.QApplication.UnicodeUTF8))
if __name__ == "__main__":
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|