|
@@ -511,6 +511,8 @@ class DirNotes(QMainWindow):
|
|
# open the dir.picker
|
|
# open the dir.picker
|
|
# TODO: move all this out to a function
|
|
# TODO: move all this out to a function
|
|
qd = QDialog(self.parent)
|
|
qd = QDialog(self.parent)
|
|
|
|
+ qd.setWindowTitle("Select destination for FileCopy")
|
|
|
|
+ qd.setWindowModality(Qt.ApplicationModal)
|
|
dw = DirWidget('.',qd)
|
|
dw = DirWidget('.',qd)
|
|
d_ok = QPushButton('select')
|
|
d_ok = QPushButton('select')
|
|
d_ok.setDefault(True)
|
|
d_ok.setDefault(True)
|