如何安装QtDesigner?

How to install QtDesigner?

我刚刚在Windows7上安装了Qt 5.4.1。而且没有QtDesigner。 MaintenanceTool中也没有QtDesigner。
如何安装?

在那里。创建一个表单,单击 .ui 文件,它会自动打开。

QT Designer安装查找如下(Windows环境):

  • QT main site
  • 安装最新的 QT(我使用的是 5.8)
  • 确保包含 "Qt 5.8 MinGW" 组件
  • QT Designer 将安装在 C:\Qt.8\mingw53_32\bin\designer.exe
  • 请注意,可执行文件名为 "designer.exe"

更新 - 有一种更简单的方法可以安装 QT Designer 而无需从 QT 下载 GB 的数据:

  • 使用pip install pyqt5-tools --pre

  • 安装最新版本的“pyqt5-tools
  • "designer.exe" 将安装在 ...Lib\site-packages\pyqt5_tools

如果您使用的是 macOS 并使用 brew,您可能已经使用 brews 安装程序安装了 qt。

在这种情况下,您已经安装了 QT Designer,即使在任何地方都没有提到它。

您可以在这里找到它:/usr/local/Cellar/qt/<qtversion>/libexec/Designer.app

所以要将它放在本地应用程序文件夹中,您可以像这样创建一个符号链接:

ln -sf /usr/local/Cellar/qt/5.11.1/libexec/Designer.app ~/Applications/.

使用 pip install pyqt5-tools --pre

安装最新版本的 "pyqt5-tools"

然后运行命令(designer.exe)那你就好了

在 windows 上安装 QtDesigner:

https://build-system.fman.io/qt-designer-download

在 Linux 上安装设计器:

可以使用apt包管理器安装

sudo apt-get install python-qt4 qt4-designer

运行 命令 designer 它会为你工作

如果不尝试/usr/bin/designer

对我有用 我正在使用 python 3.6 和 pyqt-5.16

正在扩展 。 如果您使用的是 macOS,您已经使用 brew 安装了 Qt5,并且您希望通过命令行访问 Qt5 Designer 应用程序(就像在 Linux 上一样),您也可以设置指向实际可执行文件的符号链接,如下所示:

ln -sf /usr/local/Cellar/qt/5.13.1/libexec/Designer.app/Contents/MacOS/Designer /usr/local/opt/qt/bin/designer

这样,designer 命令将与其他 Qt5 可执行文件(如 qmake)一起放置在 bin 文件夹中。因此,您只需在 shell.

中键入 designer 即可启动它

注意:当然你必须将Qt5 bin/文件夹的路径添加到你的PATH环境变量中,才能在[=31]中直接调用designer =].但是brew在你安装Qt5的时候给你添加了。

我在 pip install pyqt5-tools 时安装了 pyqt5 和工具。如果您更喜欢 PySide2qt-tools 会更好。您可以通过创建一个全新的一次性虚拟环境来模拟“dry-运行”来进行测试。很明显,我知道,但我很少使用它们,有时我需要一段时间才能记住 :)

我在这里找到的:

..\Lib\site-packages\qt5_applications\Qt\bin