Add full implementation: core engine, UI, build fixes, and compilation
- Implement all core modules: disk I/O, partition tables, filesystem formatting, recovery, imaging, diagnostics, security, and maintenance - Implement all UI tabs with full widget layouts and backend integration - Fix MSVC compilation: NOMINMAX, WIN32_LEAN_AND_MEAN, missing includes (winioctl.h, bcrypt.h, shellapi.h, cwctype), type mismatches, and POSIX macro conflicts - Add Guid implementation (Types.cpp), move DiskAccessMode to Types.h - Add CMake presets with embedded MSVC/SDK environment for Git Bash builds - Add build scripts, key generation, icon resources, and windeployqt - Include pre-built hwdiag library and third-party integration
This commit is contained in:
15
resources/resources.qrc
Normal file
15
resources/resources.qrc
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE RCC>
|
||||
<RCC version="1.0">
|
||||
<qresource prefix="/">
|
||||
<file>styles/default.qss</file>
|
||||
<file>icons/toolbar/refresh.png</file>
|
||||
<file>icons/toolbar/create.png</file>
|
||||
<file>icons/toolbar/delete.png</file>
|
||||
<file>icons/toolbar/resize.png</file>
|
||||
<file>icons/toolbar/format.png</file>
|
||||
<file>icons/toolbar/clone.png</file>
|
||||
<file>icons/toolbar/flash.png</file>
|
||||
<file>icons/toolbar/apply.png</file>
|
||||
<file>icons/toolbar/undo.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Reference in New Issue
Block a user