framelesshelper/examples/quick
Yuhang Zhao 17601f386f Code refactor
1. Load dwmapi.dll and winmm.dll dynamically at runtime, to remove the dependency on those dlls
2. Use QSystemLibrary to load dlls, it can make the loading of system dlls safer, and avoid duplicating the code
3. Use QWinRegistryKey to access registry, no need to use QSettings in such scenarios
4. Adapt to new code when building against Qt 6.3 and newer.
5. Other minor tweaks.

Fixes: #94
2022-01-05 11:00:31 +08:00
..
qml Win32: Add workaround for DWM flicker 2021-12-01 14:59:29 +08:00
CMakeLists.txt Code refactor 2022-01-05 11:00:31 +08:00
main.cpp Minor tweaks 2021-09-01 15:26:36 +08:00
qml.qrc Add cross-platform Acrylic Effect 2021-03-08 14:10:55 +08:00
quick.pro Code refactor 2022-01-05 11:00:31 +08:00