Updated chat setting tab

+ Renamed "Messages" to "Chat Settings"
+ Moved the chat mentions to this tab
+ Added boarder round macro settings
This commit is contained in:
Matt Lowe 2015-01-15 00:47:10 +01:00
parent d3a7320ce2
commit a794112b1d
2 changed files with 40 additions and 29 deletions

View file

@ -91,11 +91,10 @@ private:
QCheckBox *doubleClickToPlayCheckBox;
QCheckBox *playToStackCheckBox;
QCheckBox *tapAnimationCheckBox;
QCheckBox *chatMentionCheckBox;
QCheckBox *soundEnabledCheckBox;
QLabel *soundPathLabel;
QLineEdit *soundPathEdit;
QGroupBox *generalGroupBox, *animationGroupBox, *soundGroupBox, *chatGroupBox;
QGroupBox *generalGroupBox, *animationGroupBox, *soundGroupBox;
QPushButton *soundTestButton;
public:
UserInterfaceSettingsPage();
@ -128,7 +127,10 @@ private slots:
private:
QListWidget *messageList;
QAction *aAdd, *aRemove;
QCheckBox *chatMentionCheckBox;
QGroupBox *chatGroupBox;
QGroupBox *messageShortcuts;
void storeSettings();
};