mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Add documentation about the available widget styles and how to select them (#1910)
This commit is contained in:
parent
c4f90dfa2a
commit
4308ed921d
4 changed files with 63 additions and 3 deletions
|
@ -149,7 +149,7 @@ else()
|
|||
set(SLINT_STYLE_DEFAULT "fluent")
|
||||
endif()
|
||||
|
||||
set(SLINT_STYLE "" CACHE STRING "The Slint widget style")
|
||||
set(SLINT_STYLE "" CACHE STRING "The Slint Widget Style")
|
||||
|
||||
if(SLINT_STYLE)
|
||||
set_property(GLOBAL PROPERTY SLINT_STYLE ${SLINT_STYLE})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue