aboutsummaryrefslogtreecommitdiffstats
path: root/include/qdotnetdelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Add default ctor to QDotNetDelegateMiguel Costa2025-08-071-0/+2
| | | | | Change-Id: Iaa8be876b667d8c7f300dca8ee3c2bd24ac349d7 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* RefactorMiguel Costa2025-06-251-0/+37
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>