mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 11:12:24 +02:00
![]() When clicking on the "Choose..." button nothing would happen visually and it would show the error: Traceback (most recent call last): File "/home/user/dangerzone/dangerzone/gui/main_window.py", line 614, in select_output_directory dialog.setFileMode(QtWidgets.QFileDialog.DirectoryOnly) According to the PySide docs, QFileDialog.DirectoryOnly has been deprecated in Qt4.6 [1]. This was not an issue probably on PySide2 because it must have used an earlier Qt version. Fixes #360 [1]: https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QFileDialog.html#PySide2.QtWidgets.PySide2.QtWidgets.QFileDialog.FileMode |
||
---|---|---|
.. | ||
gui | ||
isolation_provider | ||
__init__.py | ||
args.py | ||
cli.py | ||
document.py | ||
errors.py | ||
logic.py | ||
settings.py | ||
util.py |