|
|
|
|
|
by ogoffart
2060 days ago
|
|
If you mean the native browser widget, this is currently not planed. The browser view is just a way to preview the result, but the real product is meant to be used natively without a browser. 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... ) |
|