FluentUI icon indicating copy to clipboard operation
FluentUI copied to clipboard

FluentUI for QML

Results 100 FluentUI issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/zhuzichu520/FluentUI/assets/83863749/4e5c9eac-b580-4b49-a771-2d66406f294b)

拖拽了几次 qml进去,热加载就崩溃了

## 环境 系统:ubuntu22.04 qt:5.15.2 qtcreator:11.0.0 FluentUI分支:main(拉取时间2023-11-1) ## 描述 build已经成功了,但是在运行的时候报如下错误: ![image](https://github.com/zhuzichu520/FluentUI/assets/30337952/5722f725-6efc-412f-a95f-d1d04a5a08ee)

可否控制某些页面离开时销毁,某些页面只初始化一次,使用pageMode和launchMode可以完成这种功能吗?而不是设置了销毁就统一销毁,设置了只初始化一次就只初始化一次?

交叉编译生成example可执行程序后,放到32位arm环境中运行程序,报错: ```html # ./example -platform linuxfb QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Our global IPC...

可以在里边加一个条件判断 opacity:parent.enabled ? 1:0.5

fluwindow设置visible:true后会在屏幕边上短暂显示一下后再显示到屏幕中央。 删除visbile:true后显示正常。