From 8d4f3d2cb463d6d272e029ded3a05982d58df524 Mon Sep 17 00:00:00 2001 From: Colin Curtain Date: Fri, 30 Oct 2020 08:52:08 +1100 Subject: [PATCH] Add files via upload --- qualcoder/information.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qualcoder/information.py b/qualcoder/information.py index cd3a7da2c..2b842d220 100644 --- a/qualcoder/information.py +++ b/qualcoder/information.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -''' -Copyright (c) 2019 Colin Curtain +""" +Copyright (c) 2020 Colin Curtain Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -24,7 +24,7 @@ Author: Colin Curtain (ccbogel) https://github.com/ccbogel/QualCoder https://qualcoder.wordpress.com/ -''' +""" from PyQt5 import QtWidgets, QtCore import os @@ -94,9 +94,9 @@ def accepted(self): about = '

About QualCoder

\

Version:

\

QualCoderVersion

\ -

Depends on python 3.x, pyqt5 lxml Pillow ebooklib ply chardet pdfminer.six openpyxl

\ +

Depends on python at least 3.7, pyqt5 lxml Pillow ebooklib ply chardet pdfminer.six openpyxl

\

VLC should also be installed.

\ -

Tested on: Linux Mint 18.04, Ubuntu 19.04, Lubuntu 18.04, mostly tested on Windows 10, partly tested on Mac OS.

\ +

Tested on: Ubuntu 20.04, mostly tested on Windows 10, partly tested on Mac OS.

\

\

Acknowledgements

\

Ronggui Huang and Zhang Gehao for creating RQDA, which inspired this software.

\