Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Is there a qml api/documentation somewhere?

    QML and Qt Quick
    3
    3
    1570
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      ytbryan last edited by

      Hi, question as above.

      And how do I disable the visibility of a qml element?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • Q
        qgil last edited by

        A starting point for the QML technical documentation is http://doc.qt.nokia.com/4.7-snapshot/qml-intro.html

        You can set the property 'visible' of an item to false.
        http://doc.qt.nokia.com/4.7-snapshot/qml-item.html#visible-prop

        1 Reply Last reply Reply Quote 0
        • M
          mlong last edited by

          Alternately, you can set "opacity: 0"

          Software Engineer
          My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post