|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Files | |
| main.cpp | |
| Demonstrates the usage of Qt's signals and slots mechanism. | |
| qt_signals.cpp | |
| Implementation of the QtSignalsExample class. | |
| qt_signals.hpp | |
| Declaration of a simple Qt signals and slots example class. | |