SF.net SVN: fclient:[901] trunk/fclient/fclient/impl/tpls
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-11 17:58:56
|
Revision: 901
http://fclient.svn.sourceforge.net/fclient/?rev=901&view=rev
Author: jUrner
Date: 2008-08-11 17:59:02 +0000 (Mon, 11 Aug 2008)
Log Message:
-----------
no longer needed
Removed Paths:
-------------
trunk/fclient/fclient/impl/tpls/Ui_ViewDownloadsWidgetTpl.py
trunk/fclient/fclient/impl/tpls/ViewDownloadsWidgetTpl.ui
Deleted: trunk/fclient/fclient/impl/tpls/Ui_ViewDownloadsWidgetTpl.py
===================================================================
--- trunk/fclient/fclient/impl/tpls/Ui_ViewDownloadsWidgetTpl.py 2008-08-11 17:57:50 UTC (rev 900)
+++ trunk/fclient/fclient/impl/tpls/Ui_ViewDownloadsWidgetTpl.py 2008-08-11 17:59:02 UTC (rev 901)
@@ -1,40 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file '/home/me/src/proj/fclient/trunk/fclient/src/fclient/tpls/ViewDownloadsWidgetTpl.ui'
-#
-# Created: Mon Jul 21 14:55:28 2008
-# by: PyQt4 UI code generator 4.4.3-snapshot-20080705
-#
-# WARNING! All changes made in this file will be lost!
-
-from PyQt4 import QtCore, QtGui
-
-class Ui_ViewDownloadsWidget(object):
- def setupUi(self, ViewDownloadsWidget):
- ViewDownloadsWidget.setObjectName("ViewDownloadsWidget")
- ViewDownloadsWidget.resize(400, 300)
- self.gridLayout = QtGui.QGridLayout(ViewDownloadsWidget)
- self.gridLayout.setMargin(0)
- self.gridLayout.setSpacing(0)
- self.gridLayout.setObjectName("gridLayout")
- 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__":
- import sys
- app = QtGui.QApplication(sys.argv)
- ViewDownloadsWidget = QtGui.QWidget()
- ui = Ui_ViewDownloadsWidget()
- ui.setupUi(ViewDownloadsWidget)
- ViewDownloadsWidget.show()
- sys.exit(app.exec_())
-
Deleted: trunk/fclient/fclient/impl/tpls/ViewDownloadsWidgetTpl.ui
===================================================================
--- trunk/fclient/fclient/impl/tpls/ViewDownloadsWidgetTpl.ui 2008-08-11 17:57:50 UTC (rev 900)
+++ trunk/fclient/fclient/impl/tpls/ViewDownloadsWidgetTpl.ui 2008-08-11 17:59:02 UTC (rev 901)
@@ -1,35 +0,0 @@
-<ui version="4.0" >
- <class>ViewDownloadsWidget</class>
- <widget class="QWidget" name="ViewDownloadsWidget" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <layout class="QGridLayout" name="gridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>0</number>
- </property>
- <item row="0" column="0" >
- <widget class="QTreeWidget" name="tree" >
- <column>
- <property name="text" >
- <string>1</string>
- </property>
- </column>
- </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.
|