标题:窗体之间交互弹窗和隐藏窗体的时候很慢
作者:jxgyzhang
日期:2015-06-01 16:42
内容:
编辑页面 qml代码
import QtQuick 2.0
import QtQuick.Controls 1.2
import QtQuick.Layouts 1.1
Rectangle {
width: 300
height: 300
Column {
anchors.top: parent.top
anchors.topMargin: 6
anchors.left: parent.left
anchors.leftMargin: 6
anchors.margins: 6
spacing: 10
Row {
spacing: 3
Button {
text: "挂单"
}
Button {
text: "结账"
}
Button {
text: "关闭"
}
}
Row {
spacing: 3
Label {
width: 70
  ..
#1 [yiyidaishui 06-01 17:20]
使用自定义的窗口吧再者Android上面打开确实很慢