Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
quiloader_p.h File Reference

(ac3ae4e51e889bdb0dc5091a8ad277f61c42abfe)

#include <QtUiTools/qtuitoolsglobal.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
Include dependency graph for quiloader_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QUiTranslatableStringValue
struct  QUiItemRolePair

Functions

Q_UITOOLS_EXPORT QDataStreamoperator<< (QDataStream &out, const QUiTranslatableStringValue &s)
Q_UITOOLS_EXPORT QDataStreamoperator>> (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 []

Function Documentation

◆ operator<<()

Definition at line 59 of file quiloader.cpp.

◆ operator>>()

Definition at line 65 of file quiloader.cpp.

Variable Documentation

◆ PROP_GENERIC_PREFIX

const char PROP_GENERIC_PREFIX[] = "_q_notr_"
staticconstexpr

Definition at line 27 of file quiloader_p.h.

◆ PROP_TABPAGETEXT

const char PROP_TABPAGETEXT[] = "_q_tabPageText_notr"
staticconstexpr

Definition at line 30 of file quiloader_p.h.

◆ PROP_TABPAGETOOLTIP

const char PROP_TABPAGETOOLTIP[] = "_q_tabPageToolTip_notr"
staticconstexpr

Definition at line 31 of file quiloader_p.h.

◆ PROP_TABPAGEWHATSTHIS

const char PROP_TABPAGEWHATSTHIS[] = "_q_tabPageWhatsThis_notr"
staticconstexpr

Definition at line 32 of file quiloader_p.h.

◆ PROP_TOOLITEMTEXT

const char PROP_TOOLITEMTEXT[] = "_q_toolItemText_notr"
staticconstexpr

Definition at line 28 of file quiloader_p.h.

◆ PROP_TOOLITEMTOOLTIP

const char PROP_TOOLITEMTOOLTIP[] = "_q_toolItemToolTip_notr"
staticconstexpr

Definition at line 29 of file quiloader_p.h.

◆ qUiItemRoles

const Q_UITOOLS_EXPORT QUiItemRolePair qUiItemRoles[]
extern

Definition at line 138 of file quiloader.cpp.

Referenced by reTranslateWidgetItem().