Linux Standard Base Desktop Specification 4.1 | ||
---|---|---|
<<< Previous | Next >>> |
The QGridLayout::setDefaultPositioning() function shall set the positioning mode used by QGridLayout::addItem().
If orient is Qt::Horizontal, the layout is expanded to n columns, and items will be added columns-first. Otherwise it is expanded to n rows and items will be added rows-first.
This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.
<<< Previous | Home | Next >>> |
Interface Definitions for libQtGui | Up | _ZN11QHeaderView13updateSectionEi |