mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder.
Save and restore the position of the ShareManager window. Fixed german translation. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3513 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7baafb3f90
commit
831c73dd9d
9 changed files with 211 additions and 100 deletions
|
@ -31,27 +31,15 @@ class ShareDialog : public QDialog
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
/** Default constructor */
|
||||
ShareDialog( QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
ShareDialog( std::string filename, QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
/** Default destructor */
|
||||
|
||||
public slots:
|
||||
|
||||
/** Loads the settings for this page */
|
||||
void load();
|
||||
|
||||
protected:
|
||||
virtual void showEvent(QShowEvent * event);
|
||||
|
||||
private slots:
|
||||
|
||||
void browseDirectory();
|
||||
void addDirectory();
|
||||
void closedialog();
|
||||
|
||||
private:
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::ShareDialog ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue