14 lines
267 B
QML
14 lines
267 B
QML
pragma Singleton
|
|
|
|
import QtQuick
|
|
import QtQuick.Controls
|
|
import FluentUI.Controls
|
|
import FluentUI.impl
|
|
|
|
QtObject {
|
|
id: control
|
|
property var starter
|
|
property int displayMode: NavigationViewType.Auto
|
|
property int windowEffect: WindowEffectType.Normal
|
|
}
|