C++ GUI with Qt Tutorial 3 Qt Creator Modes

 


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.

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.

Comments