From 4f58fec8d4d0527842f875e18718cec769eaa3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 10 Dec 2019 17:07:18 -0500 Subject: fix missing QFileDialog --- hypervideo_gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hypervideo_gui.py') 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, -- cgit v1.2.3