import QtQuick import QtQuick.Layouts import QtQuick.Controls import FluentUI.Controls import FluentUI.impl import Gallery import "../component" MyFramelessWindow { property var argument id: window showAppBar: false title: "搜索周边" fitsAppBarWindows: true appBar: Item{} width: 600 height: 400 fixSize: true visible: true launchMode: WindowType.SingleInstance windowEffect: Global.windowEffect initialItem: R.resolvedUrl("res/qml/screen/SearchNearScreen.qml") }