Hi Sunil,

Thanks very much :-) I got it working with

QTextStream qout(stdout);
qout << "\033[0;32mSeqLs Constructor\033[0;0m\n";

I'll just need to implement processing of the LS_COLORS environment variable and it should follow the users preferences.

Cheers,

Alan.