Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1921

The QQmlContext::setContextProperties method is not available

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P4: Low P4: Low
    • None
    • 6.2.3
    • PySide
    • None
    • All
    • dee66cc79c (pyside/pyside-setup/dev) 8aeab29c8c (pyside/pyside-setup/6.3) 8aeab29c8c (pyside/pyside-setup/wip/6.3_pypy) 8aeab29c8c (pyside/tqtc-pyside-setup/6.3) dee66cc79c (pyside/tqtc-pyside-setup/dev)

      The QQmlContext::setContextProperties method is not available.

      Demo: 

      Python 3.10.4 (main, Mar 23 2022, 23:05:40) [GCC 11.2.0] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> from PySide6.QtQml import QQmlContext
      >>> "setContextProperties" in dir(QQmlContext)
      False
      
        struct PropertyPair { QString name; QVariant value; };
       void setContextProperties(const QList<PropertyPair> &properties);
      

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

            kleint Friedemann Kleint
            eyllanesc Edwin Christian Yllanes Cucho
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes