<div dir="ltr">> I making an update app that shows a QTextEdit object and starts (should) start to get information from the system before<br>> ask the user what to do, it does that but if now but only after the function get all the system info and the it draws the QDialog.<br>><br>> It's something like a Debian apt-get where the terminal is showing  what is appending before and after each operation.<br><br>If that's the case, you should use a separate QObject that collects the output of apt-get and emits a signal every time it has something to show. That QObject has to be moved to a new QThread, so that the apt-get process will not block the GUI interaction and painting.<br><br>Regards,<br>Maurizio<br><br>--<br>È difficile avere una convinzione precisa quando si parla delle ragioni del cuore. - "Sostiene Pereira", Antonio Tabucchi<br><a href="http://www.jidesk.net">http://www.jidesk.net</a></div>