|
|
@ -40,10 +40,9 @@ from qtgui.resources import * #Has the logo |
|
|
|
|
|
|
|
|
|
|
|
class ChooseDownloadDirectory(QtWidgets.QDialog): |
|
|
|
def __init__(self, qtApp): |
|
|
|
def __init__(self): |
|
|
|
|
|
|
|
super().__init__() #no parent, this is the top level window at this time. |
|
|
|
self.qtApp = qtApp |
|
|
|
self.setModal(True) #block until closed |
|
|
|
self.ui = Ui_ChooseDownloadDirectory() |
|
|
|
self.ui.setupUi(self) |
|
|
|