mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
added widget for group selection. Used it in share dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-FileSharingPermissions@5761 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bd37e78884
commit
ccd08df35d
8 changed files with 99 additions and 55 deletions
|
@ -26,6 +26,9 @@
|
|||
|
||||
#include "ui_ShareDialog.h"
|
||||
|
||||
class GroupFlagsWidget ;
|
||||
class GroupSelectionBox ;
|
||||
|
||||
class ShareDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -42,6 +45,9 @@ private slots:
|
|||
private:
|
||||
/** Qt Designer generated object */
|
||||
Ui::ShareDialog ui;
|
||||
|
||||
GroupSelectionBox *groupselectionbox ;
|
||||
GroupFlagsWidget *groupflagsbox ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue