1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/usage-Qt.md
2018-04-16 15:51:18 +08:00

18 lines
804 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Qt Library
Qt部署好了吗
安装好了Qt不会使用无从下手
这里讲怎么用Qt。
拿到任何开发框架,语法没毛病,思路就都是一样的。
他们的区别在于C开头、Q开头、J开头这样的区别。
他们的区别在于一个函数应该是什么样的文本句法,是否被人可读,这样的区别。
他们的区别在于程序从哪里入口是否隐瞒main函数用几个子main函数这样的区别。
他们的区别在于调用操作系统APIC语言的函数取什么名字更符合框架整体的体统这样的区别。
核心类型的集合,一样的。
核心类型的转化关系,一样的。
开发思想分层MVC一样的。
[用word文档解说Qt Library的系列使用]