Layout (hwx.gui)¶
Base class for BoxLayout and GridLayout.
Properties¶
Public Methods¶
setProperties (self, kwds)
Property Details¶
- property border¶
The spacing around the sides.
- property margin¶
The spacing around the sides.
- property resizeMode¶
FreeResize: The widget is not constrained. Minimum: size > minimumSize Maximum: size < maximumSize MinAndMaxSize: minimumSize < size < maximumSize Fixed: Fixed at SizeHint() and cannot be resized. Auto: size > minimumSize
- property spacing¶
The spacing between widgets.
Method Details¶
- setProperties(self, kwds)¶
Internal method called from constructors.