oferkv / phototonic

Image Viewer and organizer
GNU General Public License v3.0
159 stars 43 forks source link

Consider using QStackedLayout #228

Closed FreeSlave closed 6 years ago

FreeSlave commented 6 years ago

The current way to switch between the main interface and viewer is too hacky. Qt has QStackedLayout which is designed specifically to switch between widgets. This is also a potential fix for #215