mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user