mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
removed Toolbox frame
fixed toolbarservice added AddFriend,Invite Friend, Add Share, options, EXit to toolbarservice git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@440 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
211ec7ac01
commit
51b434fbdf
7 changed files with 105 additions and 522 deletions
|
@ -132,7 +132,7 @@ private slots:
|
|||
void showConsoleFrame(bool show);
|
||||
|
||||
/** Called when console button is toggled */
|
||||
void showToolboxFrame(bool show);
|
||||
//void showToolboxFrame(bool show);
|
||||
|
||||
/** Called when user attempts to quit via quit button*/
|
||||
void doQuit();
|
||||
|
@ -164,11 +164,16 @@ private:
|
|||
PreferencesWindow* _preferencesWindow;
|
||||
|
||||
|
||||
/** Creates a new action for a config page. */
|
||||
/** Creates a new action for a Main page. */
|
||||
QAction* createPageAction(QIcon img, QString text, QActionGroup *group);
|
||||
/** Adds a new action to the toolbar. */
|
||||
void addAction(QAction *action, const char *slot = 0);
|
||||
|
||||
/** Creates a new action for a Service pages. */
|
||||
QAction* createPageActionservice(QIcon img, QString text, QActionGroup *groupservice);
|
||||
/** Adds a new action to the toolbar. */
|
||||
void addActionservice(QAction *actionservice, const char *slot = 0);
|
||||
|
||||
void loadStyleSheet(const QString &sheetName);
|
||||
|
||||
QSystemTrayIcon *trayIcon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue