mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-02 19:27:38 +08:00
update
This commit is contained in:
parent
cf2657078b
commit
6a19b47508
@ -198,5 +198,6 @@
|
|||||||
<file>qml/chart/T_PolarAreaChart.qml</file>
|
<file>qml/chart/T_PolarAreaChart.qml</file>
|
||||||
<file>res/image/ic_crash.png</file>
|
<file>res/image/ic_crash.png</file>
|
||||||
<file>qml/window/CrashWindow.qml</file>
|
<file>qml/window/CrashWindow.qml</file>
|
||||||
|
<file>qml/page/T_SplitLayout.qml</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -227,6 +227,12 @@ FluObject{
|
|||||||
url:"qrc:/example/qml/page/T_StaggeredLayout.qml"
|
url:"qrc:/example/qml/page/T_StaggeredLayout.qml"
|
||||||
onTap:{ navigationView.push(url) }
|
onTap:{ navigationView.push(url) }
|
||||||
}
|
}
|
||||||
|
FluPaneItem{
|
||||||
|
title:"SplitLayout"
|
||||||
|
menuDelegate: paneItemMenu
|
||||||
|
url:"qrc:/example/qml/page/T_SplitLayout.qml"
|
||||||
|
onTap:{ navigationView.push(url) }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
FluPaneItemExpander{
|
FluPaneItemExpander{
|
||||||
|
12
example/qml-Qt6/page/T_SplitLayout.qml
Normal file
12
example/qml-Qt6/page/T_SplitLayout.qml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
import QtQuick
|
||||||
|
import QtQuick.Layouts
|
||||||
|
import QtQuick.Window
|
||||||
|
import QtQuick.Controls
|
||||||
|
import FluentUI
|
||||||
|
import "../component"
|
||||||
|
|
||||||
|
FluContentPage{
|
||||||
|
|
||||||
|
title:"SplitLayout"
|
||||||
|
|
||||||
|
}
|
@ -227,6 +227,12 @@ FluObject{
|
|||||||
url:"qrc:/example/qml/page/T_StaggeredLayout.qml"
|
url:"qrc:/example/qml/page/T_StaggeredLayout.qml"
|
||||||
onTap:{ navigationView.push(url) }
|
onTap:{ navigationView.push(url) }
|
||||||
}
|
}
|
||||||
|
FluPaneItem{
|
||||||
|
title:"SplitLayout"
|
||||||
|
menuDelegate: paneItemMenu
|
||||||
|
url:"qrc:/example/qml/page/T_SplitLayout.qml"
|
||||||
|
onTap:{ navigationView.push(url) }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
FluPaneItemExpander{
|
FluPaneItemExpander{
|
||||||
|
12
example/qml/page/T_SplitLayout.qml
Normal file
12
example/qml/page/T_SplitLayout.qml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
import QtQuick 2.15
|
||||||
|
import QtQuick.Layouts 1.15
|
||||||
|
import QtQuick.Window 2.15
|
||||||
|
import QtQuick.Controls 2.15
|
||||||
|
import FluentUI 1.0
|
||||||
|
import "../component"
|
||||||
|
|
||||||
|
FluContentPage{
|
||||||
|
|
||||||
|
title:"SplitLayout"
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user