Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1856

Writable QML plugin properties marked as read-only

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 1.2.0
    • Documentation
    • None
    • Ubuntu Oneiric 11.10 32bit

      In the declarative plugins, properties are marked as read-only even when they are clearly not, for example

      http://doc.qt.nokia.com/qtmobility-1.2/qml-deviceinfo.html

      explicitly says

      "Note: To use notification signals, you need to set the monitor* properties to true"

      and has on the same page listed all monitor* properties as read-only in the detailed description. The source also suggests it's a writable property, for example

      Q_PROPERTY(bool monitorBatteryLevelChanges READ monitorBatteryLevelChanges WRITE startBatteryLevelChanged)

      I see similar bug-reports like QTBUG-20739 but those seem to be for components or things based on QML whereas the underlying classes here are pure C++

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            pyard Peter Yard (closed Nokia identity) (Inactive)
            achipa Attila Csipa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes