afichet / openexr-viewer

Simple viewer for OpenEXR files with detailed metadata display
BSD 3-Clause "New" or "Revised" License
92 stars 6 forks source link

Open multiple files #18

Closed afichet closed 2 years ago

afichet commented 3 years ago

Want to add the ability to open multiple files at once.

Have to figure out an adapted way to present those files in the GUI. Currently thinking about using tabs... ideally something like Firefox where tabs can be dragged out of the main window. Have to see if that is easy to implement in Qt.