added For Friends Context Menu a Title Widget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1681 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-09-24 21:38:40 +00:00
parent cef9385f5b
commit 6d6798e788
2 changed files with 30 additions and 4 deletions

View file

@ -119,6 +119,10 @@ signals:
void notifyGroupChat(const QString&,const QString&) ;
private:
class QLabel *iconLabel, *textLabel;
class QWidget *widget;
class QWidgetAction *widgetAction;
class QSpacerItem *spacerItem;
/* Worker Functions */
/* (1) Update Display */
@ -126,9 +130,6 @@ private:
/* (2) Utility Fns */
QTreeWidgetItem *getCurrentPeer();
// ChatDialog *chatDialog;
/** Define the popup menus for the Context menu */
QMenu* contextMnu;
/** Defines the actions for the context menu */