COMP 2012H Honors Object-Oriented Programming and Data Structures

Lab 6 GUI Programming using Qt

Common Errors

  1. Forget to separate the "public" and "public slots" in class declaration.
  2. Forget the "slots" macro.