-
One should add the following properties to a colour to access individual components
- [X] red
- [X] blue
- [X] green
- [ ] hue
- [ ] saturation
- [ ] brightness or value?
- [X] alpha or opaci…
-
It may be interesting to have data that is only there for preview purpose but should be optimized out.
One way to do it right now is to pass `--load-data` to slint-viewer. But this doesn't work wi…
-
There should be a `is-open` output property on PopupWindow.
Such that the Combobox can be styled differently when the popup is open.
### Original issue: "Open appearance in native ComboBox"
…
-
The current code base is a mix and mash of some horrible inconsistent code, this was my first proper Rust project that I smashed my head in without knowing much about Rust myself
Even after some co…
-
The following minimal test-case produces different rendering with femtovg and Qt:
```60
T := Window {
preferred-width: 640px;
preferred-height: 480px;
Rectangle {
background: @linear…
-
The docs page ["Syntax > Types > Images"](https://docs.slint.dev/1.8.0/docs/slint/src/language/syntax/types#images) has an example that works in SlintPad when you click "Edit" below the ex…
-
The `teensy4-bsp` supports both Teensy 4.0 and 4.1 boards. We achieve this with a single linker script. However, the common support means that we are not using the Teensy **4.1**'s
- larger flash
…
-
```
Operating System: macOS 14.4.1
rust version 1.81.0
```
```
[build-dependencies]
slint-build = "1.8.0"
[dependencies]
slint = { version = "1.8.0", default-features = false, features = […
zxscn updated
3 weeks ago
-
Add selenium tests for some of the UI modules, such as: login, registration, user profile.
-
```ts
import * as slint from "npm:slint-ui@1.7.2";
const ui = slint.loadSource(
`
import { Button } from "std-widgets.slint";
export component Window {
callback hello();
Button {
t…