mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
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:
parent
e56f29ce92
commit
129842f0a9
6 changed files with 272 additions and 242 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue