GUI White Papers
Programming With Qt: Writing Portable GUI Applications on Unix and Win32 - Container Classes
Overview Container classes were one of the first types of classes that were put into class libraries. Container classes are used for objects that contain other objects, such as arrays or lists. Most GUI class libraries have included container classes. Note that if one has experience in other programming languages that are commonly used for GUI programming, such as Java, one might understand the notion of "Container" differently. In the Java AWT, containers are objects that can hold other GUI objects. In Qt, there is no such difference; every GUI object can hold other GUI objects, even though it does not always make sense.
| Publisher | O'Reilly Media | File Format | HTML |
|---|---|---|---|
| Date Published | March 2002 | Downloads | 2 |
| Format | Book chapters | ||
| Topics | |||



