How to create a button in Qt 3D Studio
Unsolved
General and Desktop
-
I am developing a project in qt 3d studio and I am having the following problem. My aim is to create a button in 3D Studio which when it is clicked it calls a function already defined in qml which depends on a custom qml class made in C++.
I know how to find the element in 3D Studio from my qml file, but once I find it I don't know how to manipulate it.
Does anyone know how to call that element and give it button function?