Chapter 4. Implementing Application Functionality
The Central WidgetSubclassing QTableLoading and SavingImplementing the Edit MenuImplementing the Other MenusSubclassing 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.