ESP32_upper/Main.qml
impressionyang 2fdeecfb0a style💄: 更新页面内容
feat: 添加其他页面,但是没有添加功能
file📦: 添加APP图标
2024-11-28 19:11:59 +08:00

18 lines
270 B
QML

import QtQuick
import QtQuick.Window
import ESP32_upper 1.0
Window {
width: 1300
height: 750
visible: true
title: qsTr("ESP32上位机")
minimumHeight: 600
minimumWidth: 800
// color: "green"
MainPage {
id: id_home_page
}
}