Janet Blackquill

Results 36 comments of Janet Blackquill

ping, i would really like to see this awesome project move under KDE's umbrella :)

Ping?

qmlnet/qmlnet-native#2.

looks like this builds now

> How does this change the API of working with models? This exposes the usual slew of Qt model classes, which allows them to be used from C#. I would...

> I've been using those for a decade so I'm pretty familiar, but there is no documentation here - add examples how it would look? doc comments added

I'd be interested in helping tackle this issue; though I'm not too familiar with how the bindings are structured. What would I need to be poking?

Models are Qt's bread and butter for data; what you can do without them is severely handicapped. Models provide a ton of stuff that you'd have to implement yourself otherwise,...

From what I can tell, you'd need to make a C API for the QModelIndex, QMimeData, QAbstractItemModel, QAbstractProxyModel, and the QAbstractListModel/QAbstractTreeModel classes, then you'd need to make C# classes that...

Is the `BaseDisposable` type responsible for just memory management or does it handle passing the wrapped C++ type to the QML engine as well? Haven't really found what causes C#...