[Digikam-devel] [digikam] [Bug 339008] DigiKam crashed when opening import window
Christoph Feck
christoph at maxiom.de
Thu Sep 11 13:08:44 BST 2014
https://bugs.kde.org/show_bug.cgi?id=339008
--- Comment #3 from Christoph Feck <christoph at maxiom.de> ---
http://qt-project.org/doc/qt-4.8/thread-basics.html states:
"As mentioned, each program has one thread when it is started. This thread is
called the "main thread" (also known as the "GUI thread" in Qt applications).
The Qt GUI must run in this thread. All widgets and several related classes,
for example QPixmap, don't work in secondary threads."
So while it is nice that digiKam uses multiple threads, it cannot use
ICCPreviewWidget outside of the main UI thread.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list