readme
来自「Qt/Embedded是一个多平台的C++图形用户界面应用程序框架」· 代码 · 共 26 行
TXT
26 行
This tool converts Microsoft Resource Files (*.rc) to Qt DesignerUserinterface Description Files.First compile it by typing make, gmake or nmake, depending what yourmake utility is. Then you can add it as filter to the Qt Designer. Open the file.designerrc in your home directory in an editor. If this file doesn'texist yet, start and exit the Qt Designer once.Now you will find a part[Import]numFilters = 0in that file. Replace that by[Import]numFilters = 1wildcard[0] = Microsoft Resource Files (*.rc)command[0] = rc2ui %fIf you start the Qt Designer now, you will be able to choose .rc filesin the filedialog and import them.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?