Closed asmh1989 closed 5 months ago
如题, 似乎不能在slint ui文件中写 类似 qml Timer的东西, 只能在rust中实现
slint is just a DSL, If you wanna do this, you need to do in rust
please use Timer in rust
Timer
let timer = Timer::default(); let _ = timer.start(//...)
如题, 似乎不能在slint ui文件中写 类似 qml Timer的东西, 只能在rust中实现