mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Although std-widgets provides many properties that adapt to the current theme users who would like to go beyond these properties and do theme dependent changes are limited. One option would be to add even more properties to the Palette, however this would potentially bloat the object, it's not obvious what properties users care about and this approach doesn't scale. In many cases developers could simply create their own properties if they knew what the current runtime theme was. This simple change allows an app to know what the current theme is and present theme appropriate UI's. |
||
|---|---|---|
| .. | ||
| astro | ||
| site | ||
| building.md | ||
| development.md | ||
| embedded-tutorials.md | ||
| install_qt.md | ||
| nightly-release-notes.md | ||
| readme.md | ||
| release-artifacts.md | ||
| release-notes.md | ||
| testing.md | ||
| torizon.md | ||
| triage.md | ||
Slint Documentation
docs/
├── astro/ # The Astro project that builds the Slint language docs
├── README.md # This file
├── building.md # How to build Slint
├── development.md # How to develop Slint
├── embedded-tutorials.md # Embedded tutorials template
├── install_qt.md # How to install Qt
├── nightly-release-notes.md # Release note template
├── release-artifacts.md
├── platform-integrations.md # Platform integrations template
└── release-notes.md # Release note template