Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
machinetranslationdialog.cpp File Reference

(a08d5dbb2f1d661912199dd22ab639a7e658608c)

#include "machinetranslationdialog.h"
#include "ui_machinetranslationdialog.h"
#include "messagemodel.h"
#include "auto-translation/machinetranslator.h"
#include "auto-translation/translationsettings.h"
#include "globals.h"
#include <QtCore/qsettings.h>
#include <QtWidgets/qmessagebox.h>
#include <array>
Include dependency graph for machinetranslationdialog.cpp:

Go to the source code of this file.

Variables

static QT_BEGIN_NAMESPACE constexpr std::array< const char *, 3 > toolBoxTexts

Variable Documentation

◆ toolBoxTexts

QT_BEGIN_NAMESPACE constexpr std::array< const char *, 3 > toolBoxTexts
staticconstexpr
Initial value:
{
QT_TRANSLATE_NOOP("MachineTranslationDialog", "Configuration"),
QT_TRANSLATE_NOOP("MachineTranslationDialog", "Selection"),
}
#define QT_TRANSLATE_NOOP(scope, x)

Definition at line 49 of file machinetranslationdialog.cpp.