mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
Styles for public chat, private chat and history.
RetroShare has a standard style for each type, but the user can define their own styles. The external directories "style/public", "style/private" and "style/history" are scanned for subdirs with user defined style informations. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3453 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
452faffa4b
commit
6bd6c50502
24 changed files with 1537 additions and 684 deletions
|
@ -48,9 +48,17 @@ class ChatPage : public ConfigPage
|
|||
|
||||
private slots:
|
||||
void on_pushButtonChangeChatFont_clicked();
|
||||
void on_publicList_currentRowChanged(int currentRow);
|
||||
void on_privateList_currentRowChanged(int currentRow);
|
||||
void on_historyList_currentRowChanged(int currentRow);
|
||||
|
||||
private:
|
||||
void closeEvent (QCloseEvent * event);
|
||||
void setPreviewMessages(QString &stylePath, QTextBrowser *textBrowser);
|
||||
|
||||
QString publicStylePath;
|
||||
QString privateStylePath;
|
||||
QString historyStylePath;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::ChatPage ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue