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
utils.h File Reference

(68d041d27d85efa1b54d111c02f3ca252841224b)

#include "ui4.h"
#include <qstring.h>
#include <qlist.h>
#include <qhash.h>
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE bool toBool (const QString &str)
QString toString (const DomString *str)
QHash< QString, DomProperty * > propertyMap (const QList< DomProperty * > &properties)

Function Documentation

◆ propertyMap()

QHash< QString, DomProperty * > propertyMap ( const QList< DomProperty * > & properties)
inline

Definition at line 20 of file utils.h.

◆ toBool()

QT_BEGIN_NAMESPACE bool toBool ( const QString & str)
inline

Definition at line 14 of file utils.h.

◆ toString()

QString toString ( const DomString * str)
inline

Definition at line 17 of file utils.h.