mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-20 02:05:32 -04:00
Temporary change UI style for Qt6-based Windows build of UEFITool to support dark mode
This commit is contained in:
parent
d48955d45a
commit
ef7ceefa41
5 changed files with 31 additions and 18 deletions
|
@ -19,6 +19,13 @@ enum ItemFixedState {
|
|||
Fixed
|
||||
};
|
||||
|
||||
enum BootGuardMarking {
|
||||
None = 0, // Needs to be zero
|
||||
PartiallyInRange,
|
||||
BootGuardFullyInRange,
|
||||
VendorFullyInRange
|
||||
};
|
||||
|
||||
#if defined(QT_CORE_LIB)
|
||||
// Use Qt classes
|
||||
#include <QAbstractItemModel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue