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:
defnax 2008-03-30 23:28:57 +00:00
parent 211ec7ac01
commit 51b434fbdf
7 changed files with 105 additions and 522 deletions

View file

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