mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 08:33:39 +02:00
Allow non-contiguous cart selections in rdlibrary(1).
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user