Explicitly creates a focus scope 更多...
| import 语句: | import QtQuick 2.7 |
| 继承: | Item |
| 继承者: | GroupBox , ScrollView , StackView , StatusBar , TabView ,和 ToolBar |
Focus scopes assist in keyboard focus handling when building reusable QML components. All the details are covered in the keyboard focus documentation .
另请参阅 Qt Quick 范例 - 键交互 .