mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-08-12 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDDateTimeEdit' widget. * Adjusted layout in the 'Editing Item' dialog in rdcastmanager(1) to be compatible with short date format. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
#define EDIT_CAST_H
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QDateTimeEdit>
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
#include <QTextEdit>
|
||||
|
||||
#include <rddatetimeedit.h>
|
||||
#include <rddialog.h>
|
||||
#include <rdfeed.h>
|
||||
#include <rdimagepickerbox.h>
|
||||
@@ -79,9 +79,9 @@ class EditCast : public RDDialog
|
||||
QCheckBox *cast_active_check;
|
||||
QLabel *cast_active_label;
|
||||
QPushButton *cast_item_expiration_button;
|
||||
QDateTimeEdit *cast_item_expiration_edit;
|
||||
RDDateTimeEdit *cast_item_expiration_edit;
|
||||
QLabel *cast_item_effective_label;
|
||||
QDateTimeEdit *cast_item_effective_edit;
|
||||
RDDateTimeEdit *cast_item_effective_edit;
|
||||
QPushButton *cast_item_effective_button;
|
||||
QPushButton *cast_ok_button;
|
||||
QPushButton *cast_cancel_button;
|
||||
|
Reference in New Issue
Block a user