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

* Added 'RDLibraryModel::isCut() and 'RDLibraryModel::cutRow()
	methods.
	* Refactored 'RDCutDialog' to use the model-based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-19 10:09:25 -05:00
parent 83e1f9b95a
commit 6b1abaa0eb
28 changed files with 552 additions and 879 deletions

View File

@@ -2,7 +2,7 @@
//
// Log Rendering Dialog for Rivendell.
//
// (C) Copyright 2017-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2017-2021 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
@@ -21,8 +21,8 @@
#ifndef RENDER_DIALOG_H
#define RENDER_DIALOG_H
#include <qdatetimeedit.h>
#include <qprogressdialog.h>
#include <QDateTimeEdit>
#include <QProgressDialog>
#include <rdcut_dialog.h>
#include <rddialog.h>
@@ -69,6 +69,7 @@ class RenderDialog : public RDDialog
int render_first_line;
int render_last_line;
RDSettings *render_settings;
RDCutDialog *render_cut_dialog;
QProgressDialog *render_progress_dialog;
QLabel *render_to_label;
QComboBox *render_to_box;