6 #ifndef LANGUAGECOMBOBOX_H
7 #define LANGUAGECOMBOBOX_H
10 #include "Qt4SyntaxHighlighter.h"
55 void reload(
const QString &path);
60 #endif // LANGUAGECOMBOBOX_H
Definition: ColorDialog.cpp:12
void reload(const QString &path)
Reloads the contents of the combo box by using the specified path for searching for ...
Definition: LanguageComboBox.cpp:40
void setCurrentLanguage(const QString &lang)
Sets the language in the combo.
Definition: LanguageComboBox.cpp:30
const QString getCurrentLanguage() const
Definition: LanguageComboBox.cpp:36
LanguageComboBox(const QString &path="")
Initializes the combo box with the .lang files retrieved in the specified path.
Definition: LanguageComboBox.cpp:12
A subclass of QComboBox which provides functionalities for showing and selecting the language definit...
Definition: LanguageComboBox.h:18
An implementation of QSyntaxHighlighter using GNU Source-highlight library (by relying on GNUSyntaxHi...
Definition: Qt4SyntaxHighlighter.h:38