From kde-devel Thu Aug 12 03:42:08 2004 From: James Horey Date: Thu, 12 Aug 2004 03:42:08 +0000 To: kde-devel Subject: max QString length? Message-Id: <200408112142.08959.jhorey () cs ! unm ! edu> X-MARC-Message: https://marc.info/?l=kde-devel&m=109228215926289 Hi, I have a very large text file that I am trying to read into a single QString object. Although I can read every single line in using readLine() and display it, it seems as though when I concatenate each line to the QString object, the QString object only contains a portion of the entire text. Is there an upper limit to the number of characters a QString object can hold? Thanks for the help! -James Horey >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<