mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-01-26 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDTableView' and 'RDTreeView' base viewer classes. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
#include <QProgressDialog>
|
||||
#include <QPushButton>
|
||||
#include <QStringList>
|
||||
#include <QTreeView>
|
||||
|
||||
#include <rdbusydialog.h>
|
||||
#include <rdcart.h>
|
||||
#include <rddialog.h>
|
||||
#include <rdcartfilter.h>
|
||||
#include <rddialog.h>
|
||||
#include <rdlibrarymodel.h>
|
||||
#include <rdtreeview.h>
|
||||
|
||||
#define RDCUT_DIALOG_STEP_SIZE 1000
|
||||
|
||||
@@ -70,7 +70,7 @@ class RDCutDialog : public RDDialog
|
||||
void SaveState();
|
||||
QString *cart_cutname;
|
||||
RDCartFilter *cart_cart_filter;
|
||||
QTreeView *cart_cart_view;
|
||||
RDTreeView *cart_cart_view;
|
||||
RDLibraryModel *cart_cart_model;
|
||||
QPushButton *cart_ok_button;
|
||||
QPushButton *cart_cancel_button;
|
||||
|
Reference in New Issue
Block a user