> We can also use a simple Timer instead but the QSocketNotifier solution > might be more elegant indeed. The simple dialog you are talking about > could simply be a QTextEdit.
Yes. The only difficulty is that QTextEdit is not allowed in src/support. > > Note that if QProcess already has something like this, we can use it > > to replace Systemcall. > > Yes. I think we should replace our homemade process handling with > QProcess. This would have the advantage that stdin/out redirection would > be very easy to do. Our rule is that if something works, do not fix it. We will have to show a clear advantage of switching to QProcess. Bo