21 #ifndef IMAGESELECTIONDIALOG_H
22 #define IMAGESELECTIONDIALOG_H
24 #include "Gui/Utils/Widgets/WidgetTemplate.h"
25 #include "Utils/Pimpl.h"
27 #include <QFileDialog>
46 void fileSelected(
const QString& file);
49 void showEvent(QShowEvent* e)
override;
A selection dialog that displays an image and also its size.
Definition: ImageSelectionDialog.h:37