2023-08-02 Fred Gleason <fredg@paravelsystems.com>

* Changed the tree view widget on the main window of rdcastmananger(1)
	to be a table view.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-08-02 14:21:37 -04:00
parent 983f1394e5
commit 9c5c9a0b77
3 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
//
// A RSS Feed Management Utility for Rivendell.
//
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2023 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
@@ -28,7 +28,7 @@
#include <rdfeedlistmodel.h>
#include <rdlog_line.h>
#include <rdmainwindow.h>
#include <rdtreeview.h>
#include <rdtableview.h>
#include <rdtempdirectory.h>
#include <rdwidget.h>
#include <rdxsltengine.h>
@@ -59,7 +59,7 @@ class MainWidget : public RDMainWindow
void closeEvent(QCloseEvent *e);
private:
RDTreeView *cast_feed_view;
RDTableView *cast_feed_view;
RDFeedListModel *cast_feed_model;
QPushButton *cast_open_button;
QPushButton *cast_copy_button;