1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-15 12:35:51 +03:00
Pasukhin Dmitry 3d3a47a33a
Testing - Update samples C++ version (#606)
- Updating Qt project files to use C++17 standard instead of GNU++11
- Configuring Visual Studio project files to use C++17 language standard
- Setting CMake projects to require C++17 standard
2025-07-12 15:44:22 +01:00
..

Qt: Import/Export (C++|Qt Widgets)

OCCT includes several samples based on Qt application framework. These samples are available on all supported desktop platforms.

This Import Export programming sample contains 3D Viewer and Import / Export functionality. The sample could be found within OCCT repository in folder /samples/qt/IESample/.

@figure{samples_qt.png}