added for ShareManager and CreateForum stylesheet background images

little redesign CreateForum

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1527 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-08-13 13:35:18 +00:00
parent e56f29ce92
commit 129842f0a9
6 changed files with 272 additions and 242 deletions

View file

@ -28,7 +28,7 @@
/** Constructor */
CreateForum::CreateForum(QWidget *parent, bool isForum)
: QWidget(parent), mIsForum(isForum)
: QDialog(parent), mIsForum(isForum)
{
/* Invoke the Qt Designer generated object setup routine */
ui.setupUi(this);