mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
added contextual message to explain current group sharing permissions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-FileSharingPermissions@5771 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d77c73adf4
commit
6b6f961e94
5 changed files with 68 additions and 17 deletions
|
@ -28,26 +28,28 @@
|
|||
|
||||
class GroupFlagsWidget ;
|
||||
class GroupSelectionBox ;
|
||||
class QTextEdit ;
|
||||
|
||||
class ShareDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
/** Default constructor */
|
||||
ShareDialog( std::string filename, QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
/** Default destructor */
|
||||
public:
|
||||
/** Default constructor */
|
||||
ShareDialog( std::string filename, QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
|
||||
private slots:
|
||||
void browseDirectory();
|
||||
void addDirectory();
|
||||
private slots:
|
||||
void browseDirectory();
|
||||
void addDirectory();
|
||||
void updateInfoMessage() ;
|
||||
|
||||
private:
|
||||
/** Qt Designer generated object */
|
||||
Ui::ShareDialog ui;
|
||||
private:
|
||||
/** Qt Designer generated object */
|
||||
Ui::ShareDialog ui;
|
||||
|
||||
GroupSelectionBox *groupselectionbox ;
|
||||
GroupFlagsWidget *groupflagsbox ;
|
||||
GroupSelectionBox *groupselectionbox ;
|
||||
GroupFlagsWidget *groupflagsbox ;
|
||||
QTextEdit *messageBox ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue