aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-10 17:07:18 -0500
committerJesús <heckyel@hyperbola.info>2019-12-10 17:07:18 -0500
commit4f58fec8d4d0527842f875e18718cec769eaa3ed (patch)
treea6067f298ffbeeb0a874ca36b9b6bd30a7e7f154 /hypervideo_gui.py
parentced3b0763b49cc9b2e6cebfcad31b83efe3f3a4b (diff)
downloadhypervideo-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.py1
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,