readyRead() signal is also not being generated while on other side of fifo brazenhem's line drawing algo is continuously puttin the points.
I checked it by adding statement
Qt Code:
  1. connect(&fileFifo,SIGNAL(readyRead()),qApp,SLOT(aboutQt()));
To copy to clipboard, switch view to plain text mode 

is it something abnormal or i am missing sth about behaviour of QIODevice with fifos.