This project demonstrates the integration of the Slint UI framework with a Qt-based C++ application. It showcases how to use Slint for building modern, declarative user interfaces while leveraging the power of Qt for application logic.
The purpose of this project is to provide a working example of how to:
- Integrate Slint into a Qt application.
- Use Slint's declarative syntax to define UI components.
- Handle interactions between Slint UI and C++ backend logic.
- Clone this repository.
- Ensure you have CMake, Qt, and a C++ compiler installed.
- Build the project using CMake.
- Run the application to see the Slint UI in action.