-
I tried running this on Slint (https://github.com/slint-ui/slint) and this is what I got:
```sh
➜ cargo duplicates
Package Versions
------- --------
ahash …
-
I'm trying to render two lines, each 1px wide, separated by a 1px gap:
```
Path {
commands: "M 0 0 h 1 v 50 h -1 z m 2 0 h 1 v 50 h -1 z";
fill: black;
height: 50px;
width: 50px;…
-
Are there any plans on implementing zooming images to full size?
I really like the app. It's great way to quickly get through many images, but sometimes I wish I could zoom in to check focus.
-
I'm working right now on a new version of the Todo example with a much nicer design (still usable with all styles) and based on the [Model View Controller](https://en.wikipedia.org/wiki/Model%E2%80%93…
-
Imagine:
```js
import * as slint from "npm:slint-ui";
let demo = slint`
import { AboutSlint } from "std-widgets.slint";
export component Demo inherits Window { AboutSlint {} }
`.Demo(…
-
Repro:
Start with the Slint Rust template. Ensure you are using Winit as a backend and Skia as a renderer.
Add a `slint!` block with a trivial second component (Just a Text). Show both…
-
It would be nice to get rid of the flicker in the colorful_triangle example.
I'm not sure there is a simple blocking call that waits for the next vsync. There is a DRM `page_flip` call that can bot…
-
Slint 1.3.0 - 2acaa222d0aa8c3787f6cd700d0c76768b9612ed
Steps to reproduce
```
git clone https://github.com/qarmin/czkawka.git
cd czkawka
git checkout 727dd4fce805205052ae4238daacbada15b5e7f1
c…
-
As reported in https://github.com/slint-ui/slint/issues/4198
LineEdit and TextEdit component can not use 'ctrl + v' to paste in caps lock mode (Or ctrl + c, or ctrl + a, ...)
I could reproduce …
-
Mouse cursor is currently only set on input events, which means that a cursor that stays still won't react to a moving `TouchArea` with the `mouse-cursor` property set. The only call to `set_mouse_cur…
ilmai updated
1 month ago