cancel
Showing results for 
Search instead for 
Did you mean: 

Motor Pilot - How to develop customized GUI?

aMoha.1
Associate II

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!

3 REPLIES 3
ccut93
Associate III

Giving kudos hoping this question gets answered.

Pavel A.
Evangelist III

 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.

 

LHOUE
ST Employee

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

 

If you agree with my answer, please accept it by clicking on 'Accept as solution'.