mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
fixed selectionModel for uploads
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1426 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c3cc5c22ce
commit
4d8aa4dd72
@ -132,7 +132,7 @@ TransfersDialog::TransfersDialog(QWidget *parent)
|
|||||||
|
|
||||||
|
|
||||||
//Selection Setup
|
//Selection Setup
|
||||||
selection = ui.uploadsList->selectionModel();
|
selectionup = ui.uploadsList->selectionModel();
|
||||||
ui.uploadsList->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
ui.uploadsList->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||||
|
|
||||||
/* Set header resize modes and initial section sizes Uploads TreeView*/
|
/* Set header resize modes and initial section sizes Uploads TreeView*/
|
||||||
|
@ -86,6 +86,8 @@ class TransfersDialog : public MainPage
|
|||||||
QStandardItemModel *DLListModel;
|
QStandardItemModel *DLListModel;
|
||||||
QStandardItemModel *ULListModel;
|
QStandardItemModel *ULListModel;
|
||||||
QItemSelectionModel *selection;
|
QItemSelectionModel *selection;
|
||||||
|
QItemSelectionModel *selectionup;
|
||||||
|
|
||||||
DLListDelegate *DLDelegate;
|
DLListDelegate *DLDelegate;
|
||||||
ULListDelegate *ULDelegate;
|
ULListDelegate *ULDelegate;
|
||||||
qlonglong fileSize;
|
qlonglong fileSize;
|
||||||
|
Loading…
Reference in New Issue
Block a user