Exemple #1
0
    def main(self):
	from main_window import HashmalMain
        self.main_window = HashmalMain(self.app)
        self.main_window.show()
        sys.exit(self.app.exec_())
Exemple #2
0
 def main(self):
     self.main_window = HashmalMain(self.app)
     self.main_window.show()
     sys.exit(self.app.exec_())