![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Enumerations | |
| enum | Reason { InvalidInterface , NonBindableInterface , ReadOnlyInterface } |
Functions | |
| void | printUnsuitableBindableWarning (QAnyStringView prefix, BindableWarnings::Reason reason) |
| void | printMetaTypeMismatch (QMetaType actual, QMetaType expected) |
| Enumerator | |
|---|---|
| InvalidInterface | |
| NonBindableInterface | |
| ReadOnlyInterface | |
Definition at line 669 of file qproperty.h.
Definition at line 2484 of file qproperty.cpp.
| void QtPrivate::BindableWarnings::printUnsuitableBindableWarning | ( | QAnyStringView | prefix, |
| BindableWarnings::Reason | reason ) |
Definition at line 2465 of file qproperty.cpp.
Referenced by QUntypedBindable::binding(), QUntypedBindable::observe(), QBindable< T >::setBinding(), and QUntypedBindable::setBinding().