mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
Reworked design of offline chat messages in PopupChatDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3592 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ccaebe2fae
commit
7664a82fd6
25 changed files with 514 additions and 223 deletions
|
@ -40,12 +40,6 @@ class ChatPage : public ConfigPage
|
|||
/** Loads the settings for this page */
|
||||
void load();
|
||||
|
||||
bool emotePrivatChat() const;
|
||||
bool emoteGroupChat() const;
|
||||
bool groupchatHistory() const;
|
||||
|
||||
QFont fontTempChat;
|
||||
|
||||
private slots:
|
||||
void on_historyComboBoxVariant_currentIndexChanged(int index);
|
||||
void on_privateComboBoxVariant_currentIndexChanged(int index);
|
||||
|
@ -60,6 +54,8 @@ class ChatPage : public ConfigPage
|
|||
void setPreviewMessages(QString &stylePath, QString styleVariant, QTextBrowser *textBrowser);
|
||||
void fillPreview(QListWidget *listWidget, QComboBox *comboBox, QTextBrowser *textBrowser);
|
||||
|
||||
QFont fontTempChat;
|
||||
|
||||
QString publicStylePath;
|
||||
QString publicStyleVariant;
|
||||
QString privateStylePath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue