Uploaded image for project: 'Qt Safe Renderer'
  1. Qt Safe Renderer
  2. QSR-1796

Visible property missing from the safe QML types' documentation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • QSR 2.0, QSR 2.1
    • Documentation
    • None

    Description

      It seems that the latest documentation snapshot versions are missing the visible property description.

      There is such a property in the example code:

      states: [
                  State {
                      name: "ON"
                      PropertyChanges {
                          target: iconBattery
                          visible: true
                      }
                  },
                  State {
                      name: "OFF"
                      PropertyChanges {
                          target: iconBattery
                          visible: false
                      }
                  }
              ]
      

      But no such property description is found from the documentation:

      https://doc-snapshots.qt.io/qtsaferenderer/qt-saferenderer-qmlmodule.html

       

       

       

      Attachments

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

        Activity

          People

            tarjasundqvist Tarja Sundqvist
            assaarel Asmo Saarela (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes