In this chapter, we will explore the design of the graphical user interface (GUI) for pdCalc. Anytime one designs a GUI, a widget platform needs to be selected. As previously noted, I chose to use Qt for the creation of the GUI. That said, this is not a how-to chapter on using Qt to design an interface. Rather, I assume that the reader has a working knowledge of Qt, and the chapter itself focuses on design aspects of the GUI. In fact, as much as possible, I will defer the reader to the source code to see detailed aspects of the widget implementations. Any discussion of the Qt implementation ...
Get Practical C++ Design: From Programming to Architecture now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.