PDA

View Full Version : non GUI socket server



pdoria
3rd January 2008, 12:11
Following the Threaded Fortune Server I wonder how one can write a console-only (non-gui) socket server...

The loop in the example is achieved with a QDialog.

What I want is to write a similar thing *without* using any GUI components.

Thank you for any advice.
Pedro Doria Meunier.

jpn
3rd January 2008, 12:15
Take a look at QCoreApplication.