diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-10 17:07:18 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-10 17:07:18 -0500 |
commit | 4f58fec8d4d0527842f875e18718cec769eaa3ed (patch) | |
tree | a6067f298ffbeeb0a874ca36b9b6bd30a7e7f154 /hypervideo_gui.py | |
parent | ced3b0763b49cc9b2e6cebfcad31b83efe3f3a4b (diff) | |
download | hypervideo-gui-4f58fec8d4d0527842f875e18718cec769eaa3ed.tar.lz hypervideo-gui-4f58fec8d4d0527842f875e18718cec769eaa3ed.tar.xz hypervideo-gui-4f58fec8d4d0527842f875e18718cec769eaa3ed.zip |
fix missing QFileDialog
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r-- | hypervideo_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui.py b/hypervideo_gui.py index a6672a4..310fa77 100644 --- a/hypervideo_gui.py +++ b/hypervideo_gui.py @@ -10,6 +10,7 @@ from PyQt5.QtWidgets import ( QAction, QApplication, QComboBox, + QFileDialog, QGridLayout, QLabel, QLineEdit, |