ESP32_upper/Main.qml

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
}
}