Thread: About c++,Qt,Qml,Qwidgets,broken morale

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    s/from though,/from thought,/

    That reads... weird.

    Soma

  2. #2
    Registered User
    Join Date
    Feb 2012
    Posts
    29
    I still think they could give a nice equivalent of Qml Ui's advanced capabilities for C++ too,instead of reinforcing Qml...

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Quote Originally Posted by Awareness View Post
    I still think they could give a nice equivalent of Qml Ui's advanced capabilities for C++ too,instead of reinforcing Qml...
    they do. from what I've seen, Qml is mostly used to draw the UI. yes, it has some basic event handling and scripting functionality, but it's mostly about drawing the UI outside C++ code, so that an interface can be designed and loaded at runtime without a recompile. basically, you would use the painting and event classes from the Qt GUI Module to do all the stuff that qml/quick does, at least with respect to drawing controls and handling events. that said, you can still load qml objects from C++ code, and use the C++ code as the backend event handlers and other such logic.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is my C++ compiler broken?
    By @nthony in forum C++ Programming
    Replies: 57
    Last Post: 10-12-2008, 02:50 PM
  2. This CD Drive is broken?
    By alphaoide in forum Tech Board
    Replies: 3
    Last Post: 06-04-2005, 02:59 PM
  3. Rep Broken?
    By B0bDole in forum A Brief History of Cprogramming.com
    Replies: 27
    Last Post: 02-04-2005, 07:00 AM
  4. Broken While Loop
    By GamingMarvel in forum C++ Programming
    Replies: 6
    Last Post: 01-10-2005, 12:46 PM
  5. How is a C++ Program broken down?
    By Fool in forum C++ Programming
    Replies: 14
    Last Post: 09-29-2001, 09:27 PM