Results 1 to 3 of 3

Thread: Is it possible to access Qt Quick using C++?

  1. #1
    Awareness Guest

    Default Is it possible to access Qt Quick using C++?

    I saw Qt Quick C++ classes,in the "Help" it says: "The Qt Quick module provides classes for embedding Qt Quick in Qt/C++ applications"
    I've read that page but I couldn't understand much,is it something that allow us to access Qt Quick using C++ (without using Qml)?Or is it possible with another method?

  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 it possible to access Qt Quick using C++?

    Most QtQuick item classes are not exported, i.e. their headers are marked as private and not part of Qt's public API.

    Once they have been instantiated by the QML engine, they can of course be treated like any other QObject derived instance.

    Cheers,
    _

  3. The following user says thank you to anda_skoa for this useful post:


  4. #3
    Awareness Guest

    Default Re: Is it possible to access Qt Quick using C++?

    Thanks for your answer.

Similar Threads

  1. Is there a C++ alternative to QML/Qt Quick?
    By Awareness in forum Newbie
    Replies: 6
    Last Post: 30th April 2013, 23:57
  2. qt quick using c++ for the logic
    By fearu in forum Qt Quick
    Replies: 9
    Last Post: 17th January 2013, 11:34
  3. Do you regularly use Qt Quick?
    By ErrMania in forum Qt Quick
    Replies: 1
    Last Post: 2nd January 2012, 10:50
  4. Qt Quick QML
    By Brandon_R in forum Qt Quick
    Replies: 1
    Last Post: 17th August 2011, 18:21
  5. Quick application (Qa)
    By tilsitt in forum Qt-based Software
    Replies: 1
    Last Post: 7th April 2011, 13:45

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
  •  
Qt is a trademark of The Qt Company.