You forgot the list Bo...

Abdelrazak Younes wrote:
Bo Peng wrote:
Ah... Yes of course QProcess will be but you talked about QTextEdit.
It's OK to put QtCore in support IMO. I also want to replace our socket
code with its Qt counterpart. Note that we already use QString in there.

I think we are allowed to put any Qt stuff in src/support except for
Qt/GUI.
For now, this is only QtCore stuff but we could think of QtXml maybe.

 We are talking about improving Systemcall so that its stdout
can be displayed in a dialog. It is difficult to do it in a GUII way
because if we use QSocketNotifier in src/support, only QT's QSocket
can read stdout at the GUI side.
And that would be fine IMO because QSocketNotifier is a help class for Qt. But QSocketNotifier doesn't have to be in support really, only QProcess, which we'll need to encapsulate within "our" API.

Abdel.



Reply via email to