add tooltip to nodeview
[sface.git] / sface / screens / mainscreen.py
index fa29ec6..d43bd62 100644 (file)
@@ -27,6 +27,7 @@ class NodeView(QTreeView):
 #        self.setSelectionMode(self.MultiSelection)
         self.setAttribute(Qt.WA_MacShowFocusRect, 0)
         self.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)
+        self.setToolTip("Double click on a row to change its status")
 
     def mouseDoubleClickEvent(self, event):
         index = self.currentIndex()