#include "DLLInfo.h"
#include <NDEVR/PopupInfo.h>
#include <NDEVR/StringStream.h>
#include <NDEVR/BaseValues.h>
#include <NDEVR/Resource.h>
#include <NDEVR/Translator.h>
#include <NDEVR/Event.h>
#include <QThread>
#include <QEvent>
#include <QAbstractEventDispatcher>
#include <QMessageBox>
#include <QMetaEnum>
Go to the source code of this file.
◆ _tdq
#define _tdq |
( |
| var, |
|
|
| def ) |
Value:(
_td(var, def).translation().getAs<QString>())
#define _td(def, english_string)
Definition Translator.h:94
◆ _tqa
Value:(
_t(var).translation().getAs<QString>())
#define _t(english_string)
Definition Translator.h:90
◆ _tqs
Value:(String(
_t(var)).getAs<QString>())