Esempio n. 1
0
    def __init__(self, parent):
        """
        Constructor
        
        @param parent parent widget (QWidget)
        """
        SingleApplicationServer.__init__(self, SAFile)

        self.parent = parent
Esempio n. 2
0
 def __init__(self, parent):
     """
     Constructor
     
     @param parent parent widget (QWidget)
     """
     SingleApplicationServer.__init__(self, SAFile)
     
     self.parent = parent
    def __init__(self, name=""):
        """
        Constructor
        
        @param name name to be used by the single application server
        @type str
        """
        if not name:
            name = SAFile

        SingleApplicationServer.__init__(self, name)
Esempio n. 4
0
 def __init__(self):
     """
     Constructor
     """
     SingleApplicationServer.__init__(self, SAFile)
Esempio n. 5
0
 def __init__(self):
     """
     Constructor
     """
     SingleApplicationServer.__init__(self, SAFile)