Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
if (data.open(QFile::WriteOnly|QFile::Truncate)) | |
while (stream.readLineInto(&line)) | |
int | main (int argc, char *argv[]) |
[2] | |
QTextStream | in (stdin) |
out | setFieldWidth (10) |
out | setFieldAlignment (QTextStream::AlignCenter) |
out | setPadChar ('-') |
Variables | |
QFile | data ("output.txt") |
[0] | |
QTextStream | stream (stdin) |
[0] | |
QString | line = scene.addLine(QLineF(-10, -10, 20, 20)) |
QTextStream | in ("0x50 0x20") |
[1] | |
int | firstNumber |
int | secondNumber |
char | ch |
QString | str |
[3] | |
QString | s |
[4] | |
out<< "Qt"<< "rocks!";----Qt------rocks!--QTextStream in(file);QChar ch1, ch2, ch3;in > ch1 ch2 | ch3 |
QTextStream | out (stdout) |
[7] | |
if | ( | data. | openQFile::WriteOnly|QFile::Truncate | ) |
Definition at line 6 of file src_corelib_io_qtextstream.cpp.
QTextStream in | ( | stdin | ) |
int main | ( | int | argc, |
char * | argv[] ) |
[2]
[3]
[printing a custom type]
[printing a custom type] [storing a custom value]
[storing a custom value]
[retrieving a custom value]
[retrieving a custom value]
Definition at line 36 of file src_corelib_io_qtextstream.cpp.
out setFieldAlignment | ( | QTextStream::AlignCenter | ) |
out setFieldWidth | ( | 10 | ) |
out setPadChar | ( | '-' | ) |
while | ( | stream.readLineInto & | line | ) |
Definition at line 17 of file src_corelib_io_qtextstream.cpp.
in ch |
Definition at line 30 of file src_corelib_io_qtextstream.cpp.
out<< "Qt" << "rocks!";----Qt------rocks!--QTextStream in(file);QChar ch1, ch2, ch3;in > ch1 ch2 ch3 |
Definition at line 74 of file src_corelib_io_qtextstream.cpp.
in firstNumber |
Definition at line 25 of file src_corelib_io_qtextstream.cpp.
QTextStream in(stdin) | ( | "0x50 0x20" | ) |
[1]
[2]
QGraphicsLineItem * line = scene.addLine(QLineF(-10, -10, 20, 20)) |
Definition at line 16 of file src_corelib_io_qtextstream.cpp.
Definition at line 25 of file src_corelib_io_qtextstream.cpp.
in str |
QTextStream stream(stdin) | ( | stdin | ) |