Qt-based graphical app displaying a progress bar and demonstrating cancellation of file import or mesh generation.
This example is based on Progress Bar Example. Here we visualize the progress bar with the help of QT libraries.
![]() |
To build the C++ example provide a path to the Qt library files using the -DQT_ROOT_DIR=<path_to_qt_directory>
switch.
Make sure you set PATH or LD_LIBRARY_PATH or DYLD_LIBRARY_PATH variables to Qt dynamic libraries.