![]() |
Qt 6.x
The Qt SDK
|
#include <QApplication>#include <QTextBlock>#include <QTextEdit>
Include dependency graph for main.cpp:Go to the source code of this file.
Functions | |
| QString | tr (const char *text) |
| int | main (int argc, char *argv[]) |
| [2] | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
[2]
[3]
[2]
[0]
[0] //! [1]
[1] //! [2]
[2]
Definition at line 12 of file main.cpp.
References app, QTextBlock::begin(), QTextFragment::charFormat(), QTextFragment::contains(), cursor, QApplication::exec(), QTextImageFormat::isValid(), QTextFragment::isValid(), it, QTextCursor::KeepAnchor, QTextFragment::length(), QTextFragment::position(), QTextCursor::setCharFormat(), QTextEdit::setDocument(), QTextImageFormat::setName(), QTextCursor::setPosition(), QTextFormat::toImageFormat(), and tr.
Here is the call graph for this function:| QString tr | ( | const char * | text | ) |
Definition at line 7 of file main.cpp.
References text, and QCoreApplication::translate().
Here is the call graph for this function: