Qt Mobility Reference Documentation

QML FileEffect Element

The FileEffect element represents feedback data stored in a file. More...

Inherits FeedbackEffect

  • List of all members, including inherited members
  • Properties

    Detailed Description

    This element is part of the QtMobility.feedback 1.1 module.

         FileEffect {
             id: myFileEffect
             loaded: false
             source: "file:///myfile.ivs"
         }
    
         MouseArea {
             onClicked: myFileEffect.play();
         }

    See also HapticsEffect and QFeedbackActuator.

    Property Documentation

    loaded : bool

    This property is true if this feedback effect is loaded.


    paused : bool

    This property is true if this feedback effect is paused.


    running : bool

    This property is true if this feedback effect is running.


    source : url

    This property stores the url for the feedback data.


    X

    Thank you for giving your feedback.

    Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.