mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #215] Models #246
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/215
Author: @sowelipililimute
Created: 8/3/2020
Status: 🔄 Open
Base:
develop← Head:work/cblack/qmodels📝 Commits (1)
a7daec0Models support📊 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.