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:
thunder2 2010-09-18 16:05:32 +00:00
parent 7baafb3f90
commit 831c73dd9d
9 changed files with 211 additions and 100 deletions

View file

@ -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;
};