FloVanGH

Results 49 issues of FloVanGH

For each style (expect qt) we have a `styling.slint` file with all styling resources that are relevant for the specific style such as brushes and typography. That works well internal...

enhancement
a:widgets

Drag 'n' Drop could be improved. A first approach that can be also useful in other context is to allow to read mouse position of a `TouchArea` event it is...

enhancement
a:language-slint
api

Refactoring of model notify mechanism for node

At the moment it's not possible to focus an element on a `PopupWindow`. What could be help if you could something like this: ```slint Button { clicked => { i-popup-window.show();...

enhancement
a:builtin elements

This task is part of #46 (Initial Android support). ### Base requirements * provided as dedicated widget that can be used inside of a `component` or a `PopupWindow` * provided...

a:widgets
a:platform-android

Check the following example: ```slint export struct Style { background: brush, border-brush: brush } export component MyBase { in property style: { background: #000000, border-brush: #0000000 }; Rectangle { background:...

rfc
a:language-slint

I have the following use case: ```slint export struct Style { border-radius: length, border-top-left-radius: length, background: brush } component StyledRectangle { in property style; Rectangle { background: style.background; border-radius: style.border-radius;...

rfc
a:language-slint

I tried it on ashai linux but have trouble with gflw. I think it's because of there is no release for linux aarch64 in https://github.com/deno-windowing/build-glfw.