Answer the question
In order to leave comments, you need to log in
How to change Widgets?
Created in main widget
app = QtGui.QApplication(sys.argv)
main_frame = MainFrame()
main_frame.show()
app.exec_()
in class mainFrame
window = WindowTab(parent = None)
self.switch_choose_frm.connect(window.show_frame)
self.switch_choose_frm.emit()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question