added storing and loading Chat Font

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2903 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-14 12:42:31 +00:00
parent bed286030e
commit 47de2af50c
5 changed files with 98 additions and 19 deletions

View file

@ -42,18 +42,18 @@ class ChatPage : public ConfigPage
bool save(QString &errmsg);
/** Loads the settings for this page */
void load();
bool emotePrivatChat() const;
bool emoteGroupChat() const;
bool groupchatHistory() const;
private slots:
QFont fontTempChat;
private slots:
void on_pushButtonChangeChatFont_clicked();
private:
void closeEvent (QCloseEvent * event);
/** Qt Designer generated object */
Ui::ChatPage ui;