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:
rwoodruff91 2008-04-29 19:19:07 +00:00
parent a282b9fa74
commit 2d40e6cef4
3 changed files with 308 additions and 207 deletions

View file

@ -39,6 +39,14 @@ public:
public slots:
void sendMsg();
void setFont();
private slots:
/*nothing here yet */
private:
QFont mCurrentFont;
};
#endif