Update Notes
November 19, 2025 · View on GitHub
FancyUi - Qt Widget
English | 简体中文
Update Notes
- A full-scale refactor and update is currently in progress. You can first try out the compilable demo program.
- Complete code refactoring — cleaner, more readable… saying goodbye to spaghetti code 🤔?
- More icons: integrated
IconPark,Ant Design, andBootstrapicon sets, with support for over 5400+ icons. - Currently supports Qt 6 and Windows only. Planned future updates will include support for Qt 5, Linux, Android, and WebAssembly.
- Compared to the previous version, OpenCV support and some incomplete classes/features have been temporarily removed.
- Third-party libraries used:
OpenCV, magic-enum, IconPark, Bootstrap Icons, Ant Design - References and acknowledgements: SAPC-APCA, apca-w3, WinUI 3
- Replaced
QMakewithCMake - Removed legacy and external Python files from the project
Preview



Demo Program Build Guide
Modify the Qt path in CMakeLists.txt, then you can directly start building in your IDE (Visual Studio, QtCreator, Clion, etc.)!

Last edited: 2025-11-19 by @COLORREF