Inhowe.Yue
Inhowe.Yue
这样子可以解决问题 ``` qml FluContentDialog{ id:unauth_confirm_dialog title:"提示" negativeText:"取消" contentDelegate: Component{ Item{ width: parent.width height: 60 FluTextBox{ id:textbox_text anchors.centerIn: parent } } } onNegativeClicked:{} positiveText:"确定" onPositiveClicked:{} } ```
> https://github.com/zhuzichu520/FluentUI/releases/tag/1.6.1 这里下载的exe?很奇怪,我试了一下是可以打开的。。 又确认了一下, https://github.com/zhuzichu520/FluentUI/releases/download/1.6.1/example_1.6.1_win64_mingw_Qt6.6.0.exe 使用mingw编译的无法正常工作 https://github.com/zhuzichu520/FluentUI/releases/download/1.6.1/example_1.6.1_win64_msvc2019_64_Qt6.6.0.exe 使用msvc编译的可以工作 有点怀疑是amd gpu的问题?
或者是否有配置文件,我这边删除后恢复成默认状态试一下(已确认重装没效果)。如有日志生成也可以告知路径,我帮忙提供