Olivier Goffart

Results 270 comments of Olivier Goffart

> I want a text field to "submit" its contents when it loses focus. I think it make sense to add a callback in the TextInput for that purpose. QLineEdit...

Yes, I think it makes sense to do both

Thanks for the comments. There are already some discussion about tableview in #759 and #574 > - the table has a model which notifies it for each insertion, deletion and...

We have concern that this will not help keeping the language pure. This kind of signal would violate the lazyness and make implementation of design tools harder. If this is...

In the mean time, as a workaround/hack, it is possible to put callback using the fact that property are re-evaluated when their dependency changes ``` export Demo := Window {...

I think what we need is: - A getting started guide - Some more explanation about how things work - The reference of all different elements and their properties. (this...

We aim to support multiple programming language in the future. That said, Swift is not a priority for us considering that Swift already has a natural UI framework and that...

We don't have such a guide. There is two things to do: 1. wrap the API to the slint runtime 2. Create a code generator for the swift language. For...

Note that the Qt native style renders the widgets with the default QWidget font, so the font size has no effect for them. But that does not explain the bugs...