mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
Changed the QFrame of QScrollArea on Settings to noFrame
Added Search and Marker Feature for the Chat Widget, thx to Phenom for the Patch (AddSearchAndMarkerOnChatWidget_v0.6_7377.patch) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7380 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b7f794c37d
commit
f93d41991e
10 changed files with 1074 additions and 205 deletions
|
@ -53,6 +53,9 @@ class ChatPage : public ConfigPage
|
|||
void on_privateList_currentRowChanged(int currentRow);
|
||||
void on_historyList_currentRowChanged(int currentRow);
|
||||
|
||||
void on_cbSearch_WithoutLimit_toggled(bool);
|
||||
void on_btSearch_FoundColor_clicked();
|
||||
|
||||
void collectedContacts_customPopupMenu(QPoint) ;
|
||||
void collectedInvite_openDistantChat() ;
|
||||
|
||||
|
@ -69,6 +72,8 @@ class ChatPage : public ConfigPage
|
|||
QString historyStylePath;
|
||||
QString historyStyleVariant;
|
||||
|
||||
QRgb rgbChatSearchFoundColor;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::ChatPage ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue