mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-11 15:22:46 +02:00
Allow non-contiguous cart selections in rdlibrary(1).
This commit is contained in:
parent
b2603d2376
commit
6aa385afaf
@ -320,6 +320,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
lib_cart_list->setSelectionMode(Q3ListView::Extended);
|
||||
lib_cart_list->setRootIsDecorated(true);
|
||||
lib_cart_list->enableNoteBubbles(true);
|
||||
lib_cart_list->setContiguous(false);
|
||||
connect(lib_cart_list,
|
||||
SIGNAL(doubleClicked(Q3ListViewItem *,const QPoint &,int)),
|
||||
this,
|
||||
|
Loading…
x
Reference in New Issue
Block a user