![]() |
QtLingo 1
QtLingo is an Application to make Qt Computer Translations easier
|
#include <QDateTime>
#include <QStandardPaths>
#include <QFileInfo>
#include <QIcon>
#include <QStyleHints>
#include <QUrl>
#include <QScreen>
#include "MainWindow.h"
#include "MyLanguageModel.h"
#include <iostream>
#include <assert.h>
#include <algorithm>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include "main.moc"
Go to the source code of this file.
Classes | |
class | Utils |
Utils. Utils Workaround: As of Qt 5.4 QtQuick does not expose QUrl::fromUserInput. More... | |
Macros | |
#define | VERSION "1.0" |
Functions | |
QString | getMessageLogFile (const QString &thisAppDataLocation) |
QString | getFileErrorMessage (const QString &thisAppDataLocation) |
bool | setMessageLogFile (const QString &thisAppName, const QString &thisAppDataLocation) |
void | logEvents (const QString &thisMessage) |
void | myMessageHandler (QtMsgType thisType, const QMessageLogContext &thisContext, const QString &thisMsg) |
int | main (int argc, char *argv[]) |
main.moc. main.moc must be included below to define above More... | |
Variables | |
QString | myLogFile = "" |
QString getFileErrorMessage | ( | const QString & | thisAppDataLocation | ) |
QString getMessageLogFile | ( | const QString & | thisAppDataLocation | ) |
void logEvents | ( | const QString & | thisMessage | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
main.moc. main.moc must be included below to define above
main. main
< Prefix of Translation files
< Relative Folder for Translation files
< Relative Folder for Help files
Definition at line 162 of file main.cpp.
void myMessageHandler | ( | QtMsgType | thisType, |
const QMessageLogContext & | thisContext, | ||
const QString & | thisMsg | ||
) |
Definition at line 101 of file main.cpp.
bool setMessageLogFile | ( | const QString & | thisAppName, |
const QString & | thisAppDataLocation | ||
) |
Definition at line 52 of file main.cpp.