NaviNIBS.util.GUI.Dock module

Bases: QScrollArea

Modify size hint behavior to prevent scrollbar showing in some situations where the widget could be given more room to grow

Return type:

QSize

Bases: QTabWidget, TContainer

Move dock to the top of the stack

Bases: StackedWidget

Modify size hint to return current widget size hint instead of maximum size

Return type:

QSize

Modify size hint to return current widget size hint instead of maximum size

Return type:

QSize

Bases: TContainer

Bases: HContainer

Bases: VContainer

Bases: QFrame

Bases: DockDrop

Bases: Dock

This signal must be emitted by slot connected to root focusObjectChanged to function.

If this Dock is stacked underneath others, raise it to the top.

Bases: DockArea

Adds a dock to this area.

Arguments:

dock

The new Dock object to add. If None, then a new Dock will be created.

position

‘bottom’, ‘top’, ‘left’, ‘right’, ‘above’, or ‘below’

relativeTo

If relativeTo is None, then the new Dock is added to fill an entire edge of the window. If relativeTo is another Dock, then the new Dock is placed adjacent to it (or in a tabbed configuration for ‘above’ and ‘below’).

All extra keyword arguments are passed to Dock.__init__() if dock is None.

Similar to superclass, but allows specifying neighbor for extra relative position