taskbridgeapp.gui.viewmodel
This is the view model package for the GUI. Here, you’ll find the following:
ui_mainwindow.py- Contains theUi_MainWindowclass for the main window created by pyuic6.mainwindow.py- SubclassesQMainWindowandUi_MainWindowto set up the main window.taskbridgeapp.py- Contains theTaskBridgeAppclass - the main view controller for the main window.ui_aboutwindow.py- Contains theUi_AboutWindowclass for the about window created by pyuic6.notecheckbox.py- Contains theNoteCheckboxclass which handles checkboxes in the notes table.remindercheckbox.py- Contains theReminderCheckboxclass which handles checkboxes in the reminders table.threadedtasks.py- Contains various classes and methods which run in separate threads.trayicon.py- Contains theTaskBridgeTrayclass which handles the system tray icon.
Contains the |
|
Contains the |
|
Contains the |
|
Contains the main view controller for the main window of the app. |
|
Contains classes and functions which are run in a separate thread. |
|
Contains the |
|