[PR #215] Models #246

Open
opened 2026-05-05 11:21:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/215
Author: @sowelipililimute
Created: 8/3/2020
Status: 🔄 Open

Base: developHead: work/cblack/qmodels


📝 Commits (1)

📊 Changes

5 files changed (+622 additions, -1 deletions)

View changed files

📝 src/net/Qml.Net/Internal/Interop.cs (+7 -1)
src/net/Qml.Net/QAbstractItemModel.cs (+418 -0)
src/net/Qml.Net/QAbstractListModel.cs (+14 -0)
src/net/Qml.Net/QMimeData.cs (+112 -0)
src/net/Qml.Net/QModelIndex.cs (+71 -0)

📄 Description

This PR implements the minimum recommended APIs necessary to implement read-only models in C# that can interop with QML, handling 90% of usecases for models.

Depends on qmlnet/qmlnet-native#1.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/215 **Author:** [@sowelipililimute](https://github.com/sowelipililimute) **Created:** 8/3/2020 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `work/cblack/qmodels` --- ### 📝 Commits (1) - [`a7daec0`](https://github.com/qmlnet/qmlnet/commit/a7daec0939d3864b9dd54ca692b4e2f7a4d5cddd) Models support ### 📊 Changes **5 files changed** (+622 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/net/Qml.Net/Internal/Interop.cs` (+7 -1) ➕ `src/net/Qml.Net/QAbstractItemModel.cs` (+418 -0) ➕ `src/net/Qml.Net/QAbstractListModel.cs` (+14 -0) ➕ `src/net/Qml.Net/QMimeData.cs` (+112 -0) ➕ `src/net/Qml.Net/QModelIndex.cs` (+71 -0) </details> ### 📄 Description This PR implements the minimum recommended APIs necessary to implement read-only models in C# that can interop with QML, handling 90% of usecases for models. Depends on qmlnet/qmlnet-native#1. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 11:21:33 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#246
No description provided.