mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
* 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:
parent
82ebdc5bd7
commit
e919981e00
11 changed files with 1100 additions and 25 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue