mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02:00
2021-08-11 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDDateEdit' widget. * Adjusted layout in the 'Test Import' dialog in rdadmin(1) to be compatible with short date format. * Adjusted layout in the 'Cut Info/Record' dialog in rdlibrary(1) to be compatible with short date format. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -28,6 +28,13 @@ class RDDateEdit : public QDateEdit
|
||||
Q_OBJECT
|
||||
public:
|
||||
RDDateEdit(QWidget *parent=0);
|
||||
bool isReadOnly();
|
||||
|
||||
public slots:
|
||||
void setReadOnly(bool state);
|
||||
|
||||
private:
|
||||
bool d_read_only;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user