Ejemplo n.º 1
0
 def enterEvent(self, event):
     self.entered = True
     if not self.shot and not self.isPinned() and not self.isFloating():
         self.shot = True
         QTimer.singleShot(500, self.autoshow)
     return QDockWidget.enterEvent(self, event)