|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/qt-c-gui-tutorial-for-beginners/
课程评论:没有评论
课程名称:QT C++ GUI 初学者教程 课程概述: QT(发音为“Cute”)是一个跨平台的应用程序开发框架。使用QT,开发者可以一次性编写应用程序,并在多个操作系统(包括桌面、移动和嵌入式操作系统)上部署,而无需重写源代码。QT部分基于C++,部分依赖于原生代码,具体取决于平台。QT用户界面API封装了原生用户界面组件。 选择QT的原因在于其在不同平台上的良好穿透性,使得将应用程序移植到支持QT的平台变得相对简单。QT作为一个框架已经存在很长时间,经过了多年的发展和完善。此外,QT通过多种方式为C++提供了一定程度的自动内存管理,并拥有丰富的组件库。 本课程的目标是让学员掌握QT C++ GUI应用程序的基本知识。我们将从基础入手,学习如何安装QT、创建第一个QT项目、使用控件、信号与槽、布局及资源文件等。在课程的后半部分,我还将展示如何将sqlite数据库与QT结合使用。 让我们开始学习吧!
Qt also Pronounce "Cute" is a Cross platform application development framework.Qt is a cross-platform application and UI framework.Using Qt, you can write applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code. Qt is partly C++ and partly native code depending on platform.Qt UI APIs wrap native UI components.Why would you want to use it?Qt has a quite good penetration on different platforms.It's fairly straight-forward to port your application to platforms where Qt is supported.Qt has been around for a long time, so it has matured as a framework.It adds somewhat automatic memory management on top of C++ through different means.There's plenty of components.The goal of this course is to provide you with a working knowledge of Qt C++ GUI applications. We'll start with the basics, starting from installing Qt , creating our first Qt project, using widgets, signals and slots, layouts, resource file etc.In the later half of the video I will also show , How sqlite database cane be used with Qt.So Let's get started!!!