aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Replace QmlSingleton attrib with QmlElement paramMiguel Costa6 days1-2/+1
| | | | | Change-Id: I575acc39fac5c12e07f0e4da3193ba94b337137a Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Add UserView exampleMiguel Costa2025-07-0218-0/+1041
| | | | | Change-Id: Ie77d0156c9e54be57547c160c3a2b2934ce050a8 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* RefactorMiguel Costa2025-06-2559-4475/+0
| | | | | | | | | | | | | | | | Includes: * Implement QDotNetNativeInterface: specialization of QDotNetInterface that wraps a pointer to native data. * Implement IQVariant: QDotNetNativeInterface that wraps a QVariant. * Implement IQModelIndex interface: QDotNetNativeInterface that wraps a QModelIndex. * Implement QDotNetAbstractListModel base class: allows extending QAbstractListModel in C#. * Add class QDotNetDelegate * Remove old examples Change-Id: I2eb21df29e1cf9379e14a64d5174eb934b5bf18a Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Add example projectsMiguel Costa2023-06-1259-0/+4475
Chronometer: * QML front-end to a .NET module with a well-defined "business logic". EmbeddedWindow: * WPF window containing an embedded QML view, which runs in-process. QtAzureIoT: * Integrating Qt and .NET in a non-Windows setting. Change-Id: I4dff485b95835a3d880fe03f110c46c457a419b3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>