mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02:00
2022-08-04 Fred Gleason <fredg@paravelsystems.com>
* Added support for sorting the event list in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -379,6 +379,8 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
catch_recordings_model
|
||||
,SLOT(notificationReceivedData(RDNotification *)));
|
||||
catch_recordings_view->setModel(catch_recordings_model);
|
||||
catch_recordings_view->setSortingEnabled(true);
|
||||
catch_recordings_view->sortByColumn(2,Qt::AscendingOrder);
|
||||
catch_recordings_view->resizeColumnsToContents();
|
||||
connect(catch_recordings_view,SIGNAL(doubleClicked(const QModelIndex &)),
|
||||
this,SLOT(doubleClickedData(const QModelIndex &)));
|
||||
|
Reference in New Issue
Block a user