|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQtLayout
The IQtLayout defines add and remove methdos.
That's needed because QT widgets holds it's children in the layout.
| Method Summary | |
|---|---|
void |
addComponent(IComponent pComponent,
Object pConstraints)
Adds a component to the layout. |
void |
removeComponent(IComponent pComponent)
Removes a componentn from the layout. |
| Method Detail |
|---|
void addComponent(IComponent pComponent,
Object pConstraints)
pComponent - the componentpConstraints - the constraintsvoid removeComponent(IComponent pComponent)
pComponent - the component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||