qml通过stacklayout实现页面切换
摘要:
```xml import QtQuick 2.6 import QtQuick.Window 2.2 import QtQuick.Layouts 1.12 import QtQuick.Controls 2.12 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") StackLayout { id: 阅读全文
posted @ 2019-12-18 08:55 小弧光 阅读(1635) 评论(0) 推荐(0) 编辑