Closed Serein207 closed 2 months ago
clang-tidy review says "All clean, LGTM! :+1:"
程序退出的时候需要 调用 UiBridge::exit
或者 调用 UiBridge::onExitEventLoop
然后 slint::quit_event_loop()
另外还要删除 UiBridge
构造函数中的 on_close_requested
设置的回调
UiBridge
中的 show
hide
和 exit
或许会有用