![]() |
digiKam
|
Contains translation options for a single word. More...
#include <donlinetranslator.h>
Public Member Functions | |
QJsonObject | toJson () const |
Converts the object to JSON. | |
Public Attributes | |
QString | gender |
Gender of the word. | |
QStringList | translations |
Associated translations for the word. | |
QString | word |
Word that specified for translation options. | |
Contains translation options for a single word.
Can be obtained from the QOnlineTranslator object.
Example:
Possible output:
|
inline |
Converts the object to JSON.
QString Digikam::DOnlineTranslatorOption::gender |
Gender of the word.
QStringList Digikam::DOnlineTranslatorOption::translations |
Associated translations for the word.
QString Digikam::DOnlineTranslatorOption::word |
Word that specified for translation options.