This commit is contained in:
朱子楚\zhuzi 2024-03-29 00:51:55 +08:00
parent b7fde5f79c
commit 5fd934b5f5
3 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import QtQuick.Controls 2.15
import FluentUI 1.0 import FluentUI 1.0
QtObject { QtObject {
property string key
property int _idx property int _idx
property bool visible: true property bool visible: true
property var parent property var parent

View File

@ -3,7 +3,7 @@ import QtQuick.Controls
import FluentUI import FluentUI
QtObject { QtObject {
readonly property string key : FluTools.uuid() property string key
property int _idx property int _idx
property var _ext property var _ext
property var _parent property var _parent

View File

@ -1,5 +1,6 @@
import QtQuick import QtQuick
import QtQuick.Controls import QtQuick.Controls
import QtQuick.Controls.Basic
import FluentUI import FluentUI
Page { Page {