Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickTemplatesUtils Namespace Reference

Functions

bool isInteractiveControlType (const QQuickItem *item)

Function Documentation

◆ isInteractiveControlType()

bool QQuickTemplatesUtils::isInteractiveControlType ( const QQuickItem * item)

Returns true if item is a QQuickControl or similar interactive type that should be a QQuickControl-subclass but cannot due to existing inheritance; e.g. QQuickTextField or QQuickTextArea.

QQuickPopup is not considered a controls type for this function due to the original use cases that resulted in this being factored out.

QQuickLabel is not interactive.

Definition at line 27 of file qquicktemplatesutils.cpp.

Referenced by findActiveFocusControl().

Here is the caller graph for this function: