mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 18:10:40 -04:00
added Picture Preview Thumbnail patch for Privat Chat from xiaohan and fixed little design improvements
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3344 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
09d5014df5
commit
cfc17398dd
5 changed files with 129 additions and 39 deletions
|
@ -89,6 +89,7 @@ protected:
|
|||
|
||||
private slots:
|
||||
void addExtraFile();
|
||||
void addExtraPicture();
|
||||
void showAvatarFrame(bool show);
|
||||
|
||||
void setColor();
|
||||
|
@ -110,7 +111,7 @@ private slots:
|
|||
private:
|
||||
|
||||
void colorChanged(const QColor &c);
|
||||
void addAttachment(std::string);
|
||||
void addAttachment(std::string,int flag);
|
||||
|
||||
QAction *actionTextBold;
|
||||
QAction *actionTextUnderline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue