本文介绍了Qt Designer通过自制软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我通过自制软件安装了Qt5,但没有找到设计器.我还安装了qtcreator(Caskroom/cask/qt-creator
),但设计器图标显示为灰色:
I installed Qt5 via homebrew, but I didn't find the designer.I also installed qtcreator (Caskroom/cask/qt-creator
) but the designer icon is grayed out:
有什么想法可以找到设计师吗?
Any ideas where I can find the designer?
p.s.这是否意味着设计师就要退休了?
p.s. Does this means that designer is going to retire?
推荐答案
如果双击.ui文件(在Creator中),则Designer会变为活动状态.
If you double-click on a .ui-File (within Creator), the Designer will become active.
或者如果您还没有ui文件,则需要通过向导添加Qt-Designer-Form.
Or you need to add a Qt-Designer-Form with the wizard if you have no ui file yet.
这篇关于Qt Designer通过自制软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!