From 6c593dac1fc29e86fab2db3e242e1c82910ace97 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 16 Mar 2024 14:04:35 -0700 Subject: [PATCH] add gen_ui_files note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b5007..9002925 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,9 @@ 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, install Qt Creator, included in **Qt for desktop development**. https://www.qt.io/download-qt-installer-oss +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. + ### Windows