-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dark theme choice for Windows like Sigil
- Loading branch information
1 parent
487176d
commit 8535217
Showing
5 changed files
with
68 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/************************************************************************ | ||
** | ||
** Copyright (C) 2019-2020 Kevin B. Hendricks, Stratford, Ontario Canada | ||
** Copyright (C) 2016-2024 Doug Massay | ||
** Copyright (C) 2012 John Schember <[email protected]> | ||
** Copyright (C) 2012 Grant Drake | ||
** | ||
|
@@ -59,6 +60,7 @@ private slots: | |
QString m_currentUIFont; | ||
bool m_isHighDPIComboEnabled; | ||
bool m_uiFontResetFlag; | ||
bool m_UseCustomDarkTheme; | ||
}; | ||
|
||
#endif // APPEARANCEWIDGET_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/************************************************************************ | ||
** | ||
** Copyright (C) 2016-2024 Kevin B. Hendricks, Stratford, ON | ||
** Copyright (C) 2016-2024 Doug Massay | ||
** Copyright (C) 2011-2013 John Schember <[email protected]> | ||
** Copyright (C) 2012-2013 Dave Heiland | ||
** | ||
|