3#include <NDEVR/QCustomComboBox.h>
4#include <NDEVR/Translator.h>
A hash-based key-value store, useful for quick associative lookups.
QCustomComboBox(QWidget *parent=nullptr)
Constructs a QCustomComboBox with the given parent widget.
TranslationCombo(QWidget *parent=nullptr)
Constructs a TranslationCombo widget.
Translator currentTranslation() const
Returns the currently selected Translator.
void setTranslation(const Translator &translator)
Sets the currently active translation in the combo box.
void updateTranslationsFromDisk()
Scans the disk for available translation files and populates the combo box.
Dictionary< String, Translator > m_translations
Maps language names to their Translator objects.
Provides language translation services for the application.
The primary namespace for the NDEVR SDK.