2024-03-05 07:23 PM
The GUI from 'ST Motor Pilot' is to load some 'QML' files such as 'MC_FOC_SDK_2_Motors.qml'. My question is how to develop a customized GUI qml file?
Thank you!
2024-04-25 09:32 AM
Giving kudos hoping this question gets answered.
2024-04-25 02:31 PM
> some 'QML' files such as 'MC_FOC_SDK_2_Motors.qml'.
This likely is for Qt Framework . You can get the Qt tools and brew your own.
2024-04-26 12:55 AM
HI aMoha,
As Pavel A. already answer GUI for motrpilot are based on qml file from Qt framework.
MotorPilot is build with Qt 5.12 version.
You can use any widget available on this version of Qt to customize our UI
https://doc.qt.io/archives/qt-5.12/qmltypes.html
BRs