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. [Solved]Can someone help to choose the way to develop a new application
Forum Updated to NodeBB v4.3 + New Features

[Solved]Can someone help to choose the way to develop a new application

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 816 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.
  • A Offline
    A Offline
    Abin
    wrote on 26 Apr 2014, 12:40 last edited by
    #1

    Hi,

    I am in the beginning of a new application, which is meant for billing.

    Since I am in a beginner stage in development with Qt, and not known many things within Qt, I'm confused on the way to develop the application.

    The application will have UI with lots of components and tasks like accessing db, printer etc... The application also targets desktop as well as android.

    Should I go with native C++ widget based application which I am familiar with.
    Or should I go with Qt Quick application, where many UI features I'll get for android...

    I'm afraid if I can attain the UI completely with Qt Quick...

    It would be helpful if someone suggests the way to start ...

    1 Reply Last reply
    0
    • E Offline
      E Offline
      Eddy
      wrote on 26 Apr 2014, 12:56 last edited by
      #2

      Have a look at the "qt quick controls overview":http://qt-project.org/doc/qt-5/qtquickcontrols-overview.html

      There you can see if all the components you need are available.

      If you want to go mobile, i would recommend QML since widgets doesn't look well there.

      It's possible to use your C++ code and use it in your QML interface.

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Abin
        wrote on 26 Apr 2014, 13:00 last edited by
        #3

        Thanks for the link Eddy...

        1 Reply Last reply
        0
        • O Offline
          O Offline
          overtime
          wrote on 26 Apr 2014, 18:12 last edited by
          #4

          Don't forget to put SOLVED in your title :)

          1 Reply Last reply
          0

          1/4

          26 Apr 2014, 12:40

          • Login

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