Results 1 to 4 of 4

Thread: Access QML enumeration from C++

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    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: Access QML enumeration from C++

    Everything in QML, aside from its keywords and primitive types, comes from C++.

    So any enum value must have been exported from C++.

    Since Qt has alignment flags in its C++ API, it was a logical conclusion that these would be the same values that got exported to QML.

    Cheers,
    _

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

    sedi (20th April 2016)

Similar Threads

  1. Access USB from Qt???
    By webquinty in forum Qt Programming
    Replies: 5
    Last Post: 6th June 2011, 08:40
  2. Can't access dll
    By waynew in forum Newbie
    Replies: 4
    Last Post: 15th November 2010, 13:06
  3. web access
    By ashwinibm in forum Newbie
    Replies: 1
    Last Post: 15th January 2010, 10:27
  4. Replies: 1
    Last Post: 13th September 2006, 12:14
  5. Replies: 7
    Last Post: 3rd February 2006, 10:20

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.