-
Mobile platforms such as iOS and cross platform frameworks such as React Native will automatically use different images based on '*@2x.*' style file names.
So in code you would have `source: @image…
-
~I kind of want some way to install LSP's without relying on meson~
Brain dump for a mvp gui toolkit
-
Minimal example:
```slint
export component MainWindow inherits Window {
width: 800px;
height: 600px;
ScrollView {
height: 100px;
width: 100px;
StandardTa…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+Button+%7D+from+%22std-widgets.slint%22%3B%0A%0A%2F%2F+Move+lines+with+Alt%2Bvertical+arrow+keys.%0Aexport+component+…
-
when live-preview is not running and I press the link in vscode, the new app pops to the front.
when I "quit" and the window closes, the interaction then is no longer the same
if we can pop live-pr…
-
https://github.com/slint-ui/slint-rust-template
slint 1.7.2
windows 10
cargo build --release
There were no code changes, I'm just stretching the window size, the memory footprint is way too much…
Vzz1c updated
2 months ago
-
Made the Slint Language server crash by passing a '0' to a rowspan in a gridbox.
```
GridBox {
connection:= LineEdit {
row: 0;
rowspan: 0;
read-only…
-
@slint,
I'm having some issues on our email server, so @myrmoteras asked me to post this as a Github issue.
I basically sent you an email late last week asking for these additional custom meta…
-
Sometimes I'm working with screenshots and would be awesome to make a selection around some text and send it off to say https://aws.amazon.com/rekognition/ for it analyse and return the text to set my…
-
Hi,
I would like to know how to work best with `ListView` when using slint and rust.
Here is the problem:
- I have a very large array (possibly 10K+ items)
- In order to not exhaust my system,…