Results 1 to 3 of 3

Thread: Is there any good reason to continue using Qt Widgets in a new project?

  1. #1
    Join Date
    Jun 2009
    Posts
    74
    Thanks
    23
    Thanked 2 Times in 2 Posts

    Question Is there any good reason to continue using Qt Widgets in a new project?



    From the document of QT, it seems that QML has all the advantages except Standard industry widgets. So should we continue using QT widget? especially in a new project? Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is there any good reason to continue using Qt Widgets in a new project?

    QML is a non-UI technology, you probably mean QtQuick.

    If you want to use QtQuick or QtWidgets or any other UI technology depends on your needs.

    QtWidgets is great for standard "desktop" interfaces, has integration into the platform's look&feel, has very good tooling and can render on basically and GPU there is.

    QtQuick is great for dynamic highly customized and dynamic UIs, has good touch integration, still quite limited tooling and needs a GPU with accelerate 3D rendering capabilities.

    Cheers,
    _

  3. The following 2 users say thank you to anda_skoa for this useful post:

    fecub (28th September 2014), hashb (27th September 2014)

  4. #3
    Join Date
    Jun 2009
    Posts
    74
    Thanks
    23
    Thanked 2 Times in 2 Posts

    Default Re: Is there any good reason to continue using Qt Widgets in a new project?

    Thanks a lot!

Similar Threads

  1. Replies: 10
    Last Post: 2nd April 2013, 16:39
  2. Continue developing Qt in RIM!
    By vladi in forum Jobs
    Replies: 1
    Last Post: 6th August 2012, 12:42
  3. 'Continue' in games help!
    By bmn in forum Newbie
    Replies: 3
    Last Post: 17th August 2011, 22:55
  4. How to wait 2 seconds before continue
    By raphaelf in forum Newbie
    Replies: 3
    Last Post: 25th June 2008, 14:36
  5. Synchronous Http (Good reason)
    By umbrella in forum Qt Programming
    Replies: 5
    Last Post: 4th April 2008, 14:14

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.