未找到netbeans Qt Designer

时间:2013-01-29 15:39:14

标签: windows qt netbeans-7 qt-designer

如果我想在 netbeans 中打开 .ui 文件,则会发出以下警告: Failed to start Qt Designer. Make sure it is installed and added to PATH

我在地址中使用win vista和opensource Qt 4.8.4 Qt creator 2.6.1 C:\Qt\qtcreator-2.6.1\bin\qtcreator.exe
我在Addr中有 Qt designer C:\Qt\4.8.4o\bin\designer.exe
我的netbeans构建工具选项qmake设置在C:\Qt\4.8.4o\bin\qmake.exe

感谢名单

1 个答案:

答案 0 :(得分:1)

PATH是Windows环境变量。它是操作系统用于查找可执行文件和库的路径列表。

您需要将Qt Designer的路径添加到该列表中。右键单击“我的电脑”,点击“属性”,转到“高级系统设置”,然后单击“环境变量”按钮。在“系统变量”组中找到“路径”(或“路径”),然后单击“编辑”。路径由分号分隔,将Qt Designer路径添加到末尾。