mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 12:32:37 -04:00
Added the ability to have bold, underlined or font in italics.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a282b9fa74
commit
2d40e6cef4
3 changed files with 308 additions and 207 deletions
|
@ -39,6 +39,14 @@ public:
|
|||
|
||||
public slots:
|
||||
void sendMsg();
|
||||
void setFont();
|
||||
|
||||
private slots:
|
||||
/*nothing here yet */
|
||||
|
||||
private:
|
||||
|
||||
QFont mCurrentFont;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue