Пример #1
0
 def __init__(self, controller, parent=None):
     AbstractPathTool.__init__(self, controller, parent)
     self.dialog = QDialog()
     self.buttons = []
     self.seqBox = None
     self.chosenStandardSequence = None  # state for tab switching
     self.customSequenceIsValid = False  # state for tab switching
     self.useCustomSequence = False  # for applying sequence
     self.validatedSequenceToApply = None
     self.initDialog()
Пример #2
0
 def __init__(self, controller, parent=None):
     AbstractPathTool.__init__(self, controller, parent)
     self.dialog = QDialog()
     self.buttons = []
     self.seqBox = None
     self.chosenStandardSequence = None  # state for tab switching
     self.customSequenceIsValid = False  # state for tab switching
     self.useCustomSequence = False  # for applying sequence
     self.validatedSequenceToApply = None
     self.initDialog()
Пример #3
0
 def __init__(self, controller, parent=None):
     AbstractPathTool.__init__(self, controller, parent)