Hi all !
I use Qt4.0.0. My project use QMessage, i build on Window, All Messages running good with "\n"(down the line) but On MacOSX, I don't do it. I don't know, You can help me ?
Printable View
Hi all !
I use Qt4.0.0. My project use QMessage, i build on Window, All Messages running good with "\n"(down the line) but On MacOSX, I don't do it. I don't know, You can help me ?
Try replacing all the "\n" with QString(QChar('\n'))
i.e. use
replace("\\n",QString(QChar('\n')));
I am not sure if this will work or not.
I'm try it but It doesn't run good! I couldn't run to down the line ??Quote:
Originally Posted by munna
On mac instead of using "\n" use one of these, I can't remember which one.Quote:
Originally Posted by manhds
"\r"
"\n\r" or maybe it was "\r\n" I can't remember which.
I use QT 4 1.13 on Tiger (mini mac) xcode 2.2 and "\n" works.... fine
but i'm using QT 4.0.0 on MacOSX and XCode 2.0. Can you help me ?Quote:
Originally Posted by patrik08
Upgrade to Qt 4.1.3. Qt 4.0.0 was very buggy.
to work on xcode 2.2 ( Gnu Make 3.8 ) you must install Tiger 10.4.6 buy by apple or nobuy on limeware...Quote:
Originally Posted by manhds
Install Xcode 2.2 and qt to /Developer/qt set path .... thats all...
Panther is so slow ..... Tiger have a better performance.....