212 for(
int ii = 0; ii < props.
count(); ++ii)
222 for (
int i = 0; i < values.
count(); ++i) {
225 if (value.
userType() == qMetaTypeId<QDeclarativeCustomParserNode>()) {
228 }
else if (value.
userType() == qMetaTypeId<QDeclarativeCustomParserProperty>()) {
The QVariant class acts like a union for the most common Qt data types.
const QChar at(int i) const
Returns the character at the given index position in the string.
The QByteArray class provides an array of bytes.
QList< QVariant > assignedValues() const
bool startsWith(const QString &s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Returns true if the string starts with s; otherwise returns false.
static QString tr(const char *sourceText, const char *comment=0, int n=-1)
int count(const T &t) const
Returns the number of occurrences of value in the list.
The QString class provides a Unicode character string.
void error(const QString &description)
Reports an error with the given description.
const T & at(int i) const
Returns the item at index position i in the list.
static QString fromUtf8(const char *, int size=-1)
Returns a QString initialized with the first size bytes of the UTF-8 string str.
The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal...
bool isUpper() const
Returns true if the character is an uppercase letter, i.
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
int userType() const
Returns the storage type of the value stored in the variant.
T qvariant_cast(const QVariant &)
The QDataStream class provides serialization of binary data to a QIODevice.