The MainWindow class does way too much, not only is it a switchboard, configuration handler and more, it's also the process-manager. More...
#include <mainwindow.h>
The MainWindow class does way too much, not only is it a switchboard, configuration handler and more, it's also the process-manager.
This class could really do with an overhaul.
Definition at line 37 of file mainwindow.h.
QString(),
nullptr
MainWindow::MainWindow handles all of the main functionality and also the main window.
Definition at line 36 of file mainwindow.cpp.
Definition at line 128 of file mainwindow.cpp.
MainWindow::changeEvent sets focus to the search box.
Definition at line 145 of file mainwindow.cpp.
Definition at line 205 of file mainwindow.cpp.
MainWindow::closeEvent hide or quit.
Definition at line 846 of file mainwindow.cpp.
MainWindow::config pops up the configuration screen and handles all inter-window communication.
Definition at line 230 of file mainwindow.cpp.
MainWindow::critical critical message popup wrapper.
Definition at line 1228 of file mainwindow.cpp.
MainWindow::deselect clear the selection, password and copy buffer.
Definition at line 366 of file mainwindow.cpp.
MainWindow::endReencryptPath re-enable ui elements.
Definition at line 1195 of file mainwindow.cpp.
MainWindow::eventFilter filter out some events and focus the treeview.
Definition at line 871 of file mainwindow.cpp.
false
Definition at line 210 of file mainwindow.cpp.
MainWindow::generateKeyPair internal gpg keypair generator . .
Definition at line 753 of file mainwindow.cpp.
Definition at line 201 of file mainwindow.cpp.
Definition at line 56 of file mainwindow.h.
MainWindow::keyPressEvent did anyone press return, enter or escape?
Definition at line 885 of file mainwindow.cpp.
MainWindow::messageAvailable we have some text/message/search to do.
Definition at line 736 of file mainwindow.cpp.
MainWindow::on_treeView_clicked read the selected password file.
Definition at line 332 of file mainwindow.cpp.
MainWindow::onPush do a git push.
Definition at line 302 of file mainwindow.cpp.
MainWindow::setUiElementsEnabled enable or disable the relevant UI elements.
Definition at line 462 of file mainwindow.cpp.
2000
Displays message in status bar.
Definition at line 1180 of file mainwindow.cpp.
MainWindow::startReencryptPath disable ui elements and treeview.
Definition at line 1187 of file mainwindow.cpp.
"" )
MainWindow::userDialog see MainWindow::onUsers()
Definition at line 709 of file mainwindow.cpp.