![]() |
QElectroTech 0.200.1-dev
|
#include "cli_export.h"#include "logging/eventloopwatchdog.h"#include "logging/qetlogger.h"#include "machine_info.h"#include "qet.h"#include "qetapp.h"#include "qetproject.h"#include "singleapplication.h"#include "utils/qetsettings.h"#include <QApplication>#include <QDomImplementation>#include <QStyleFactory>#include <QtConcurrentRun>
Functions | |
| void | qetLogMessageHandler (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
| qetLogMessageHandler Installed via qInstallMessageHandler(); forwards to QetLogger, which holds all the actual formatting/ring/rotation state. See logging/qetlogger.h for the rationale (discussion #644). | |
| int | main (int argc, char **argv) |
| main Main function of QElectroTech | |
| int main | ( | int | argc, |
| char ** | argv ) |
main Main function of QElectroTech
| argc | : number of parameters |
| argv | : parameters |

| void qetLogMessageHandler | ( | QtMsgType | type, |
| const QMessageLogContext & | context, | ||
| const QString & | msg ) |
qetLogMessageHandler Installed via qInstallMessageHandler(); forwards to QetLogger, which holds all the actual formatting/ring/rotation state. See logging/qetlogger.h for the rationale (discussion #644).

