Throughout this book, we have been given requirements for BigProject and implemented them. Let's take a look at all of them here:
- Req. 1: The device will display the current date and time.
- Req. 2: The device will be run on simple hardware.
- Req. 3: We must develop using Qt.
- Req. 4: The device must display the current ambient temperature.
- Req. 5: The user will be able to see a historical table of temperature readings.
- Req. 6: The user will be able to see a scrolling, real-time graph of temperature readings.
- Req. 7: The system will maintain a history of readings across power cycles.
- Req. 8: Deleted
- Req. 9: The user will be able to set a minimum acceptable temperature.
- Req. 10: The user will be able to set a maximum acceptable temperature.
- Req. 11: If the temperature falls below the minimum acceptable temperature, the heater must be turned...