Added functionality to save a Privat Chat session and GroupChat History via ToolButton

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2807 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-04-27 22:08:38 +00:00
parent 3b1d1d35fe
commit c91bc09c74
6 changed files with 101 additions and 8 deletions

View file

@ -138,7 +138,11 @@ private slots:
void addExtraFile();
void anchorClicked (const QUrl &);
void addAttachment(std::string);
bool fileSave();
bool fileSaveAs();
void setCurrentFileName(const QString &fileName);
signals:
void friendsUpdated() ;
@ -149,7 +153,9 @@ private:
class QLabel *iconLabel, *textLabel;
class QWidget *widget;
class QWidgetAction *widgetAction;
class QSpacerItem *spacerItem;
class QSpacerItem *spacerItem;
QString fileName;
/* Worker Functions */
/* (1) Update Display */
@ -169,7 +175,7 @@ private:
QAction* exportfriendAct;
QAction* removefriendAct;
//QTreeWidget *peertreeWidget;
//QTreeWidget *peertreeWidget;
IMHistoryKeeper historyKeeper;