mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 09:11:06 -04:00
Removed context help button from the dialogs (currently not used) and added minimize/maximize buttons to the "floating" dialogs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5786 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
07d8db4505
commit
9b5ee85fd0
42 changed files with 86 additions and 189 deletions
|
@ -1435,8 +1435,10 @@ void ForumsDialog::copyMessageLink()
|
|||
|
||||
void ForumsDialog::newforum()
|
||||
{
|
||||
CreateForum cf (this);
|
||||
cf.exec ();
|
||||
CreateForum *cf = new CreateForum();
|
||||
cf->show();
|
||||
|
||||
/* window will destroy itself! */
|
||||
}
|
||||
|
||||
void ForumsDialog::createmessage()
|
||||
|
@ -1598,7 +1600,7 @@ void ForumsDialog::filterItems(const QString& text)
|
|||
|
||||
void ForumsDialog::shareKey()
|
||||
{
|
||||
ShareKey shareUi(this, 0, mCurrForumId, FORUM_KEY_SHARE);
|
||||
ShareKey shareUi(this, mCurrForumId, FORUM_KEY_SHARE);
|
||||
shareUi.exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue