ddobrev / QtSharp

Mono/.NET bindings for Qt
Other
571 stars 52 forks source link

qmlRegisterType from c# #56

Open tezine opened 7 years ago

tezine commented 7 years ago

Hi, QtSharp seems great! I wonder if it's possible to invoke qmlRegisterType from c# or if there is any other way to use c# from qml? Regards, Bruno

ddobrev commented 7 years ago

Hello @tezine . Thank you for your kind words. QML support for C# will be developed over the summer - http://www.mono-project.com/community/google-summer-of-code/projects/#cppsharp--continue-mononet-bindings-for-qt . It should be ready by the end of August.

tezine commented 7 years ago

That's great news! Qt quick integrated wih c# would be awesome!!

pauldotknopf commented 6 years ago

If you need Qml integration, I am working on a project that does exactly this. I'd consider it usable for production.

https://github.com/pauldotknopf/net-core-qml

ddobrev commented 6 years ago

@pauldotknopf this is great! I have been a little busy in the last few months so Qt#'s been on hold but after I resume it and complete a few long-standing tasks, I'll definitely check your work out!