2020-05-21 Fred Gleason <fredg@paravelsystems.com>

* Added a 'URL' field to the 'View Image' dialog in rdadmin(1).
This commit is contained in:
Fred Gleason
2020-05-21 20:01:19 -04:00
parent 69e253649e
commit 1da0084d69
10 changed files with 65 additions and 11 deletions

View File

@@ -56,6 +56,8 @@ class EditImage : public RDDialog
QLabel *c_image_label;
QLabel *c_description_label;
QLineEdit *c_description_edit;
QLabel *c_url_label;
QLineEdit *c_url_edit;
QLabel *c_size_label;
QLabel *c_size_value_label;
QLabel *c_extension_label;