Harri Pasanen wrote: > Is there a way to achieve text wrap for string value columns? Sometimes > the screen is not wide enough to accommodate longish text.
There is no such option, but most string-ish types (QString, QByteArray, and std::string IIRC) have nowadays a "Separate Window" option in their context menu, under "Change Local Display Format". That opens a normal QTextEdit with the string as contents. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
