mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 05:44:29 -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 = ui.uploadsList->selectionModel();
|
||||
selectionup = ui.uploadsList->selectionModel();
|
||||
ui.uploadsList->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
|
||||
/* Set header resize modes and initial section sizes Uploads TreeView*/
|
||||
|
@ -86,6 +86,8 @@ class TransfersDialog : public MainPage
|
||||
QStandardItemModel *DLListModel;
|
||||
QStandardItemModel *ULListModel;
|
||||
QItemSelectionModel *selection;
|
||||
QItemSelectionModel *selectionup;
|
||||
|
||||
DLListDelegate *DLDelegate;
|
||||
ULListDelegate *ULDelegate;
|
||||
qlonglong fileSize;
|
||||
|
Loading…
Reference in New Issue
Block a user