[Compactpath-commit] SF.net SVN: compactpath: [17] trunk/src/compactpath/qt4/pathlabelwrap.py
Status: Beta
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-06-19 07:28:43
|
Revision: 17
http://compactpath.svn.sourceforge.net/compactpath/?rev=17&view=rev
Author: jurner
Date: 2008-06-19 00:28:41 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
docs
Modified Paths:
--------------
trunk/src/compactpath/qt4/pathlabelwrap.py
Modified: trunk/src/compactpath/qt4/pathlabelwrap.py
===================================================================
--- trunk/src/compactpath/qt4/pathlabelwrap.py 2008-06-19 07:28:17 UTC (rev 16)
+++ trunk/src/compactpath/qt4/pathlabelwrap.py 2008-06-19 07:28:41 UTC (rev 17)
@@ -61,7 +61,7 @@
def setPath(self, fpath, prefix=None, path_module=None):
- """sets the filepath or url to be displayed
+ """sets the filepath to be displayed by the label
@param fpath: the filepath or url the label should display
@param path_module: module to use to split and join the filepath or None to keep the current one
@@ -82,7 +82,7 @@
def paintEvent(self, event):
- """overwritten paintEvent() hanlder of QLabel"""
+ """reimplemented QLabel.paintEvent()"""
style = self.label.style()
painter = QtGui.QPainter(self.label)
palette = self.label.palette()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|