Skip to content

Qt for MCUs

Discussions and questions about Qt Quick Ultralite and using Qt on microcontrollers in general

146 Topics 456 Posts
  • Highlight property in Qt for MCU

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    A
    @Sachin_Og https://doc.qt.io/QtForMCUs/qml-qtquick-borderimage.html#border-prop so border.color property is missing. Can you raise a feature request for this from the Support Portal of your Qt Account? [image: b3b5785a-819b-46bd-aec1-7e6b30e1377d.jpeg]
  • Qt Ultra Lite : StackView Alternative

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    J.HilkJ
    @Sachin_Og IIRC https://doc.qt.io/QtForMCUs/qml-qtquick-controls-swipeview.html#interactive-prop set that to false
  • Which are the stm32 MCU's supporting Qt Development Platform?

    Unsolved
    2
    0 Votes
    2 Posts
    813 Views
    ylopesY
    You can find the list here: https://doc.qt.io/QtForMCUs/qtul-supported-platforms.html#supported-boards-from-st These are the ones with out-of-the box support, but other MCUs can be adapted as well.
  • Qt and STM32CubeIde code Integration

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    ylopesY
    There is an example in the Qt for MCUs SDK named "interrupt_handler". This should help you see how you can include sources from a STM32CubeIDE project. Integrating Qt for MCUs in a STMCube project might be possible today but I don't think it's straightforward and we don't have documentation for it. This is something we will be looking into in the near future, to support this kind of use case "out-of-the-box".
  • STM32F769 board, QML

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    S
    Thank you ylopes, it works. Yes I watched the video for 1.0 release and currently I am working on 1.2 version. I missed the documentation. Thanks for the link.