Copyright © 2011 Alan Ezust and Paul Ezust
Although every reasonable effort has been made to incorporate accurate and useful information into this book, it is provided "as is" without expressed or implied warranty. If you find a mistake or want to make a suggestion/contribution, please open a ticket in our Bugzilla Database.
Abstract
C++ is taught "The Qt way," with an emphasis on design patterns and reuse of open source libraries and tools. By the end of the book, you should have a deep understanding of both the language and libraries and also the design patterns used in developing software with them.
This book is dedicated to Miriam Ezust, without whom none of our work would have been possible.
Table of Contents
qmake
, Project Files, and Makefile
const
const*
and *const
class
struct
static
const
Member Functions const
const
inline
Functions invokeMethod()
List of Figures
QInputDialog
– Getting an int QMessageBox
Question static
LogTail
in usevirtual
List of Tables
List of Examples
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |