From 860ee61745daa5b4e9d3b110996c9503b9bffca0 Mon Sep 17 00:00:00 2001 From: zhiyiYo <1319158137@qq.com> Date: Sun, 13 Aug 2023 15:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ docs/README_zh.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c0b2dc..5fbb7d6 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ Check out this [▶ example video](https://www.bilibili.com/video/BV12c411L73q) ## Work with QtDesigner You can use PyQt-Fluent-Widgets in QtDesigner directly by running `python ./tools/designer.py`. If the operation is successful, you should be able to see the PyQt-Fluent-Widgets in the sidebar of QtDesigner. + +You can also download the compiled QtDesigner from [release page](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/releases). Download and unzip `FluentDesigner_v*.*.*.zip`, then run `designer/designer.exe`, you will launch the QtDesigner that has already installed plugins. + > **Note** > It is recommended to install pyqt5-tools and PyQt-Fluent-Widgets in a virtual environment. Please make sure **PyQt-Frameless-Window >= 0.2.7**. diff --git a/docs/README_zh.md b/docs/README_zh.md index 1e42dc2..c52db2d 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -70,6 +70,8 @@ python demo.py ## 搭配 QtDesigner🚀 可以运行 `python ./tools/designer.py` 来启动安装了 PyQt-Fluent-Widgets 插件的 QtDesigner。如果操作成功,QtDesigner 的侧边栏中将会显示 PyQt-Fluent-Widgets 的组件。对于旧项目的改造,推荐使用 [视频教程](https://www.bilibili.com/video/BV1na4y1V7jH) 中介绍的 `提升为...`。 +项目[发行页面](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/releases) 提供了内置 PyQt-Fluent-Widgets 插件的 QtDesigner,下载并解压 `FluentDesigner_v*.*.*.zip`,双击运行 `designer/designer.exe` 就能启动 QtDesigner。 + > **Note** > 推荐在虚拟环境中安装 pyqt5-tools 和 PyQt-Fluent-Widgets,并确保 PyQt5-Frameless-Window 的版本号 >= 0.2.7,不然可能出现各种奇怪的问题。 -- GitLab