Skip to content
Snippets Groups Projects
Commit 1da8a4a4 authored by Renaldi Arlin's avatar Renaldi Arlin :alien:
Browse files

Fix FileInput for single file

parent 3396e66d
Branches
3 merge requests!22Merge app,!21Merge develop to master,!20Edit account get previous data and profile picture functionality
......@@ -32,7 +32,7 @@ class FileInput(QtWidgets.QWidget):
"All Files (*);;Python Files (*.py)",
options=options)
if fileName:
print(fileName)
return fileName
def openFileNamesDialog(self):
options = QtWidgets.QFileDialog.Options()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment