![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QLabel>
#include <QStyle>
#include <QApplication>
#include <stdio.h>
#include <stdlib.h>
#include <QtGlobal>
#include <QtWidgets>
Go to the source code of this file.
Classes | |
class | FriendlyConversation |
[2] More... | |
class | repetition::FriendlyConversation |
class | snippet_qttranslatennoop3::FriendlyConversation |
class | TheClass |
Namespaces | |
namespace | repetition |
[3] | |
namespace | snippet_qttranslatennoop3 |
Functions | |
void | label_example () |
QStyle * | style () |
void | snippet_16 () |
[14] | |
void | logToFile (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
int | main (int argc, char **argv) |
[48] | |
QString | tr (const char *) |
QString | global_greeting (int type) |
QString | repetition::tr (const char *text, const char *comment) |
QString | repetition::global_greeting (int type) |
QString | snippet_qttranslatennoop3::tr (const char *text, const char *comment, int n) |
QString | snippet_qttranslatennoop3::global_greeting (int type, int count) |
void | qwidget_example () |
[qttrid_noop] |
Variables | |
QtMessageHandler | originalHandler = nullptr |
[2] | |
static const char * | greeting_strings [] |
[3] | |
struct { | |
const char * repetition::source | |
const char * repetition::comment | |
} | repetition::greeting_strings [] |
[4] | |
struct { | |
const char *const snippet_qttranslatennoop3::source | |
const char *const snippet_qttranslatennoop3::comment | |
} | snippet_qttranslatennoop3::status_strings [] |
[qttranslatennoop] | |
static const char *const | ids [] |
[qttrid_noop] |
QString global_greeting | ( | int | type | ) |
Definition at line 84 of file src_corelib_global_qglobal_widgets.cpp.
void label_example | ( | ) |
void logToFile | ( | QtMsgType | type, |
const QMessageLogContext & | context, | ||
const QString & | msg ) |
Definition at line 41 of file src_corelib_global_qglobal_widgets.cpp.
References originalHandler.
int main | ( | int | argc, |
char ** | argv ) |
[48]
[dynamic_tooltip]
[5]
[2]
[0]
[6]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
Definition at line 52 of file src_corelib_global_qglobal_widgets.cpp.
References originalHandler.
void qwidget_example | ( | ) |
void snippet_16 | ( | ) |
QStyle * style | ( | ) |
Definition at line 16 of file src_corelib_global_qglobal_widgets.cpp.
QString tr | ( | const char * | s | ) |
Definition at line 67 of file src_corelib_global_qglobal_widgets.cpp.
|
static |
|
static |
[qttrid_noop]
Definition at line 178 of file src_corelib_global_qglobal_widgets.cpp.
QtMessageHandler originalHandler = nullptr |
[2]
Definition at line 39 of file src_corelib_global_qglobal_widgets.cpp.
Referenced by logToFile(), and main().