================ Layout (hwx.gui) ================ Base class for BoxLayout and GridLayout. ---------- Properties ---------- +-------------+-------------+-------------+ | border_ | margin_ | resizeMode_ | +-------------+-------------+-------------+ | spacing_ | | +-------------+---------------------------+ -------------- Public Methods -------------- +-----------------------------+ | setProperties_ (self, kwds) | +-----------------------------+ ---------------- Property Details ---------------- .. _border: .. property:: border The spacing around the sides. .. _margin: .. property:: margin The spacing around the sides. .. _resizeMode: .. 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 .. _spacing: .. property:: spacing The spacing between widgets. -------------- Method Details -------------- .. _setProperties: .. method:: setProperties(self, kwds) Internal method called from constructors.