fullscreen picture viewer adapt when screen size changed
This commit is contained in:
parent
3138a8e1ca
commit
cb009c0f6e
4 changed files with 25 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue