Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.75 KB

File metadata and controls

33 lines (22 loc) · 1.75 KB

Slint MCU C++ Template for STM32H735G-DK boards

A template for a C++ application running on an STM32H735G-DK Discovery kit that's using Slint for the user interface, CMake for the build system.

About

This template helps you get started developing a C++ application with Slint as toolkit for the user interface. It demonstrates the integration between the .slint UI markup and C++ code, how to trigger react to callbacks, get and set properties and use basic widgets.

Prerequisites

In order to use this template and build a C++ application, you need to install a few tools:

Usage

  1. Open this folder with VS code.
  2. Configure the project either via "CMake: Select Configure Preset" from the command palette or the CMake extension panel.
  3. Build, Flash to Device, and debug by hitting F5 or running the CMake: Debug command from the command palette.

Next Steps

We hope that this template helps you get started and you enjoy exploring making user interfaces with Slint. To learn more about the Slint APIs and the .slint markup language check out our online documentation.

Don't forget to edit this README to replace it by yours.