Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Anyone use Qml.Net to use QtQuick UI/controls with .Net Core?
Forum Updated to NodeBB v4.3 + New Features

Anyone use Qml.Net to use QtQuick UI/controls with .Net Core?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 3 Posters 325 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JuanBucz
    wrote on last edited by
    #1

    Hi:

    I'm a newbie here doing some prototyping to evaluate Qt Quick.

    Our back end is .Net Core (C#) based.
    I am looking for a platform independent front end and are considering QtQuick 2.

    I noticed there is a 3rd party open source library called Qml.Net which looks like it
    would play nicely with our .Net Core framework.

    Has anyone had any experience using this in a production environment?
    What did you find?

    It looks like it is built to work with QtQuick 2.
    This could be limiting to us as we would like to utilize TreeViews in our panels.
    Before I start digging into this, has anyone tried to use Qml.Net with QtQuick 1.x libraries?

    Any advice across these questions would be well appreciated.

    Thanks,
    JohnB

    1 Reply Last reply
    0
    • IntruderExcluderI Offline
      IntruderExcluderI Offline
      IntruderExcluder
      wrote on last edited by
      #2

      Using QtQuick.Controls 1.x doesn't means that you are using Quick 1. Quick 1 was a part of QML in Qt 4, while in Qt 5 it is Quick 2. Right now you can mix both Controls 1 and Controls 2, but keep in mind, that Controls 1 marked as deprecated.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        pauldotknopf
        wrote on last edited by
        #3

        I'm the author of Qml.Net.
        We use it in production at my workplace.
        It is strictly a QML integration, so it will work with QtQuick 1/2.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved