* added a about dialog

* quit RetroShare with rApp not more use qApp for quit, shutdown is now faster.
* added first retranslateUi for MainWindow
* changend Add Share string.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-12-31 02:23:02 +00:00
parent 82ebdc5bd7
commit e919981e00
11 changed files with 1100 additions and 25 deletions

View file

@ -44,6 +44,7 @@
#include "help/browser/helpbrowser.h"
#include "ui_MainWindow.h"
#include "gui/common/RWindow.h"
class PeerStatus;
class NATStatus;
@ -103,7 +104,13 @@ public slots:
void showWindow(Page page);
void playFiles(QStringList files);
void updateHashingInfo(const QString&) ;
void updateHashingInfo(const QString&) ;
protected:
void closeEvent(QCloseEvent *);
/** Called when the user changes the UI translation. */
virtual void retranslateUi();
private slots:
@ -123,7 +130,7 @@ private slots:
void showabout();
void openShareManager();
void displaySystrayMsg(const QString&,const QString&) ;
void displaySystrayMsg(const QString&,const QString&) ;
/** Displays the help browser and displays the most recently viewed help
* topic. */
@ -138,10 +145,6 @@ private slots:
/** Called when user attempts to quit via quit button*/
void doQuit();
protected:
void closeEvent(QCloseEvent *);
private slots:
private: