1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

add example new checkbox PR (#815)

This commit is contained in:
Alex Xu
2025-01-27 13:42:06 -08:00
committed by GitHub
parent 1401f94c1f
commit 4fb993b38b

View File

@@ -229,6 +229,8 @@ If you want to edit the code, a good code editor is [VS Code](https://code.visua
If you want to edit the `.ui` files, use [Qt Creator](https://www.qt.io/download-qt-installer-oss), included in **Qt for desktop development**.
Then use the `gen_ui_files` scripts to autogenerate the python UI.
An example PR adding a new checkbox is here: https://github.com/ciromattia/kcc/pull/785
### Windows install from source