Esempio n. 1
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.filePath = None
     self.project = None
     self.externalAction = None
Esempio n. 2
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
Esempio n. 3
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.toggleViewAction().setShortcut(QtGui.QKeySequence(self.SHORTCUT))
     self.toggleViewAction().setIcon(self.ICON)
Esempio n. 4
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
Esempio n. 5
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.filePath = None
     self.project = None
     self.externalAction = None
Esempio n. 6
0
 def __init__(self):
     PMXBaseWidgetComponent.__init__(self)
     self.toggleViewAction().setShortcut(QtGui.QKeySequence(self.SHORTCUT))
     self.toggleViewAction().setIcon(self.ICON)