mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
cupertino: Remove experimental label
This commit is contained in:
parent
855cc025b0
commit
adc697b1d1
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ The styles available include:
|
|||
|------------|--------------|--------------|------------|
|
||||
| `fluent` | `fluent-light`| `fluent-dark`| These variants belong to the **Fluent** style, which is based on the [Fluent Design System](https://fluent2.microsoft.design/). |
|
||||
| `material` | `material-light`| `material-dark`| These variants are part of the **Material** style, which follows the [Material Design](https://m3.material.io). |
|
||||
| `cupertino`| `cupertino-light`| `cupertino-dark`| The **Cupertino** variants emulate the style used by macOS. (Experimental) |
|
||||
| `cupertino`| `cupertino-light`| `cupertino-dark`| The **Cupertino** variants emulate the style used by macOS. |
|
||||
| `native` | | | The **Native** style mimics the controls native to the platform on which they are used. This includes specific support for the appearance of controls on macOS and Windows. This style requires Qt to be installed on your system. |
|
||||
|
||||
By default, the styles automatically adapt to the system's dark or light color setting. Select a `-light` or `-dark` variant to override the system setting and always show either dark or light colors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue