#include <litemanwindow.h>

Signals | |
| void | prefsChanged () |
Public Member Functions | |
| LiteManWindow (const QString &fileToOpen=0) | |
| ~LiteManWindow () | |
| void | setLanguage (QString l) |
| Set the chosen language (used in the translator) to localize help too. | |
| QString | mainDbPath () |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
| This method handles closing of the main window by saving the window's state and accepting the event. | |
This class creates and manages the main window of LiteMan, and preety much everything in it. It handles actions as well as triggeres other dialogs and windows.
| LiteManWindow::LiteManWindow | ( | const QString & | fileToOpen = 0 |
) |
References Preferences::instance().
| LiteManWindow::~LiteManWindow | ( | ) |
References Preferences::deleteInstance().
| void LiteManWindow::setLanguage | ( | QString | l | ) | [inline] |
| QString LiteManWindow::mainDbPath | ( | ) | [inline] |
| void LiteManWindow::prefsChanged | ( | ) | [signal] |
| void LiteManWindow::closeEvent | ( | QCloseEvent * | e | ) | [protected] |
This method handles closing of the main window by saving the window's state and accepting the event.
References SqlEditor::saveOnExit(), and DataViewer::setTableModel().
1.5.5