diff options
Diffstat (limited to 'arts/gui/common/artsgui.idl')
-rw-r--r-- | arts/gui/common/artsgui.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arts/gui/common/artsgui.idl b/arts/gui/common/artsgui.idl index 2cf5b614..de6da9e7 100644 --- a/arts/gui/common/artsgui.idl +++ b/arts/gui/common/artsgui.idl @@ -94,7 +94,7 @@ module Arts { }; /** - Some tqalignmentflags used by various widgets. + Some alignmentflags used by various widgets. Taken from Qt. (akrille) */ enum Align { @@ -117,7 +117,7 @@ module Arts { /** The LayoutBox. - Arrange your widgets vertical or horizontal. Usage is quite simple: Add the widgets you have in the right order - to the tqlayoutbox by calling addWidget(). + to the layoutbox by calling addWidget(). Thats it, no ._addChild or .tqparent with this widget. For more information see QBoxLayout. @@ -156,7 +156,7 @@ module Arts { /// The spacing between all widgets. attribute long spacing; /// The margin at the outsideborder. - attribute long tqlayoutmargin; + attribute long layoutmargin; }; /** IMHO (akrille) this should be removed and everywhere replaced with the LayoutBox... */ |