Open GoogleCodeExporter opened 9 years ago
Hello,
I have a similar problem with the viewer2D class of the LTI-Lib-2 (an image
processing library
in C++, which uses GTK2 for visualization). I tried to track down the problem
and it seems
the Qt4 style (GTK-Qt-Engine?) cannot cope with the main event loop of GTK
running in a
secondary thread, as gnuplot or the viewers of the LTI-Lib do. Since in both
applications the
main event loop is _not_ running within the main application thread, it seems
whatever the
style does to catch gtk calls and map them to Qt4 ones misses the fact that
they are in the
wrong thread.
I hope this can be fixed soon, since this engine is default in Kubuntu with
KDE4, and it
produced tons of error messages.
By the way, the Qt4 style produces those errors, but the QtCurve style doesn't.
Kind regards,
Original comment by palvarad...@gmail.com
on 4 Jul 2009 at 4:55
Original issue reported on code.google.com by
davidsansome
on 1 Apr 2009 at 2:15