using ods in QThread #7
Replies: 2 comments 4 replies
-
I don't know but from looking at it it seems the problem is this line: There's a concise example of using QThread in the Qt documentation in the QThread chapter. I personally use pthreads but QThread is the more natural and portable option. |
Beta Was this translation helpful? Give feedback.
-
I forgot to ask, can you send me the code or data so that I can check why it takes long to generate big files? Perhaps you're misusing the API or perhaps I need to fix it. |
Beta Was this translation helpful? Give feedback.
-
Hi one more time, hope I don't disturb.
Generating big files using your library takes some time, so I decided to use it in new thread, but I have a problem :/
mainwindow.cpp:
mainwindow.h:
This code generates an error:
QThread: Destroyed while thread is still running
Beta Was this translation helpful? Give feedback.
All reactions