main
zhuzihcu 2023-03-08 14:00:21 +08:00
parent 54f6a8c37d
commit 3c3ed49df8
6 changed files with 24 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## 简介
QML插件
这是一个漂亮的Fluent组件库使用QML插件开发的
## status
| [Windows][win-link]| [Ubuntu][ubuntu-link]|[MacOS][macos-link]|
@ -46,3 +46,25 @@ QML插件
|FluTooltip|tooltip提示框||
|FluTreeView|树控件||
|FluTheme|主题设置|支持主题颜色切换,夜间模式|
# 部分效果预览
## 主页
![](doc/preview/main.png)
## 主题颜色切换、夜间模式
![](doc/preview/theme.png)
## FluTreeView树组件
![](doc/preview/treeview.png)
## Toast组件
![](doc/preview/infobar.png)
## Rectangle组件
![](doc/preview/rectangle.png)

BIN
doc/preview/infobar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
doc/preview/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

BIN
doc/preview/rectangle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 KiB

BIN
doc/preview/theme.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
doc/preview/treeview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB