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. Question about setting up desktop application
QtWS25 Last Chance

Question about setting up desktop application

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 601 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.
  • H Offline
    H Offline
    hbrock
    wrote on last edited by
    #1

    For a desktop application would it be best to use QML for the UI and to just use C++ for the application code? I'm coming from an Win32/MFC background.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arsinte_andrei
      wrote on last edited by
      #2

      depending on your needs. please note that widgets are giving you a better support and complexity then the qml and also you have more support for it. also in qml you do not have a combobox and other stuff witch for me personally - I use them a lot in a desktop application - like a QTreeView, QTableView and so on. is up to your needs and what you want to archive at the end. any way QML will grow hopefully.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Little correction, these (not all them but most) components exists for QML, it's call "QtQuick Controls":http://qt-project.org/doc/qt-5/qtquickcontrols-index.html

        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
        0

        • Login

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