23 #ifndef IMAGESELECTIONDIALOG_H 24 #define IMAGESELECTIONDIALOG_H 26 #include "Gui/Utils/Widgets/WidgetTemplate.h" 27 #include "Utils/Pimpl.h" 29 #include <QFileDialog> 48 void file_selected(
const QString& file);
51 void showEvent(QShowEvent* e)
override;
55 #endif // IMAGESELECTIONDIALOG_H Definition: AbstractLibrary.h:36
A selection dialog that displays an image and also its size.
Definition: ImageSelectionDialog.h:37