Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Constant | Value | Description |
---|---|---|
QTextStream::Latin1 | 1 | Use setCodec(QTextCodec::codecForName("ISO-8859-1")) instead. |
QTextStream::Locale | 0 | Use setCodec(QTextCodec::codecForLocale()) instead. |
QTextStream::RawUnicode | 5 | Use setCodec(QTextCodec::codecForName("UTF-16")) instead. |
QTextStream::Unicode | 2 | Use setCodec(QTextCodec::codecForName("UTF-16")) instead. |
QTextStream::UnicodeNetworkOrder | 3 | Use setCodec(QTextCodec::codecForName("UTF-16BE")) instead. |
QTextStream::UnicodeReverse | 4 | Use setCodec(QTextCodec::codecForName("UTF-16LE")) instead. |
QTextStream::UnicodeUTF8 | 6 | Use setCodec(QTextCodec::codecForName("UTF-8")) instead. |
Also, for all encodings except QTextStream::Latin1 and QTextStream::UTF8, you need to call setAutoDetectUnicode(false) to obtain the Qt 3 behavior in addition to the setCodec() call.
See also setCodec() and setAutoDetectUnicode().
Use setPadChar() instead.
Use fieldAlignment(), padChar(), fieldWidth(), numberFlags(), integerBase(), realNumberNotation(), and realNumberNotation instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use setFieldAlignment(), setPadChar(), setFieldWidth(), setNumberFlags(), setIntegerBase(), setRealNumberNotation(), and setRealNumberNotation instead.
Use setRealNumberPrecision() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use readAll() or readLine() instead.
Use setCodec() and setAutoDetectUnicode() instead.
Use setFieldAlignment(), setPadChar(), setFieldWidth(), setNumberFlags(), setIntegerBase(), setRealNumberNotation(), and setRealNumberNotation instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use setFieldAlignment(), setPadChar(), setFieldWidth(), setNumberFlags(), setIntegerBase(), setRealNumberNotation(), and setRealNumberNotation instead.
This function does nothing anymore; don't call it.
Use setFieldAlignment(), setPadChar(), setFieldWidth(), setNumberFlags(), setIntegerBase(), setRealNumberNotation(), and setRealNumberNotation instead.
Use setFieldWidth() instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Use the new QTextStream manipulators instead.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |