Skip to content
Basic qt5 opencascade widget without using plataform specific WNT_Window or Xw_Window
Branch: master
Clone or download
Latest commit 79c2429 Apr 10, 2016
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
README.md Update README.md Apr 10, 2016
basicOccWidget.pro First commit ever Apr 10, 2016
main.cpp First commit ever Apr 10, 2016
mainwindow.cpp First commit ever Apr 10, 2016
mainwindow.h
mainwindow.ui
occtwindow.cpp First commit ever Apr 10, 2016
occtwindow.h First commit ever Apr 10, 2016
occview.cpp First commit ever Apr 10, 2016
occview.h First commit ever Apr 10, 2016

README.md

basicOccWidget

Basic qt5 opencascade widget without using plataform specific WNT_Window or Xw_Window

This example show how to render a basic 3D View using opencascade and qt, without a specific Window manager, to work propertly with Qt5.

This example is based on qt examples of occt git repository (http://git.dev.opencascade.org/gitweb/?p=occt.git;a=summary)

To compile

$ cd basicOccWidget
$ mkdir build && cd build
$ qmake ../
$ make

You can’t perform that action at this time.