Hide menu
Loading...
Searching...
No Matches
Progress Bar with Qt Example

Table of Contents

Qt-based graphical app displaying a progress bar and demonstrating cancellation of file import or mesh generation.

Description

This example is based on Progress Bar Example. Here we visualize the progress bar with the help of QT libraries.

Building

To build the C++ example provide a path to the Qt library files using the -DQT_ROOT_DIR=<path_to_qt_directory> switch.

Usage

Make sure you set PATH or LD_LIBRARY_PATH or DYLD_LIBRARY_PATH variables to Qt dynamic libraries.

Files

./examples/cxx/misc/progressindicatorgui/main.cxx

./examples/cxx/misc/progressindicatorgui/importdialog.hxx