Implementing Application Functionality
- The Central Widget
- Subclassing QTable
- Loading and Saving
- Implementing the Edit Menu
- Implementing the Other Menus
- Subclassing QTableItem
In the previous two chapters, we explained how to create the Spreadsheet application's user interface. In this chapter, we will complete the program by coding its underlying functionality. Among other things, we will see how to load and save files, how to store data in memory, how to implement clipboard operations, and how to add support for spreadsheet formulas to QTable.