Polished drop down menus in the network tab

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-04-07 21:01:45 +00:00
parent 22c2974466
commit fab7faa5f6
2 changed files with 64 additions and 24 deletions

View file

@ -54,6 +54,8 @@ public slots:
private slots:
void makeFriend() ;
void denyFriend() ;
void deleteCert() ;
void peerdetails();
/** Create the context popup menu and it's submenus */
void connecttreeWidgetCostumPopupMenu( QPoint point );
@ -76,6 +78,8 @@ QTreeWidgetItem *getCurrentNeighbour();
QMenu* contextMnu;
/** Defines the actions for the context menu */
QAction* peerdetailsAct;
QAction* denyFriendAct;
QAction* deleteCertAct;
QAction* makefriendAct;
QAction* authAct;
QAction* loadcertAct;