preferencesdialog: Add NULL fields style options to Data Browser tab

This adds the ability to customize the text, font colour
and background colour of NULL fields.
This commit is contained in:
Samir Aguiar
2015-03-11 01:29:05 +01:00
parent ede523269a
commit 994d37f99d
4 changed files with 257 additions and 5 deletions
+5 -2
View File
@@ -38,10 +38,13 @@ private:
// This works similar to getSettingsValue but returns the default value instead of the value set by the user
static QVariant getSettingsDefaultValue(const QString& group, const QString& name);
void fillLanguageBox();
// Cache for storing the settings to avoid repeatedly reading the settings file all the time
static QHash<QString, QVariant> m_hCache;
void fillLanguageBox();
protected:
bool eventFilter(QObject *obj, QEvent *event);
};
#endif