View Single Post
Old 09-09-2018, 04:46 AM   #61
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 843
Karma: 3335974
Join Date: Jan 2017
Location: Poland
Device: Various
Hello,

Please, keep the aspect ratio when opening the cover.

My non-ideal solution (image_viewer_dialog.py):

Code:
self.imageLabel.setPixmap(QPixmap.fromImage(image).scaled(430, 655, Qt.KeepAspectRatio, Qt.SmoothTransformation))
Becky
BeckyEbook is offline   Reply With Quote