iVS3D
v2.0.0
Loading...
Searching...
No Matches
translations.h
1
#ifndef LIB3D_OTS_TRANSLATIONS_H
2
#define LIB3D_OTS_TRANSLATIONS_H
3
4
// Qt
5
#include <QTranslator>
6
#include <QString>
7
8
namespace
lib3d {
9
namespace
ots {
10
15
class
Translations
16
{
17
18
public
:
19
26
static
bool
load
(QTranslator *ipTranslator,
const
QString& iLocale =
"en"
);
27
28
};
29
30
}
// namespace ots
31
}
// namespace libvis3d
32
33
#endif
// LIB3D_OTS_TRANSLATIONS_H
lib3d::ots::Translations
Class to support different translations and provide routines to incorporate these into the program.
Definition
translations.h:16
lib3d::ots::Translations::load
static bool load(QTranslator *ipTranslator, const QString &iLocale="en")
Function to load translation into given translator.
Definition
translations.cpp:7
iVS3D
src
iVS3D-core
ots
translations.h
Generated by
1.9.8