Mon, 09/19/2016 - 13:03
Forums:
Hello,
i'm developing a Windows desktop application and I'd like to write UI with Qt5/Qml.
Unfortunately, the only example provided by OpenCascade with Qt is for an Android app.
I'm sure that is possible, because I think that CAD Assistant is developed with Qt5/Qml.
Can someone provide an example to render an occ viewer in a qml window?
Mon, 09/19/2016 - 13:39
hi Davide,
Take a look at {YOUR_OCC_ROOT}/src/samples/qt/AndroidQt.
I've been working with QML & OCC myself now for about a year, its lots of fun ;)
-jelle
Mon, 09/19/2016 - 15:52
Hi,
I already study AndroidQt example, but it is not useful for me because it use EGL.
You have any advice on how to modify the function "initViewer" to initialize context for a Windows Desktop application with QML UI?
Thanks
Mon, 04/24/2017 - 10:38
Hello, everyone!
I've made a project based on AndroidQt example and this repository: https://github.com/KDAB/integrating-qq2-with-opengl
Here is the link:
https://github.com/ShabalinAnton/opencascade_qml
Mon, 04/24/2017 - 12:26
Very good job, a very nice example :)
Tue, 01/31/2017 - 14:30
Hi,
Anyone know how to implement part document ( containing single solid ) and assembly document
containing multiple parts.