Thread Test Code
| ThreadQtApp.cpp ThreadQt.pro |
Application code component and *.pro file for building the application. The current template used in the *.pro file is vcapp; to build under Linux/Unix, change this to app.
|
|
| ThreadQtWindow.ui
ThreadQt.h ThreadQt.cpp |
Qt Designer user interface file and the main window class, ThreadQt, that extends the ThreadQtWindow class that is generated from it. |
|
| ThreadedMatrixMult.h ThreadedMatrixMult.cpp |
Class that extends QThread and implements the matrrix multiplication routine within the run() member function. |