Cannot close a dialog PyQt5
I have the following 2 classes. From UI_mainwindow
I open a dialog as seen below. I want that dialog to close when I click on one of those 2 buttons (createProject_btn
, openProject_btn
). Though nothing seems to be working.