Ok, so I'm trying to understand how this code works. For the first line in the function, would "userDialog" be the object name of the main window that I am trying to open?
For line 2, would "userDialog.ui" be the name of the program that I am trying to open? What is the second "UserDialog(self)?"
If this helps, the object name of the window that I am trying to open is MainWindow and the object name of the dialog that is already open is Dialog2.
Sorry for all the questions, still very new to pyqt. Thank you.
Bookmarks