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

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Core.QStringListModel (
  QStringListModelValue (..),
  QStringListModelConstPtr (..),
  QStringListModelPtr (..),
  QStringListModelConst,
  QStringListModel,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  newWithContents,
  newWithContentsAndParent,
  newWithParent,
  setStringList,
  stringList,
  ) where

import Graphics.UI.Qtah.Generated.Core.QStringListModel
import Prelude ()


castConst = toQStringListModelConst
cast = toQStringListModel
downCastConst = downToQStringListModelConst
downCast = downToQStringListModel