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
Forum Updated to NodeBB v4.3 + New Features

Question about setting up desktop application

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 621 Views 1 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.
  • H Offline
    H Offline
    hbrock
    wrote on 30 Aug 2014, 16:56 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 30 Aug 2014, 21:19 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
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 30 Aug 2014, 21:51 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

        3/3

        30 Aug 2014, 21:51

        • Login

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