9.11.  Review Questions

[ fromfile: widgets-questions.xml id: widgets-questions ]

  1. List six things that QWidgets have in common.

  2. What is a dialog? Where is an appropriate place to use it?

  3. What is a QLayout? What is its purpose? What is an example of a concrete QLayout class?

  4. Can a widget be a child of a layout?

  5. Can a layout be a child of a widget?

  6. Can a layout be a child of another layout?

  7. What are the advantages of listing your images in a resources file?

  8. What is the difference between a spacer and a stretch?