2021-01-25 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDPodcastListModel'.
	* Refactored the 'Podcast Item List' dialog in rdcastmanager(1) to
	use the	model-based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-25 19:57:35 -05:00
parent 80e04f2fbf
commit 9b5edb0672
25 changed files with 1409 additions and 744 deletions

View File

@@ -98,7 +98,7 @@ ListFeeds::ListFeeds(QWidget *parent)
connect(list_close_button,SIGNAL(clicked()),this,SLOT(closeData()));
//
// Group List
// Feed List
//
list_feeds_view=new QTableView(this);
list_feeds_view->setSelectionBehavior(QAbstractItemView::SelectRows);