mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 10:01:14 -04:00
made contextual menus in FT more contextual, added info about transfer type and chunking strategy, load/save of transfer flags
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2114 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9182091917
commit
0e7f9df638
9 changed files with 177 additions and 111 deletions
|
@ -22,6 +22,8 @@
|
|||
#ifndef _TRANSFERSDIALOG_H
|
||||
#define _TRANSFERSDIALOG_H
|
||||
|
||||
#include <set>
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QProgressBar>
|
||||
#include <QtGui>
|
||||
|
@ -152,7 +154,7 @@ class TransfersDialog : public RsAutoUpdatePage
|
|||
QAction *chunkStreamingAct;
|
||||
QAction *detailsfileAct;
|
||||
|
||||
void getIdOfSelectedItems(QList<QStandardItem *>& items);
|
||||
void getIdOfSelectedItems(std::set<QStandardItem *>& items);
|
||||
bool controlTransferFile(uint32_t flags);
|
||||
void changePriority(int priority);
|
||||
void setChunkStrategy(FileChunksInfo::ChunkStrategy s) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue