SF.net SVN: fclient: [570] trunk/fclient/src/fclient/Ui_ViewConnection.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-09 08:38:57
|
Revision: 570
http://fclient.svn.sourceforge.net/fclient/?rev=570&view=rev
Author: jUrner
Date: 2008-07-09 01:39:05 -0700 (Wed, 09 Jul 2008)
Log Message:
-----------
dump settings on close
Modified Paths:
--------------
trunk/fclient/src/fclient/Ui_ViewConnection.py
Modified: trunk/fclient/src/fclient/Ui_ViewConnection.py
===================================================================
--- trunk/fclient/src/fclient/Ui_ViewConnection.py 2008-07-09 08:38:38 UTC (rev 569)
+++ trunk/fclient/src/fclient/Ui_ViewConnection.py 2008-07-09 08:39:05 UTC (rev 570)
@@ -89,14 +89,10 @@
bt.setText()
#########################################
- ## view methods
+ ## events
#########################################
- def displayName(self):
- return QtGui.QApplication.translate("ViewConnectionWidget", "Connection", None, QtGui.QApplication.UnicodeUTF8)
-
-
- def icon(self):
- return QtGui.QIcon()
+ def closeEvent(self, event):
+ self.cfg.settings.dumpSettings(self, self.userSettings)
#########################################
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|