Exemplo n.º 1
0
    def __init__(self):
        OutputUI.__init__(self)
        self.interface.add_from_file(UI_DIR + "/output/fileoutput.ui")
        self.box = self.interface.get_object("file_box")
        self.config["location"] = "default.ogg"
        self.button = SaveButton()

        self.box.attach(self.button, 1, 2, 0, 1)
Exemplo n.º 2
0
    def __init__(self):
        OutputUI.__init__(self)
        self.interface.add_from_file(UI_DIR + "/output/fileoutput.ui")
        self.box = self.interface.get_object("file_box")
        self.config["location"] = "default.ogg"
        self.button = SaveButton()

        self.box.attach(self.button, 1, 2, 0, 1)
Exemplo n.º 3
0
    def __init__(self):
        OutputUI.__init__(self)
        self.interface.add_from_file(UI_DIR + "/output/fgdpoutput.ui")

        self.server_entry = self.interface.get_object("server_entry")
        self.user_entry = self.interface.get_object("user_entry")
        self.port_spinbutton = self.interface.get_object("port_spinbutton")
        self.password_entry = self.interface.get_object("password_entry")

        self.box = self.interface.get_object("fgdp_box")
        self.config["location"] = ""
Exemplo n.º 4
0
    def __init__(self):
        OutputUI.__init__(self)
        self.interface.add_from_file(UI_DIR + "/output/fgdpoutput.ui")

        self.server_entry = self.interface.get_object("server_entry")
        self.user_entry = self.interface.get_object("user_entry")
        self.port_spinbutton = self.interface.get_object("port_spinbutton")
        self.password_entry = self.interface.get_object("password_entry")

        self.box = self.interface.get_object("fgdp_box")
        self.config["location"] = ""
Exemplo n.º 5
0
 def __init__(self):
     OutputUI.__init__(self)
Exemplo n.º 6
0
 def __init__(self):
     OutputUI.__init__(self)