Example #1
0
 def clearStateShortcuts(self) -> None:
     for qs in self.stateShortcuts:
         sip.delete(qs)
     self.stateShortcuts = []
Example #2
0
 def clearStateShortcuts(self):
     """Delete the shortcut of current state, empty stateShortcuts"""
     for qs in self.stateShortcuts:
         sip.delete(qs)
     self.stateShortcuts = []
Example #3
0
 def clearStateShortcuts(self):
     for qs in self.stateShortcuts:
         sip.delete(qs)
     self.stateShortcuts = []