FloVanGH

Results 49 issues of FloVanGH

If the up or down button of the `SpinBox` is press and hold the increment / decrement speed should be increased. Mandatory to finish this issue it the completion of...

enhancement
a:widgets

Define the step size on increment / decrement for `SpinBox` Origin feedback from @vrozhdestvenskyi on #3052: > Hey! Also it would be nice to add another property (called e.g. `step`)...

a:widgets

* This resets the `current-value` of `Combobox` if the `current-index` is `< 0` or `>= model.length` * Fixes #3628 * At the moment `current-value` is `in-out`, that could cases trouble...

@tronical does this go in the direction you have suggested?

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%93view%E2%80%93controller) pattern....

a:demos

While it is already possible to do custom styling with Slint by doing custom widget development like [SurrealismUI] (https://github.com/Surrealism-All/SurrealismUI) and [coop](https://codeberg.org/flovansl/co_sl/src/branch/main/widgets/coop/) a highly requested features is to do change style...

rfc
a:widgets

Those are improvements for the `DatePicker`and `TimePicker` that can be implemented after both are merged to `master.`. These topics are not mandatory for the usage of the widgets. * [...

a:widgets