تفاصيل الدورة
Qt alsoPronounce Cute is aCross platform application development framework.
- Qt is a cross-platform applicationand UI framework.
- Using Qt, you can writeapplications once and deploythem across desktop, mobile andembedded operating systemswithout rewriting the source code.
- Qt is partly C++ and partly nativecode depending on platform.
- Qt UI APIs wrap native UIcomponents.
Why would youwant to use it?
- Qt has a quite good penetration on different platforms.
- It's fairly straight-forward to port your application toplatforms where Qt is supported.
- Qt has been around for a long time, so it has matured as aframework.
- It adds somewhat automatic memory management on top ofC++ through different means.
- There's plenty of components.
The goal of this course is to provide you with a working knowledge of QtC++ 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 Iwill also show , How sqlite database cane be used with Qt.
So Let's get started !!!