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

* Added image size and type data to the 'View Image' dialog in
	rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-05-21 13:07:05 -04:00
parent de6288285d
commit 68d707566d
11 changed files with 121 additions and 24 deletions

View File

@@ -56,6 +56,10 @@ class EditImage : public RDDialog
QLabel *c_image_label;
QLabel *c_description_label;
QLineEdit *c_description_edit;
QLabel *c_size_label;
QLabel *c_size_value_label;
QLabel *c_extension_label;
QLabel *c_extension_value_label;
QPushButton *c_ok_button;
QPushButton *c_cancel_button;
QImage c_image;