how to call windows 10 calculator in qml?
Unsolved
QML and Qt Quick
-
I want to call windows 10 calculator when click a button in qml, how to do that? thanks
-
@Peter321123 I guess by "call" you mean "execute"?
I don't think you can do that in QML, you will need some C++ code using https://doc.qt.io/qt-5/qprocess.html -
I got it, thanks