added for Privat chat html and css feature to can make styles for Chat Window.

added first basic default style.
style Button disabled need to be fix.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-04-12 14:19:08 +00:00
parent 13eb45f294
commit a20ff44567
10 changed files with 224 additions and 24 deletions

View file

@ -54,6 +54,7 @@ public:
void loadEmoticons();
QString loadEmptyStyle();
public slots:
/** Overloaded QWidget.show */
@ -62,6 +63,7 @@ public slots:
void smileyWidget();
void addSmiley();
void changeStyle();
protected:
void closeEvent (QCloseEvent * event);
@ -93,6 +95,11 @@ private:
QHash<QString, QString> smileys;
QColor mCurrentColor;
QFont mCurrentFont;
QString styleHtm;
QString emptyStyle;
QStringList history;
QString wholeChat;
/** Qt Designer generated object */
Ui::PopupChatDialog ui;