![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Public Member Functions | |
DomSlots ()=default | |
~DomSlots () | |
void | read (QXmlStreamReader &reader) |
void | write (QXmlStreamWriter &writer, const QString &tagName=QString()) const |
QStringList | elementSignal () const |
void | setElementSignal (const QStringList &a) |
QStringList | elementSlot () const |
void | setElementSlot (const QStringList &a) |
|
default |
|
inline |
|
inline |
void DomSlots::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 6013 of file ui4.cpp.
References Qt::CaseInsensitive, and tag.
void DomSlots::setElementSignal | ( | const QStringList & | a | ) |
void DomSlots::setElementSlot | ( | const QStringList & | a | ) |
Definition at line 6038 of file ui4.cpp.
References QString::isEmpty(), QStringLiteral, and QString::toLower().
Referenced by DomUI::write(), and DomCustomWidget::write().