-
To prevent #1747 to introduce a braking change by using `SharedString` for key event text what make it necessary to remove `Clone` derive from `WindowEvent`, char will be used now. It should be replac…
-
After reading the code commit for:
https://github.com/KDAB/cxx-qt/pull/221/commits/5764febb37e07143f8f398c85e813e75ee30d9fe#diff-8bb0fb2647a33c2605f3991d38e6bbc236494370f8300f7bec63b03e182c3f31
Wh…
-
We want to change the component declaration so that
- The declaration of globals, structs, and comonenent is more consitant
- Not to require a base element (use composition instead)
Following …
-
**Describe the problem you are trying to solve**
[The official FAQ](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries) and [various …
-
Hi!
I'm trying to run the memory example (or any example really), but I am getting the following error when the program starts:
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err…
-
I think it's fairly standard for applications to scroll sideways with shift + scroll wheel. I would like to have this behavior for the ScrollView.
Related to #1280 I suppose.
-
Currently slint does not have a table view but only a list view however a list view is a table view which only has one column so I have the following ideas for implementing table view:
- the table …
-
Items inside of a StandardListView can be selected by keyboard arrow keys, but doing so will not scroll if the newly selected item is outside the current viewport. This can be easily tested in the wid…
-
When trying to compile my project, I constantly get a `thread 'main' panicked at 'internal error: entered unreachable code'` error. For reference, I'm using Slint version 0.3.3 with the `log`, and `sl…
-
Hi :wave:
I tried to add `document-features` to my project https://github.com/viridIT/vSMTP/compare/develop...doc/feature but I have this error :
I believe this is a bug in the parser :bug:
`…