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

![Snipaste_2024-04-29_00-31-44](https://github.com/zhuzichu520/FluentUI/assets/67040421/c882bc39-8af3-4d8c-9e8f-bad5b308d056) 其实之前有试过用ListView或RowLayout+Repeater实现动态表头,但是都存在拖滚动条太快时表头和表格不对齐的问题,想着TableView有syncView功能应该能解决对齐问题,但TableModel似乎不支持动态表头,动态修改columns都没用,打印columnCount始终没变,看看有没有更好的动态表头方案

我在qt design studio中想要导入fluentui的组件,我将FluentUI包放入import目录后报错:无法加载库 fluentuiplugin.dll:找不到指定的模块。Screen01.ui.qml:12, (null)) ![image](https://github.com/zhuzichu520/FluentUI/assets/77570988/25b80259-c2f9-4e4e-b4af-16352a819d69)

After initial build(s) (via CMake) in a rather random manner, the project outputs the dependency warning: ``` C:\Qt\6.7.0\mingw_64\lib\cmake\Qt6Core\Qt6CoreMacros.cmake:743:EVAL:1: warning: The qml plugin 'fluentuiplugin' is a dependency of the project, but...

FluWindow { width: 640 height: 480 minimumWidth: 640 minimumHeight: 480 maximumWidth: 640 maximumHeight: 480 visible: true appBar: undefined

错误信息如下: ```sh 21:54:57: 部署到安卓设备/模拟器初始化 21:54:57: 部署到 21:54:57: 为项目FluentUI执行步骤 ... 21:54:57: 正在启动 "D:\tools\CMake\bin\cmake.exe" --build D:/github/build-FluentUI-Qt_6_6_1_Clang_x86_64-Debug --target all ninja: no work to do. 21:54:57: 进程"D:\tools\CMake\bin\cmake.exe"正常退出。 21:54:57: Product type is not an application,...

example中有的示例组件没有给出代码,对应查找源代码比较麻烦,能否改进一下,给所有示例组件都加上对应的示例代码

FluTableview 如何确定选定的行,想通过removeRow删除,

![image](https://github.com/zhuzichu520/FluentUI/assets/66165378/a948e371-0096-47d0-b577-647b1c251c71) Qt6.6.1 MSVC2019

I noticed that when pressed, the buttons appear static compared to the dynamic controls in WinUI. **FluentUI sequence** ![fluent_sequence](https://github.com/zhuzichu520/FluentUI/assets/16375271/43bce7bb-4220-4468-9b44-630b76cdbe6e) **WinUI sequence** ![winui_sequence](https://github.com/zhuzichu520/FluentUI/assets/16375271/4cc3d37f-75d7-474d-a788-ff7eb4749134)