Oct-21-2021, 12:49 PM
is instantiating a subwindow in the main window considered a new thread?
cuz I'm getting warnings like:
QObject::connect: Cannot queue arguments of type 'QTextCursor'
(Make sure 'QTextCursor' is registered using qRegisterMetaType().)
which I think is from a Qthread in the subwindow. This is thread is a worker thread, not GUI related tho
There are actually two worker threads in the subwindow and only one is working Idk why
I'll upload the files but it'll be difficult to run cuz it requires certain equipment to be connected. And IDK why it won't allow me to upload the ui files.
cuz I'm getting warnings like:
QObject::connect: Cannot queue arguments of type 'QTextCursor'
(Make sure 'QTextCursor' is registered using qRegisterMetaType().)
which I think is from a Qthread in the subwindow. This is thread is a worker thread, not GUI related tho
There are actually two worker threads in the subwindow and only one is working Idk why
I'll upload the files but it'll be difficult to run cuz it requires certain equipment to be connected. And IDK why it won't allow me to upload the ui files.
Attached Files