mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Add dark style detection support for GL backend
With the help of dark-light crate this is now exposed as dark-style boolean property in NativeStyleMetrics. Co-authored-by: Olivier Goffart <olivier@slint-ui.com> Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
This commit is contained in:
parent
5e95f767ac
commit
beda5aca07
12 changed files with 215 additions and 23 deletions
|
@ -27,6 +27,7 @@ struct ItemVTable;
|
|||
#include "slint_internal.h"
|
||||
#include "slint_backend_internal.h"
|
||||
#include "slint_qt_internal.h"
|
||||
#include "slint_selector_internal.h"
|
||||
|
||||
/// \rst
|
||||
/// The :code:`slint` namespace is the primary entry point into the Slint C++ API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue