fullscreen picture viewer adapt when screen size changed

This commit is contained in:
Rafael 2016-11-20 10:41:21 +01:00
parent 3138a8e1ca
commit cb009c0f6e
4 changed files with 25 additions and 5 deletions

View file

@ -42,9 +42,11 @@ protected:
private:
QHBoxLayout *widgetLayout;
UiModLabel *pictureLabel;
QImage image;
private slots:
void pictureDoubleClicked(Qt::MouseButton button);
void updateWindowSize(int screenID);
signals:
void nextPictureRequested();