![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtUiTools/qtuitoolsglobal.h>#include <QtCore/qbytearray.h>#include <QtCore/qmetatype.h>Go to the source code of this file.
Classes | |
| class | QUiTranslatableStringValue |
| struct | QUiItemRolePair |
Functions | |
| Q_UITOOLS_EXPORT QDataStream & | operator<< (QDataStream &out, const QUiTranslatableStringValue &s) |
| Q_UITOOLS_EXPORT QDataStream & | operator>> (QDataStream &in, QUiTranslatableStringValue &s) |
Variables | |
| static constexpr const char | PROP_GENERIC_PREFIX [] = "_q_notr_" |
| static constexpr const char | PROP_TOOLITEMTEXT [] = "_q_toolItemText_notr" |
| static constexpr const char | PROP_TOOLITEMTOOLTIP [] = "_q_toolItemToolTip_notr" |
| static constexpr const char | PROP_TABPAGETEXT [] = "_q_tabPageText_notr" |
| static constexpr const char | PROP_TABPAGETOOLTIP [] = "_q_tabPageToolTip_notr" |
| static constexpr const char | PROP_TABPAGEWHATSTHIS [] = "_q_tabPageWhatsThis_notr" |
| const Q_UITOOLS_EXPORT QUiItemRolePair | qUiItemRoles [] |
| Q_UITOOLS_EXPORT QDataStream & operator<< | ( | QDataStream & | out, |
| const QUiTranslatableStringValue & | s ) |
Definition at line 59 of file quiloader.cpp.
| Q_UITOOLS_EXPORT QDataStream & operator>> | ( | QDataStream & | in, |
| QUiTranslatableStringValue & | s ) |
Definition at line 65 of file quiloader.cpp.
|
staticconstexpr |
Definition at line 27 of file quiloader_p.h.
|
staticconstexpr |
Definition at line 30 of file quiloader_p.h.
|
staticconstexpr |
Definition at line 31 of file quiloader_p.h.
|
staticconstexpr |
Definition at line 32 of file quiloader_p.h.
|
staticconstexpr |
Definition at line 28 of file quiloader_p.h.
|
staticconstexpr |
Definition at line 29 of file quiloader_p.h.
|
extern |
Definition at line 138 of file quiloader.cpp.
Referenced by reTranslateWidgetItem().