diff --git a/README.md b/README.md index 3c0b2dcf5aaeaf4efff4b1ab4b4d4d76cfc761a1..5fbb7d64152593fb4a5e49953b883406c9ffd91f 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 1e42dc29365c4fc719ddb4e17e44aff1d8b3cecc..c52db2db954bab01a3d7c28bfe72d8113544a09d 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,不然可能出现各种奇怪的问题。