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