Skip to main content
aMoha.1
Associate
March 6, 2024
Question

Motor Pilot - How to develop customized GUI?

  • March 6, 2024
  • 3 replies
  • 1333 views

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!

    This topic has been closed for replies.

    3 replies

    Associate II
    April 25, 2024

    Giving kudos hoping this question gets answered.

    Pavel A.
    Super User
    April 25, 2024

     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.

     

    ST Employee
    April 26, 2024

    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