lObject = QtCore.QObject() lThread = QtCore.QThread() lObject.moveToThread(lThread) lThread.start() lObject.exampleMethod()