Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
utils.h File Reference
#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.

References QMap< Key, T >::insert(), map, and properties.

Referenced by CPP::WriteInitialization::acceptLayout(), CPP::WriteInitialization::acceptWidget(), and DatabaseInfo::acceptWidget().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ toBool()

◆ toString()

QString toString ( const DomString str)
inline

Definition at line 17 of file utils.h.

References str.