shidahai / Qt-Tutorial

笔者倾心打造的一套C/C++ Qt 图形化开发入门系列教程,带有完整案例与源代码。A set of C/C++Qt graphical development introduction series tutorials, with complete cases and source code, which the author devotes himself to creating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Qt 图形化开发系列教程


image


Qt 是一个1991年由Qt Company开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程序,也可用于开发非GUI程序,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,Qt很容易扩展,并且允许真正地组件编程。

教程大纲

项目地址

https://github.com/lyshark/Qt-Tutorial

About

笔者倾心打造的一套C/C++ Qt 图形化开发入门系列教程,带有完整案例与源代码。A set of C/C++Qt graphical development introduction series tutorials, with complete cases and source code, which the author devotes himself to creating.

License:MIT License