Exemplo n.º 1
0
 def splice(self):
     if PureTree.splice(self):
         self.emit(QtCore.SIGNAL("splice"), self)
         return True
     else:
         return False
Exemplo n.º 2
0
 def splice(self):
     if PureTree.splice(self):
         self.emit(PYSIGNAL("splice"),(self,))
         return True
     else:
         return False
Exemplo n.º 3
0
 def splice(self):
     if PureTree.splice(self):
         self.emit(PYSIGNAL("splice"), (self, ))
         return True
     else:
         return False