首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Pyrcc4和rcc (或pyuic4和rcc)有什么区别?

Pyrcc4和rcc (或pyuic4和rcc)有什么区别?
EN

Stack Overflow用户
提问于 2014-07-17 12:57:55
回答 1查看 227关注 0票数 0

根据Qt维基,这两个定义对我来说似乎非常相似。

代码语言:javascript
复制
The rcc resource compiler parses the XML and generates C/C++ code

The uic reads an XML format user interface definition (.ui) file as generated by Qt Designer and creates a corresponding C++ header file

因此,它们各自获取一个xml文件并将其转换为c++。那么,你会使用其中一个而不是另一个,有什么区别呢?

(顺便说一下,我希望在QT Designer中使用pyQt (&pyrcc4?)为现有DLL创建一个简单的GUI )

谢谢!

EN

回答 1

Stack Overflow用户

发布于 2014-07-17 13:27:31

rcc是一个Qt资源编译器:the Qt resource system is a platform-independent mechanism for storing binary files in the application's executable.

uic是Qt用户界面编译器:it creates a corresponding C++ header file from ui file generated in Qt Designer

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24795170

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档