FloVanGH
FloVanGH
Ok then we have two different use cases here. 1. I want to create custom widgets (maybe cross platform, supports all styles) that doesn't looks foreign to the current style....
## Proposal The following solution could be implemented with little effort and would fulfill the requirements of both use cases. The use case to implement custom controls that works with...
> > All theses palettes should be accessible through the std-widgets.slint import. > > Does that mean that regardless of the currently selected style, I can always `import { CupertinoPalette...
> Thanks a lot for the concreate proposal. IMHO, `Cupertino...` should not be available from `std-widgets.slint` > > We could offer them from `cupertino.slint` and `fluent.slint`. In fact now that...
I'm also want to take care of that topic and do an proposal PR with all the stuff to which we agree. As soon there is the time to start...
Yes `Slider` is also a good element that can be profit from it. Use cases: - Reorder elements in a List - Move an item from one list to an...
Hi, there is a Slint language reference https://slint.dev/releases/1.4.1/docs/slint/. It also contains details about the syntax. Is that what are you looking for?
Hi Martin, no problem. Then it I think you suggestion is a improvement for the documentation. Regards Florian
> Another option would be to have an enum instead of a boolean, like `enum ColorScheme { Dark, Light, Unknown }`, but that's a little weird for the setter. That...
> > Can we have a switch in the gallery? > > Good idea - done :) Yeah it's a good idea. It enhances the interactivity of the gallery. I...