【问题标题】:how can I install Qt Designer for PyQt5 for WINDOWS 10如何为 WINDOWS 10 安装 Qt Designer for PyQt5
【发布时间】:2017-11-05 23:14:33
【问题描述】:

如何为 PyQt5 安装 Qt Designer。 我通过运行从 PyPi 安装了 SIP: pip3 安装 SIP 我也通过运行从 PyPi 安装了 PyQt5: pip3 安装 PyQt5 但是我没有找到QT Designer

【问题讨论】:

  • 我下载了包但是不知道怎么安装?,
  • 问题解决谢谢

标签: python pyqt5 qt-designer pypi


【解决方案1】:

Qt 设计器没有与 PyQt5 捆绑在一起。您可以使用pip install pyqt5-tools(或pip3 install pyqt5-tools)单独安装。

您将在以下位置找到 Designer.exe: ...\Lib\site-packages\pyqt5_tools\Qt\bin

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-03-05
    • 2018-03-14
    • 2021-12-10
    • 2018-04-06
    • 1970-01-01
    • 1970-01-01
    • 2020-04-27
    • 1970-01-01
    相关资源
    最近更新 更多