Пример #1
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.filePath = None
     self.project = None
     self.externalAction = None
Пример #2
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
Пример #3
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.toggleViewAction().setShortcut(QtGui.QKeySequence(self.SHORTCUT))
     self.toggleViewAction().setIcon(self.ICON)
Пример #4
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
Пример #5
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.filePath = None
     self.project = None
     self.externalAction = None
Пример #6
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.toggleViewAction().setShortcut(QtGui.QKeySequence(self.SHORTCUT))
     self.toggleViewAction().setIcon(self.ICON)