From 4fb993b38b1956a7671c8875afb550c763496d7a Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 27 Jan 2025 13:42:06 -0800 Subject: [PATCH] add example new checkbox PR (#815) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 592f874..0a3d139 100644 --- a/README.md +++ b/README.md @@ -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