Chapter 3.  Introduction to Qt

Table of Contents

3.1. Style Guidelines, Naming Conventions
3.2. The Qt Core Module
3.2.1. Streams and Dates
3.3. QtCreator – An IDE for Qt Programming
3.4. Exercises: Introduction to Qt
3.5. Review Questions
3.5.1. Points of Departure

[ fromfile: qtintro.xml id: qtintro ]

Abstract

This chapter introduces some style guidelines and naming conventions that will be used in the rest of this book. The Qt Core module is introduced with examples and exercises that use Qt stream and date classes.

Figure 3.1.  Qt Creator Welcome Screen

Qt Creator Welcome Screen

[Note] Installing Qt

Appendix E("C++/Qt Setup") has some tips for getting quickly set up on various platforms.