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

(a5bb88c896170ec0c719c3a73ce932cb8d5205ca)

#include "shared_global_p.h"
+ Include dependency graph for layoutinfo_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qdesigner_internal::LayoutInfo
 

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

QDESIGNER_SHARED_EXPORT void qdesigner_internal::getFormLayoutItemPosition (const QFormLayout *formLayout, int index, int *rowPtr, int *columnPtr=nullptr, int *rowspanPtr=nullptr, int *colspanPtr=nullptr)
 
QDESIGNER_SHARED_EXPORT void qdesigner_internal::formLayoutAddWidget (QFormLayout *formLayout, QWidget *w, const QRect &r, bool insert)