示例#1
0
 def __init__(self, etype, key, value=None, oldValue=None):
     """
     Initialize the event instance
     """
     QEvent.__init__(self, etype)
     self.__key = key
     self.__value = value
     self.__oldValue = oldValue
示例#2
0
 def __init__(self, etype, key, value=None, oldValue=None):
     """
     Initialize the event instance
     """
     QEvent.__init__(self, etype)
     self.__key = key
     self.__value = value
     self.__oldValue = oldValue
示例#3
0
 def __init__(self):
     QEvent.__init__(self, self.ActivateParent)
示例#4
0
 def __init__(self):
     QEvent.__init__(self, self.ActivateParent)
示例#5
0
 def __init__(self, state):
     QEvent.__init__(self, StateChangedEvent.StateChanged)
     self._state = state
示例#6
0
 def __init__(self):
     QEvent.__init__(self, ExecuteCallEvent.ExecuteCall)
示例#7
0
 def __init__(self):
     QEvent.__init__(self, ExecuteCallEvent.ExecuteCall)
示例#8
0
 def __init__(self, state):
     QEvent.__init__(self, StateChangedEvent.StateChanged)
     self._state = state
示例#9
0
 def __init__(self, etype):
     QEvent.__init__(self, etype)