A simple todo app written using Qml.Net.
- Clone this repo
- Open
TodoApp.sln
- Set
TodoApp.FrontEnd
as startup project - Hit F5
Project that provides a user interface. Containing controllers and views (written in QML).
Responsible for maintaining and communicating with the Sqlite database for storage.
Containing all logic.
- Qml.Net - Qt/QML integration/support for .NET
- Qml.Net.Examples - Example projects for Qml.Net
- Qml.Net.Chat - Simple client-server chat application written with SignalR Core and Qml.Net