hi all
i am working on mac OSX and using QT 4.1
firstly i am selecting a file , from QFileDialog ::getOpenFileName, to read
i am getting the whole text data in String but not as same as it is in File
like if in a file i have spaces an freeline(line without characters),or if data is in next line then it show in next line
but in my case its not happening same....

so now i want to get the data as it is ,as it is in file (which is selected from QFileDialog:: getOpenFileName).

waiting for your co-ordination

TIA