To look at a more complete application, we'll dust off the original designs for the GoMail application—after all, they were created with Qt Designer in the first place. We'll recreate the exact layout generated in Chapter 4, Walk - Building Graphical Windows Applications, and explain the implementation as we go.
Sample application
Layout
For the first time in our GoMail examples, we have a toolkit that provides all of the layouts required to match the user interface we designed at the beginning of Section 2, Toolkits Using Existing Widgets. That's perhaps no surprise, as it was created using the Qt tools, but it's a chance to explore the more complete set of layouts provided by Qt and made available...