(c85ef6fac53c8ce80ff31458c305fc5aabc81118)
#include "quiloader.h"
#include "quiloader_p.h"
#include <QtUiPlugin/customwidget.h>
#include <formbuilder.h>
#include <formbuilderextra_p.h>
#include <textbuilder_p.h>
#include <ui4_p.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qlayout.h>
#include <QtWidgets/qwidget.h>
#include <QtGui/qaction.h>
#include <QtGui/qactiongroup.h>
#include <QtCore/qdebug.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qmap.h>
#include <QtCore/qdir.h>
#include <QtCore/qlibraryinfo.h>
#include "widgets.table"
#include "quiloader.moc"
Go to the source code of this file.
◆ DECLARE_LAYOUT [1/2]
#define DECLARE_LAYOUT |
( |
| a, |
|
|
| b ) |
◆ DECLARE_LAYOUT [2/2]
#define DECLARE_LAYOUT |
( |
| a, |
|
|
| b ) |
Value:
GLboolean GLboolean GLboolean GLboolean a
QLatin1StringView QLatin1String
◆ DECLARE_WIDGET [1/2]
#define DECLARE_WIDGET |
( |
| a, |
|
|
| b ) |
◆ DECLARE_WIDGET [2/2]
#define DECLARE_WIDGET |
( |
| a, |
|
|
| b ) |
◆ RETRANSLATE_SUBWIDGET_PROP
#define RETRANSLATE_SUBWIDGET_PROP |
( |
| mainWidget, |
|
|
| setter, |
|
|
| propName ) |
Value: do { \
QVariant v = mainWidget->widget(i)->property(propName); \
mainWidget->setter(i, tsv.
translate(m_className, m_idBased)); \
} \
} while (0)
QString translate(const QByteArray &className, bool idBased) const
GLsizei const GLfloat * v
T qvariant_cast(const QVariant &)
Definition at line 194 of file quiloader.cpp.
◆ TRANSLATE_SUBWIDGET_PROP
#define TRANSLATE_SUBWIDGET_PROP |
( |
| mainWidget, |
|
|
| attribute, |
|
|
| setter, |
|
|
| propName ) |
Value: do { \
if (
const auto *
p = attributes.value(
attribute)) { \
if (!text.isEmpty()) { \
if (dynamicTr) \
mainWidget->setter(i, text); \
} \
} \
} while (0)
static auto fromValue(T &&value) noexcept(std::is_nothrow_copy_constructible_v< T > &&Private::CanUseInternalSpace< T >) -> std::enable_if_t< std::conjunction_v< std::is_copy_constructible< T >, std::is_destructible< T > >, QVariant >
EGLOutputLayerEXT EGLint attribute
static QString convertTranslatable(const DomProperty *p, const QByteArray &className, bool idBased, QUiTranslatableStringValue *strVal)
Definition at line 483 of file quiloader.cpp.
◆ convertTranslatable()
◆ operator<<()
◆ operator>>()
◆ reTranslateWidgetItem()
template<typename T>
void reTranslateWidgetItem |
( |
T * | item, |
|
|
const QByteArray & | class_name, |
|
|
bool | idBased ) |
|
static |
◆ qUiItemRoles
◆ widget_map