February 2008
Intermediate to advanced
752 pages
19h 5m
English

This chapter will teach you how to create main windows using Qt. By the end, you will be able to build an application’s entire user interface, complete with menus, toolbars, a status bar, and as many dialogs as the application requires.
An application’s main window provides the framework upon which the application’s user interface is built. The main window for the Spreadsheet application shown in Figure 3.1 will form the basis of this chapter. The Spreadsheet ...