{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, GeneralizedNewtypeDeriving, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Widgets.QLayout (
  QLayoutValue (..),
  QLayoutConstPtr (..),
  QLayoutPtr (..),
  QLayoutConst,
  QLayout,
  castConst,
  cast,
  downCastConst,
  downCast,
  activate,
  addItem,
  addWidget,
  closestAcceptableSize,
  contentsMargins,
  contentsRect,
  count,
  indexOf,
  isEnabled,
  itemAt,
  menuBar,
  parentWidget,
  removeItem,
  removeWidget,
  setAlignment,
  setContentsMargins,
  setContentsMarginsRaw,
  setEnabled,
  setLayoutAlignment,
  setMenuBar,
  setSizeConstraint,
  setSpacing,
  setWidgetAlignment,
  sizeConstraint,
  spacing,
  takeAt,
  update,
  QLayoutSizeConstraint (..),
  ) where

import Graphics.UI.Qtah.Generated.Widgets.QLayout
import Prelude ()


castConst = toQLayoutConst
cast = toQLayout
downCastConst = downToQLayoutConst
downCast = downToQLayout