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
qdesigner_internal::Utils Namespace Reference

Functions

int valueOf (const QVariant &value, bool *ok=nullptr)
 
bool isObjectAncestorOf (QObject *ancestor, QObject *child)
 
bool isCentralWidget (QDesignerFormWindowInterface *fw, QWidget *widget)
 
int indexOfWidget (QLayout *layout, QWidget *widget)
 

Function Documentation

◆ indexOfWidget()

int qdesigner_internal::Utils::indexOfWidget ( QLayout * layout,
QWidget * widget )
inline

Definition at line 94 of file layout_p.h.

◆ isCentralWidget()

bool qdesigner_internal::Utils::isCentralWidget ( QDesignerFormWindowInterface * fw,
QWidget * widget )
inline

Definition at line 531 of file qdesigner_utils_p.h.

◆ isObjectAncestorOf()

bool qdesigner_internal::Utils::isObjectAncestorOf ( QObject * ancestor,
QObject * child )
inline

Definition at line 520 of file qdesigner_utils_p.h.

◆ valueOf()

int qdesigner_internal::Utils::valueOf ( const QVariant & value,
bool * ok = nullptr )
inline

Definition at line 505 of file qdesigner_utils_p.h.