2020-09-22 Fred Gleason <fredg@paravelsystems.com>

* Added the feed image to the start of each entry in the feed list
	on the 'Rivendell Feed List' dialog in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-23 19:09:47 -04:00
parent 90a9990e2e
commit 417c99455f
3 changed files with 79 additions and 42 deletions

View File

@@ -2,7 +2,7 @@
//
// List Rivendell Feeds
//
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -50,6 +50,8 @@ class ListFeeds : public RDDialog
private:
void RefreshList();
void RefreshItem(RDListViewItem *item);
QPixmap *list_rdcastmanager_32x32_map;
QLabel *list_box_label;
RDListView *list_feeds_view;
QPushButton *list_add_button;
QPushButton *list_edit_button;