From f3a32c617441da87e340418fd1df79171f6e56a9 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 21 May 2025 18:25:29 -0700 Subject: [PATCH] replace Qt Creator with pre-installed pyside6-designer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f9e90..ba8598f 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Depending on your system [Python](https://www.python.org) may be called either ` If you want to edit the code, a good code editor is [VS Code](https://code.visualstudio.com). -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**. +If you want to edit the `.ui` files, use `pyside6-designer` which is included in the `pip install pyside6`. 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