New dialog for defining own colors for the private chat window.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-04-09 22:52:52 +00:00
parent eed8ccd1df
commit 0fbde70e32
16 changed files with 1957 additions and 934 deletions

View file

@ -58,6 +58,7 @@ private slots:
void tabCurrentChanged(int tab);
void dockTab();
void undockTab();
void setStyle();
private:
bool tabbedWindow;
@ -65,6 +66,9 @@ private:
std::string peerId;
PopupChatDialog *chatDialog;
PopupChatDialog *getCurrentDialog();
void calculateStyle(PopupChatDialog *dialog);
/** Qt Designer generated object */
Ui::PopupChatWindow ui;
};