1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/samples/qt/Tutorial
Pasukhin Dmitry f41a5a91e4 Configuration, CMake - Flexible project root (#641)
- Replaces all `CMAKE_SOURCE_DIR` references with `OCCT_ROOT_DIR` across CMake files
- Updates build templates to use the new root directory variable
- Modifies environment variable configurations to use the flexible root path
2025-07-24 09:49:19 +01:00
..
2012-03-05 19:23:40 +04:00

Qt: Bottle Tutorial (C++|Qt Widgets)

The Qt programming tutorial teaches how to use Open CASCADE Technology services to model a 3D object. The purpose of the tutorial is not to explain all OCCT classes but to help start thinking in terms of the Open CASCADE Technology.

This tutorial assumes that the user has experience in using and setting up C++. From the viewpoint of programming, Open CASCADE Technology is designed to enhance user's C++ tools with high performance modeling classes, methods and functions. The combination of these resources allows creating substantial applications.

See also: @ref occt__tutorial "OCCT Tutorial"