mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
-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:
parent
0a32122ada
commit
28a47501ee
2 changed files with 30 additions and 87 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue