![]() |
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 619 of file qproperty.h.
Definition at line 2415 of file qproperty.cpp.
void QtPrivate::BindableWarnings::printUnsuitableBindableWarning | ( | QAnyStringView | prefix, |
BindableWarnings::Reason | reason ) |
Definition at line 2396 of file qproperty.cpp.
Referenced by QUntypedBindable::binding(), QUntypedBindable::observe(), QBindable< T >::setBinding(), and QUntypedBindable::setBinding().