Defines the Padding Component.
Padding | Defines the Padding Component. |
Functions | |
new | |
New Padding | This Component defines the Padding of a Frame. |
Variables | |
top | The size of the top of the Padding. |
right | The size of the right side of the Padding. |
bottom | The size of the bottom of the Padding. |
left | The size of the left side of the Padding. |
stylesheet | The Padding Component’s stylesheet. |
Functions | |
updateStylesheet | Updates the Padding Component’s stylesheet. |
Properties | |
Padding Properties |
This Component defines the Padding of a Frame. The Padding between the Content and the Border.
http://doc.qt.nokia.com
Variables | |
top | The size of the top of the Padding. |
right | The size of the right side of the Padding. |
bottom | The size of the bottom of the Padding. |
left | The size of the left side of the Padding. |
stylesheet | The Padding Component’s stylesheet. |
Functions | |
updateStylesheet | Updates the Padding Component’s stylesheet. |
Properties | |
Padding Properties |
local right
The size of the right side of the Padding. Defaults to top.
local bottom
The size of the bottom of the Padding. Defaults to top.
local left
The size of the left side of the Padding. Defaults to right.
local stylesheet
The Padding Component’s stylesheet. Generated via updateStylesheet.
local function updateStylesheet ()
Updates the Padding Component’s stylesheet.
Top | Gets and sets the size of a side of the Padding Component. |
Right | Gets and sets the size of a side of the Padding Component. |
Bottom | Gets and sets the size of a side of the Padding Component. |
Left | Gets and sets the size of a side of the Padding Component. |
Stylesheet | Updates and returns the Padding Component’s stylesheet. |
local function new ( _, ... )
The size of the top of the Padding.
local top
The size of the right side of the Padding.
local right
The size of the bottom of the Padding.
local bottom
The size of the left side of the Padding.
local left
The Padding Component’s stylesheet.
local stylesheet
Updates the Padding Component’s stylesheet.
local function updateStylesheet ()