Results 1 to 6 of 6

Thread: Using QVideoProbe from QML

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: Using QVideoProbe from QML

    A class can not be a subclass of to QObject derived classes.
    My guess is that those two are visual QtQuick components, i.e. they appear visually in the QML scene. In which case they need to derive from QDeclarativeItem.

    I don't know any details about their implementation but it is likely that they hold pointers to the non-UI classes, very likely indirectly through a d-pointer.

    Cheers,
    _

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

    Scorp2us (7th February 2014)

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.