com.sibvisions.rad.ui.qt.impl.layout
Interface IQtLayout

All Known Implementing Classes:
QtBorderLayout, QtFlowLayout, QtFormLayout, QtNullLayout

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

addComponent

void addComponent(IComponent pComponent,
                  Object pConstraints)
Adds a component to the layout.

Parameters:
pComponent - the component
pConstraints - the constraints

removeComponent

void removeComponent(IComponent pComponent)
Removes a componentn from the layout.

Parameters:
pComponent - the component


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.