SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

Revision: 3883
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3883&view=rev
Author: dsdale
Date: 2007年09月24日 08:11:58 -0700 (2007年9月24日)
Log Message:
-----------
fix bug in improved support for multiple windows in backend_qt4
Modified Paths:
--------------
 trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
Modified: trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py	2007年09月24日 13:03:01 UTC (rev 3882)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py	2007年09月24日 15:11:58 UTC (rev 3883)
@@ -46,7 +46,7 @@
 qApp = QtGui.QApplication( [" "] )
 QtCore.QObject.connect( qApp, QtCore.SIGNAL( "lastWindowClosed()" ),
 qApp, QtCore.SLOT( "quit()" ) )
- else:
+ #remember that matplotlib created the qApp - will be used by show()
 _create_qApp.qAppCreatedHere = True
 
 _create_qApp.qAppCreatedHere = False
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 5006
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5006&view=rev
Author: dsdale
Date: 2008年03月19日 07:36:57 -0700 (2008年3月19日)
Log Message:
-----------
fix cursor mapping in backend_qt4
Modified Paths:
--------------
 trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
Modified: trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py	2008年03月19日 13:13:05 UTC (rev 5005)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py	2008年03月19日 14:36:57 UTC (rev 5006)
@@ -21,8 +21,8 @@
 DEBUG = False
 
 cursord = {
- cursors.MOVE : QtCore.Qt.PointingHandCursor,
- cursors.HAND : QtCore.Qt.WaitCursor,
+ cursors.MOVE : QtCore.Qt.SizeAllCursor,
+ cursors.HAND : QtCore.Qt.PointingHandCursor,
 cursors.POINTER : QtCore.Qt.ArrowCursor,
 cursors.SELECT_REGION : QtCore.Qt.CrossCursor,
 }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /