![]() |
Qt 6.x
The Qt SDK
|
#include <ui4.h>
Public Member Functions | |
DomTabStops ()=default | |
~DomTabStops () | |
void | read (QXmlStreamReader &reader) |
void | write (QXmlStreamWriter &writer, const QString &tagName=QString()) const |
QStringList | elementTabStop () const |
void | setElementTabStop (const QStringList &a) |
|
default |
|
inline |
Definition at line 808 of file ui4.h.
Referenced by CPP::WriteInitialization::acceptTabStops().
void DomTabStops::read | ( | QXmlStreamReader & | reader | ) |
Definition at line 1545 of file ui4.cpp.
References Qt::CaseInsensitive, and tag.
void DomTabStops::setElementTabStop | ( | const QStringList & | a | ) |
Definition at line 1566 of file ui4.cpp.
References QString::isEmpty(), QStringLiteral, and QString::toLower().
Referenced by DomUI::write().