Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to create an application where the user can define a 2D geometry by mouse. nothing fancy as of now. a very good example is something similar GMSH software. Can this all be done using qt alone?
Hi and welcome to devnet,
From the looks of your UI, I would say yes.
Thanks, even if it's 3d geometry? do I need to use opengl?
If depends on how you want to represent it. Qt3D could also be a solution.