Olivier Goffart

Results 270 comments of Olivier Goffart

i'm not quite sure how we can solve this problem. Would trying to reduce the amount of dependency helps?

@lotusstudio That problem seem unrelated. Can you open a new issue for that. The issue should contain the code sample to reproduce this problem, and, if possible, the backtrace of...

Thanks for the suggestion. Some discussion about this also hapenned in https://github.com/slint-ui/slint/issues/1206 Regarding your use case, maybe you can just do ``` if (focus_scope.has-focus) : MyEditableWidget { //... } ```

The Image source is dirty so the cache is dirty, and it needs to decode the embedded jpeg for every `Image` (every tile). Since this is not loading from a...

The problem can be also reproduced on desktop chrome if the window has a small width and a big height

It depends on the QStyle used. For some QStyle it might be required. But there is definitively something wrong. Looks like we should draw this differently. As this is a...

What backend? I can't reproduce this on Linux with both backend.

Some implementation instructions are in https://github.com/sixtyfpsui/sixtyfps/discussions/574#discussioncomment-1475441 We need to find a behavior of what happens to column and row detection when there is a if or a for. for a...

> Would it be possible to have a StaticGridLayout with a fixed num_rows and num_cols which accepts for loops? Yeah, i think this would make sense to have these properties...

Thanks for the well written bug report. I was able to reproduce and found out what the problem is. This is a difficult problem to solve so I took the...