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
src_gui_kernel_qlayout.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

static void paintLayout (QPainter *painter, QLayoutItem *item)
 [0]
 while ((child=layout->takeAt(0)) !=nullptr)

Variables

QLayoutItemchild
 [0]

Function Documentation

◆ paintLayout()

void paintLayout ( QPainter * painter,
QLayoutItem * item )
static

[0]

Definition at line 5 of file src_gui_kernel_qlayout.cpp.

◆ while()

while ( (child=layout->takeAt(0)) ! = nullptr)

Definition at line 26 of file src_gui_kernel_qlayout.cpp.

Variable Documentation

◆ child

QLayoutItem * child

[0]

[1]

Definition at line 25 of file src_gui_kernel_qlayout.cpp.