Qt Graphical Objects & Multi-Thread
|
This source file and its related header demonstrate that Qt graphical objects are not thread-safe! More...
#include "WidgetUpdate.hpp"
#include <QPainter>
#include <QPaintEvent>
#include <QMouseEvent>
#include <QMainWindow>
#include <QApplication>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This is the main function of this bug testing application. More... | |
This source file and its related header demonstrate that Qt graphical objects are not thread-safe!
Definition in file WidgetUpdate.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
This is the main function of this bug testing application.
argc | The parameters' count, and |
argv | the parameters' values, are both forwarded to Qt. |
Definition at line 61 of file WidgetUpdate.cpp.