Skip to content
ben-sangster edited this page Nov 10, 2010 · 2 revisions

Description

A box layout to order widgets.

Signals

N/A

Functions

void addLayout (Layout layout)

  • Add layout to the current layout.

void addStretch (int amount)

  • Add a stretch of amount to the layout.

void addWidget (Widget widget)

  • Add widget to the current layout

void direction (Direction dir)

  • Change the direction of the current layout to dir.

API

layout

Clone this wiki locally