Highlight Custom Words

This commit is contained in:
Zach H 2015-07-11 20:45:37 -04:00
parent 9edacd7b3e
commit dc05a14f4c
5 changed files with 141 additions and 52 deletions

View file

@ -172,9 +172,12 @@ private:
QCheckBox messagePopups;
QCheckBox mentionPopups;
QGroupBox *chatGroupBox;
QGroupBox *highlightGroupBox;
QGroupBox *messageShortcuts;
QLineEdit *mentionColor;
QLineEdit *customAlertString;
QLabel hexLabel;
QLabel customAlertStringLabel;
void storeSettings();
void updateMentionPreview();