gui

The main GUI window.

class eldonationtracker.gui.ELDonationGUI

Bases: PyQt5.QtWidgets.QMainWindow, eldonationtracker.design.Ui_MainWindow

The main gui Window.

callSettings()
callTracker()
check_for_update()
deadbuton()
getsomeText()
load_documentation()
quit()

Quit the application.

First need to stop the thread running the CLI code.

readFiles(folders, files)
runbutton()
show_about()
stopbutton()
testAlert()
version_check()
class eldonationtracker.gui.donationGrabber(participant_conf)

Bases: threading.Thread

counter = 0
run()

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

stop()
eldonationtracker.gui.main()