- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Qt编程习惯(国外英文资料)
Qt编程习惯(国外英文资料)
Qt programming practice
/wiki/Coding_Conventions
Wd007 XChinux
Trial school: qi liang
C + + feature
Dont use exceptions
Dont use rtti (runtime type recognition; mainly, the typeinfo structure, dynamic or typeid operator, including throwing exceptions, etc.)
The use of the template class is carefully used only when required, not just because you have mastered the method.
Tip: use the compilers automated test capability to determine whether a c + + feature is supported.
The practice of writing the Qt source code
All of the code is only in ASCII (seven characters, if youre not sure, run man ASCII)
Principle: we already have too many new languages and the unrobust systems of utf-8 and Latin1. When you use a system that is more than 127 in a favorite editor, the system breaks down before you can save it.
Low for string: use/NNN (NNN is octal character here, you should input in any system can represent the characters) or use the/XNN (XNN here is hexadecimal characters).
For example:
reference
QString s = QString: : fromUtf8 ( / 213/005 );
For metaphones in documents, or other non-ascii characters, or using qdocs unicode command or using the appropriate macros; Example: use/uuml for u.
All subclasses of QObject must contain a Q_OBJECT macro, even if it does not use a signal or a slot, otherwise the qobject_cast will fail.
S in the connection statement, the parameters in the normalized signals and slots (can see QMetaObject: : normalizedSignature for standardization of information) to make a fast signal/slot traversal. You can also standardize existing code using $QTDIR/util/normalize
Contains the header file
In the common header file, the header file contains the form that is always used:
reference
# include QtCore/q.h
For the Mac OS X system framework, a library prefix such as QtCore is required, which is also very convenient for non-qmake projects
In the source file, it contains a specific header file and contains the usual header files (such as system fi
您可能关注的文档
- fgpa程序(国外英文资料).doc
- Firebird数据库的中文参考资料(国外英文资料).doc
- flac常用命令(国外英文资料).doc
- Flash 有关试题_1(国外英文资料).doc
- flash练习题(国外英文资料).doc
- FLASH考试题(国外英文资料).doc
- Fluent 计算错误汇总(国外英文资料).doc
- FOXPRO常用函数(国外英文资料).doc
- FTP命令参数(国外英文资料).doc
- FANUC_系统部分参数功能目录(国外英文资料).doc
- 2025至2030中国马铃薯淀粉行业产业运行态势及投资规划深度研究报告.docx
- 2025至2030全球及中国防爆旋转编码器行业运营态势与投资前景调查研究报告.docx
- 2025至2030封装的晶体振荡器行业产业运行态势及投资规划深度研究报告.docx
- 2025至2030脱模剂行业产业运行态势及投资规划深度研究报告.docx
- 2025至2030中国集装袋行业市场深度调研及发展策略与风险报告.docx
- 2025至2030生物质燃料行业发展分析及有效策略与实施路径评估报告.docx
- 2025至2030根管锉行业发展趋势分析与未来投资战略咨询研究报告.docx
- 2025至2030蓄电池市场行业产业运行态势及投资规划深度研究报告.docx
- 2025至2030精品功放行业产业运行态势及投资规划深度研究报告.docx
- 2025至2030宽场成像器件行业产业运行态势及投资规划深度研究报告.docx
最近下载
- 口腔门诊医院感染管理标准(2024年版)课件.pptx VIP
- 2025至2030年中国医药销售外包(CSO) 行业市场发展规模及未来趋势研判报告.docx
- 2025年新人教版数学一年级上册全册教案.docx
- 非道路移动机械申报登记表完整.pdf VIP
- 中医师承中医基础理论测试卷及答案.doc
- 人音版音乐八年级上册-《在灿烂阳光下》教案教学设计.pdf
- 移动护理pda的临床使用PPT.pptx
- 2025年迈向零排放货运:新能源重卡应用初探-行业调研分析与建议报告.pdf VIP
- 【铸牢中华民族共同体意识】铸牢中华民族共同体意识PPT .pdf VIP
- 2017-2018小学秋学期总务处工作计划.doc VIP
文档评论(0)