mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
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:
parent
bed286030e
commit
47de2af50c
5 changed files with 98 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue