Eneboo - Documentación para desarrolladores
|
#include <layout.h>
Métodos públicos | |
HorizontalLayout (const QWidgetList &wl, QWidget *p, FormWindow *fw, QWidget *lb, bool doSetup=TRUE, bool splitter=FALSE) | |
void | doLayout () |
Métodos protegidos | |
void | setup () |
HorizontalLayout::HorizontalLayout | ( | const QWidgetList & | wl, |
QWidget * | p, | ||
FormWindow * | fw, | ||
QWidget * | lb, | ||
bool | doSetup = TRUE , |
||
bool | splitter = FALSE |
||
) |
void HorizontalLayout::doLayout | ( | ) | [virtual] |
Implementa Layout.
void HorizontalLayout::setup | ( | void | ) | [protected, virtual] |
The widget list we got in the constructor might contain too much widgets (like widgets with different parents, already laid out widgets, etc.). Here we set up the list and so the only the "best" widgets get laid out.
Reimplementado de Layout.