mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
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:
parent
6a6299046c
commit
9001ee6d24
6 changed files with 221 additions and 238 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue