Changed the cursor of E5ClickableLabel to a pointing hand to indicate that something can be initiated by clicking.

Sun, 17 Jan 2016 12:18:55 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 17 Jan 2016 12:18:55 +0100
changeset 4672
67fa9b25183f
parent 4671
59cdebfb658c
child 4673
6fa2418f010c

Changed the cursor of E5ClickableLabel to a pointing hand to indicate that something can be initiated by clicking.

E5Gui/E5ClickableLabel.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5ClickableLabel.py	Sun Jan 17 12:17:40 2016 +0100
+++ b/E5Gui/E5ClickableLabel.py	Sun Jan 17 12:18:55 2016 +0100
@@ -32,6 +32,8 @@
         @param parent reference to the parent widget (QWidget)
         """
         super(E5ClickableLabel, self).__init__(parent)
+        
+        self.setCursor(Qt.PointingHandCursor)
     
     def mouseReleaseEvent(self, evt):
         """

eric ide

mercurial