|
|
|
|
|
by diskzero
2054 days ago
|
|
Can the native widgets be used instead of the Canvas widgets in the browser hosted view? The definition of layout is nice, but handling state changes is still imperative. Is there a way to have values update without having to explicitly respond to signals? |
|
On the desktop platform, we can make use of a native style (using the styles from Qt in the current implementation)
As for the handling of the state change, they are not imperative. The values update automatically as the property changes. (For example the text of this button changes when you click it: https://www.sixtyfps.io/editor/?snippet=%0Aimport+%7B+Button... )