Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QWidget / QML for a Vulkan application ? What to use ?
Forum Updated to NodeBB v4.3 + New Features

QWidget / QML for a Vulkan application ? What to use ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 223 Views 2 Watching
  • 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.
  • R Offline
    R Offline
    rXpSwiss
    wrote on 30 Aug 2019, 12:52 last edited by
    #1

    Hello,

    I am a bit lost on the UI part of things : it's been some years but the last time I used QT for a sizable project the whole UI was made with QWidget (directly in C++).

    I know that now there is QTQuick and QML and I don't mind at all learning it if it means a better, more flexible UI that is separated from the C++ code. But I don't know if it suits my needs.
    I am looking into making a software that will have a heavy UI but also needs to support 3D with Vulkan, I know QT can handle both but I don't know how both can work together and how QML actually work.

    QML looks more advanced than any other descriptive UI language (android, javafx or html) but I'm not sure what should be done in QML and what should/can be done in the C++ part of the project.

    Any advice on the UI part ? Should I definitively go with QML or... something else ?

    Best regards,

    rXp

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 31 Aug 2019, 18:57 last edited by
      #2

      Hi,

      Well it depends a bit on what you are going to implement.

      Can you give more details ?

      As for Vulkan, there have been several blog post recently on the Qt website, this should give you some ideas about what you can achieve with it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      1/2

      30 Aug 2019, 12:52

      • Login

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