Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbogel authored Oct 19, 2021
1 parent 0e5d62d commit a09b1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qualcoder/information.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def accept(self):
<h2 class="western">Version:</h2>\
<p>QualCoderVersion</p>\
<p>Depends on python at least 3.6, pyqt5 lxml Pillow ebooklib ply chardet pdfminer.six openpyxl</p>\
<p>VLC should also be installed.</p>\
<p>A recent version of VLC (64 bit) needs to be installed.</p>\
<p>Tested on: Ubuntu 20.04, mostly tested on Windows 10, used on Mac OS. Used on other Linux platforms (Lubuntu, Raspberry Pi, Fedora)</p>\
<p></p>\
<h2 class="western">Acknowledgements</h2>\
Expand All @@ -103,7 +103,7 @@ def accept(self):
<p>User: bit4 on stackoverflow who presented the source code to convert html to text.</p>\
<p>ebooklib: Aleksandar Erkalović https://github.com/aerkalov</p>\
<p>The VideoLAN team for the bindings to VLC. https://github.com/oaubert/python-vlc</p>\
<p>To various members on github for supporting this project. Greek translations from staff and students of the University of Macedonia.</p>\
<p>To various members on github for supporting this project.</p>\
<h2 class="western">Other details</h2\
<p>The qda data folder contains folders for imported documents, \
images, audio and video. It also contains the sqlite database, named data.qda, to store coding data.</p>\
Expand Down Expand Up @@ -138,4 +138,4 @@ def accept(self):
app = QtWidgets.QApplication(sys.argv)
ui = DialogInformation(None, "a title", "")
ui.show()
sys.exit(app.exec_())
sys.exit(app.exec_())

0 comments on commit a09b1f7

Please sign in to comment.