Header of the Main Routine.
More...
Header of the Main Routine.
- Author
- Robson Martins (https://www.robsonmartins.com)
◆ loadSettings()
Loads application settings.
- Returns
- Application settings.
◆ initLogging()
void initLogging |
( |
int |
level | ) |
|
Initializes the logging feature.
- Parameters
-
level | The log level (<= 0 is disabled, 1 is FATAL, 2 is CRITICAL, etc). |
◆ loadLanguage()
void loadLanguage |
( |
const QString & |
language, |
|
|
QApplication * |
app |
|
) |
| |
Loads the language strings.
- Parameters
-
language | The language (en_US, or another). |
app | Pointer to the QApplication instance. |