framelesshelper/examples/mainwindow
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
..
CMakeLists.txt Code refactor 2022-01-05 11:00:31 +08:00
MainWindow.ui fix unwanted cursor change when leave edge region (#80) 2021-08-23 09:29:50 +08:00
TitleBar.ui Minor tweaks 2021-09-01 15:26:36 +08:00
main.cpp Minor tweaks 2021-09-01 15:26:36 +08:00
mainwindow.cpp Fix the border width of the examples 2021-11-19 14:29:44 +08:00
mainwindow.h Update 2021-04-04 12:09:34 +08:00
mainwindow.pro Update 2021-04-04 12:09:34 +08:00