framelesshelper/examples
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
..
images NEW: QMainWindow example (#50) 2021-03-26 16:53:32 +08:00
mainwindow Code refactor 2022-01-05 11:00:31 +08:00
quick Code refactor 2022-01-05 11:00:31 +08:00
widget Code refactor 2022-01-05 11:00:31 +08:00
CMakeLists.txt Minor tweaks 2021-06-09 13:27:11 +08:00
common.pri Code refactor 2022-01-05 11:00:31 +08:00
example.ico Minor tweaks 2021-09-01 15:26:36 +08:00
example.manifest Minor tweaks 2021-09-01 15:26:36 +08:00
example.rc Minor tweaks 2021-09-01 15:26:36 +08:00
examples.pro Minor tweaks 2021-03-26 17:35:33 +08:00
images.qrc Improve the Win32Demo project. 2020-10-19 14:54:13 +08:00