Added for Create Channel the Channel Logo Button + Display

Added for Forums Collapse all/Expand all

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2079 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-18 23:59:49 +00:00
parent c62daadacd
commit 98820697d4
4 changed files with 197 additions and 8 deletions

View file

@ -39,6 +39,7 @@ void newForum(); /* cleanup */
/** Qt Designer generated object */
Ui::CreateForum ui;
QPixmap picture;
public slots:
/** Overloaded QWidget.show */
@ -50,6 +51,9 @@ private slots:
void createForum();
void cancelForum();
void addChannelLogo();
private: