fixed up Chat Dialogs Formating features, cleaned up Formating codes and removed not needed experiments with formating.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@426 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-27 01:29:04 +00:00
parent 6a6299046c
commit 9001ee6d24
6 changed files with 221 additions and 238 deletions

View file

@ -49,18 +49,11 @@ public:
void updateChat();
void addChatMsg(ChatInfo *ci);
public slots:
/** Overloaded QWidget.show */
void show();
void insertBold();
void insertItalic();
void insertUnderline();
void insertStrike();
void insertAutour(QString leftTruc,QString rightTruc);
protected:
void closeEvent (QCloseEvent * event);
@ -70,6 +63,7 @@ private slots:
void showAvatarFrame(bool show);
void setColor();
void getFont();
void setFont();
void sendChat();
@ -77,7 +71,7 @@ private slots:
private:
void mergeFormatOnWordOrSelection(const QTextCharFormat &format);
void colorChanged(const QColor &c);
QAction *actionTextBold;