FocusScope QML Type

Explicitly creates a focus scope 更多...

Import Statement: import QtQuick 2.7
基类:

Item

详细描述

Focus scopes assist in keyboard focus handling when building reusable QML components. All the details are covered in the keyboard focus documentation.

参见 Qt Quick Examples - Key Interaction.