Pyqt5: Attempting to add QLayout “ ”Form", which already has a layout (multiple inheritance python) [duplicate]
问题 This question already has answers here : QtDesigner changes will be lost after redesign User Interface (2 answers) Closed 10 months ago . i have created a ui file, window.ui (consist with a tab widget) and a Widget file student (some buttons,functions) using qtDesigner and than convert into py file using pyuic5. and inherit in a separate file like mainWindow.py and mainStudent.py . i added a tabWidget into mainWindow.py and i want to call the page student.py from the tab . so i create a new