Hello, I am new here. So, please pardon any mistake. I am currently making a GUI using PyQt5 and all the GUI updates are being done through other threads and some people are saying that this is a bad practice. I recently faced a problem while updating rows in QTableWidgets from other thread. I need help to emit signal from the thread to the main thread to update the row. I am having this following error :
QObject::connect: Cannot queue arguments of type 'QVector<int>'
You must be logged in to post. Please login or register an account.