-removed not realy working bold/italic/underline/color functions

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2007-11-28 00:45:16 +00:00
parent 0a32122ada
commit 28a47501ee
2 changed files with 30 additions and 87 deletions

View file

@ -53,25 +53,14 @@ void toggleSendItem( QTreeWidgetItem *item, int col );
/** Create the context popup menu and it's submenus */
void msgSendListCostumPopupMenu( QPoint point );
void setColor();
void textBold();
void textUnderline();
void textItalic();
void currentCharFormatChanged(const QTextCharFormat &format);
void insertSendList();
void setColor();
void insertSendList();
void sendMsg();
void privchat();
private:
void mergeFormatOnWordOrSelection(const QTextCharFormat &format);
void fontChanged(const QFont &f);
void colorChanged(const QColor &c);
QAction *actionTextBold;
QAction *actionTextUnderline;
@ -83,6 +72,9 @@ private:
QAction* privchatAct;
QTreeView *msgSendList;
QColor textColor;
std::map<std::string, PopupChatDialog *> chatDialogs;