Chapter 3.  Introduction to Qt

Table of Contents

3.1. Style Guidelines, Naming Conventions
3.1.1. Points of Departure
3.2. The Qt Core Module
3.2.1. Streams and Dates
3.2.2. Exercises: The Qt Core Module
3.3. Review Questions
3.3.1. Points of Departure

[ fromfile: qtintro.xml id: qtintro ]

Abstract

This chapter introduces the Qt development environment, including the compiler, linker, make, and qmake. It includes a first example using Qt, and an introduces iterators and lists.

Qt is a modular system of classes and tools that makes it easier for you to write smaller modules of code yourself. This chapter explains how to start reusing Qt.