3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
41 stars 16 forks source link

Make Open Project asynchronous #27

Closed codeling closed 6 years ago

codeling commented 6 years ago

Currently, opening a project loads files in a synchronous fashion, blocking the GUI thread.

This should be made asynchronous, and the progress should be shown.

codeling commented 6 years ago

Fixed with commit 76c610a1f83d579d588af90a78a7f04d6bb70a82.