hello, [this project](https://github.com/kerneltravel/rust_qt_gui_paddle_ocr_example) is an example of rust-qt windows desktop , for OCR usage: It shows : 1. how to convert QT's ui file to rust file by project [ruic](https://github.com/jnbooth/ruic),and then used in rust-qt project. 2. QListwidget 's add_item_q_string() how to convert `CppBox<QString>` as parameter to type `QString`. 3. the practical usage of OCR by [paddleOCR-json](https://github.com/hiroi-sora/Umi-OCR/tree/main/PaddleOCR-json). I'd found rust-qt really good. Hope this demo project can help someone.