<div dir="ltr"><div><div><div><div><div>Hi,<br></div>I need after the QDialog is show, to run code and display the output to a QTextEdit.<br></div>Now I can only run the code with the QDialog with user input -a QPushButton-<br></div>If the code runs inside the<br><span style="font-family:monospace,monospace">def __init__(self, parent=None):</span><br><br>the QDialog is not shown until it finish the code execution.<br><br></div>I'm using Python 2.7 and PyQt4.<br><br></div>Thank you in advance.<br></div>