qmlnet icon indicating copy to clipboard operation
qmlnet copied to clipboard

Qml.Net - Qt/QML integration/support for .NET

Results 53 qmlnet issues
Sort by recently updated
recently updated
newest added

Using .NET 6.0.302: ``` An unhandled exception of type 'System.Exception' occurred in Qml.Net.dll: 'Couldn't ready block' at Qml.Net.Runtimes.Tar.ReadHeader(Stream stream) at Qml.Net.Runtimes.Tar.ExtractTarFromGzipStream(Stream stream, String destinationDirectory) at Qml.Net.Runtimes.RuntimeManager.GetUrlStream(String url, Action`1 action) at...

Let me say this. This project works great for my needs. I use it in production, and will likely use it for more projects going forward. There are many people...

question

This has been some very nice work so far on a Qt/QML binding for .NET Core. I'm trying to get an OpenGL context rendering inside of a QML.Net app. I...

help wanted
todo

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

[Qt 5.13](https://www.qt.io/qt5-13) is out and supports `SplitView` in Qt Quick 2 again - a really handy component!

Preface: I am a KDE developer, so obviously I'm biased about the awesomeness of KDE :) I think it would be pretty neat for this project to come join KDE....

qmake qmlnet_native/QmlNet/QmlNet.pro produced libQmlNet.so libQmlNet.so copy to publish root@NanoPi2:/opt/armapp_qmlnet# dotnet QmlDoNet.dll Hello World! System.TypeInitializationException: The type initializer for 'Qml.Net.Internal.Interop' threw an exception. ---> System.Exception: Symbol could not be loaded: /opt/armapp_qmlnet/libQmlNet.so:...

Just a heads up, Qt just released the Qt Design Studio 1.6, which is available as a gratis community edition since 1.3. I was not very well aware about this,...

If Qt can run on arm (for example a Raspberry Pi) should we support it? Would performance be reasonable enough? Was publishing my app with `dotnet publish -r linux-arm` and...

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.