| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Classes.Gui
Description
Documentation
class QacceptDrops a b where Source
Methods
acceptDrops :: a -> b -> IO Bool Source
Instances
| QacceptDrops (QGraphicsTextItem a) () | |
| QacceptDrops (QGraphicsItem a) () | |
| QacceptDrops (QWidget a) () |
class QacceptProposedAction a b where Source
Methods
acceptProposedAction :: a -> b -> IO () Source
Instances
class QacceptedMouseButtons a b where Source
Methods
acceptedMouseButtons :: a -> b -> IO MouseButtons Source
Instances
class QacceptsHoverEvents a b where Source
Methods
acceptsHoverEvents :: a -> b -> IO Bool Source
Instances
| QacceptsHoverEvents (QGraphicsTextItem a) () | |
| QacceptsHoverEvents (QGraphicsItem a) () |
class QqactionAt a b where Source
Instances
| QqactionAt (QToolBar a) (QPoint t1) | |
| QqactionAt (QMenuBar a) (QPoint t1) | |
| QqactionAt (QMenu a) (QPoint t1) |
class QactionGeometry a b where Source
Methods
actionGeometry :: a -> b -> IO Rect Source
Instances
| QactionGeometry (QToolBar a) (QAction t1) | |
| QactionGeometry (QMenuBar a) (QAction t1) | |
| QactionGeometry (QMenu a) (QAction t1) |
class QqactionGeometry a b where Source
Methods
qactionGeometry :: a -> b -> IO (QRect ()) Source
Instances
| QqactionGeometry (QToolBar a) (QAction t1) | |
| QqactionGeometry (QMenuBar a) (QAction t1) | |
| QqactionGeometry (QMenu a) (QAction t1) |
class QactiveAction a b where Source
Methods
activeAction :: a -> b -> IO (QAction ()) Source
Instances
| QactiveAction (QMenuBar a) () | |
| QactiveAction (QMenu a) () |
class QactualSize a b where Source
Methods
actualSize :: a -> b -> IO Size Source
Instances
| QactualSize (QIcon a) Size | |
| QactualSize (QIcon a) (Size, QIconMode) | |
| QactualSize (QIconEngineV2Sc a) (Size, QIconMode, QIconState) | |
| QactualSize (QIconEngineV2 ()) (Size, QIconMode, QIconState) | |
| QactualSize (QIcon a) (Size, QIconMode, QIconState) | |
| QactualSize (QIconEngineSc a) (Size, QIconMode, QIconState) | |
| QactualSize (QIconEngine ()) (Size, QIconMode, QIconState) |
class QqactualSize a b where Source
Methods
qactualSize :: a -> b -> IO (QSize ()) Source
Instances
| QqactualSize (QIcon a) (QSize t1) | |
| QqactualSize (QIcon a) (QSize t1, QIconMode) | |
| QqactualSize (QIconEngineV2Sc a) (QSize t1, QIconMode, QIconState) | |
| QqactualSize (QIconEngineV2 ()) (QSize t1, QIconMode, QIconState) | |
| QqactualSize (QIcon a) (QSize t1, QIconMode, QIconState) | |
| QqactualSize (QIconEngineSc a) (QSize t1, QIconMode, QIconState) | |
| QqactualSize (QIconEngine ()) (QSize t1, QIconMode, QIconState) |
class QaddAction a b c | a b -> c where Source
Instances
class QaddButton a b c | b -> c where Source
Instances
| QaddButton (QDialogButtonBox a) QDialogButtonBoxStandardButton (IO (QPushButton ())) | |
| QaddButton (QMessageBox a) QMessageBoxStandardButton (IO (QPushButton ())) | |
| QaddButton (QButtonGroup a) (QAbstractButton t1) (IO ()) | |
| QaddButton (QDialogButtonBox a) (String, QDialogButtonBoxButtonRole) (IO (QPushButton ())) | |
| QaddButton (QDialogButtonBox a) (QAbstractButton t1, QDialogButtonBoxButtonRole) (IO ()) | |
| QaddButton (QButtonGroup a) (QAbstractButton t1, Int) (IO ()) | |
| QaddButton (QMessageBox a) (String, QMessageBoxButtonRole) (IO (QPushButton ())) | |
| QaddButton (QMessageBox a) (QAbstractButton t1, QMessageBoxButtonRole) (IO ()) |
class QaddChildLayout a b where Source
Methods
addChildLayout :: a -> b -> IO () Source
Instances
| QaddChildLayout (QStackedLayoutSc a) (QLayout t1) | |
| QaddChildLayout (QStackedLayout ()) (QLayout t1) | |
| QaddChildLayout (QGridLayoutSc a) (QLayout t1) | |
| QaddChildLayout (QGridLayout ()) (QLayout t1) | |
| QaddChildLayout (QHBoxLayoutSc a) (QLayout t1) | |
| QaddChildLayout (QHBoxLayout ()) (QLayout t1) | |
| QaddChildLayout (QVBoxLayoutSc a) (QLayout t1) | |
| QaddChildLayout (QVBoxLayout ()) (QLayout t1) | |
| QaddChildLayout (QBoxLayoutSc a) (QLayout t1) | |
| QaddChildLayout (QBoxLayout ()) (QLayout t1) | |
| QaddChildLayout (QLayoutSc a) (QLayout t1) | |
| QaddChildLayout (QLayout ()) (QLayout t1) |
class QaddChildWidget a b where Source
Methods
addChildWidget :: a -> b -> IO () Source
Instances
| QaddChildWidget (QStackedLayoutSc a) (QWidget t1) | |
| QaddChildWidget (QStackedLayout ()) (QWidget t1) | |
| QaddChildWidget (QGridLayoutSc a) (QWidget t1) | |
| QaddChildWidget (QGridLayout ()) (QWidget t1) | |
| QaddChildWidget (QHBoxLayoutSc a) (QWidget t1) | |
| QaddChildWidget (QHBoxLayout ()) (QWidget t1) | |
| QaddChildWidget (QVBoxLayoutSc a) (QWidget t1) | |
| QaddChildWidget (QVBoxLayout ()) (QWidget t1) | |
| QaddChildWidget (QBoxLayoutSc a) (QWidget t1) | |
| QaddChildWidget (QBoxLayout ()) (QWidget t1) | |
| QaddChildWidget (QLayoutSc a) (QWidget t1) | |
| QaddChildWidget (QLayout ()) (QWidget t1) |
class QaddEllipse a b c | a -> c where Source
Methods
addEllipse :: a -> b -> c Source
Instances
| QaddEllipse (QGraphicsScene a) RectF (IO (QGraphicsEllipseItem ())) | |
| QaddEllipse (QPainterPath a) RectF (IO ()) | |
| QaddEllipse (QGraphicsScene a) (RectF, QPen t2) (IO (QGraphicsEllipseItem ())) | |
| QaddEllipse (QGraphicsScene a) (RectF, QPen t2, QBrush t3) (IO (QGraphicsEllipseItem ())) | |
| QaddEllipse (QGraphicsScene a) (Double, Double, Double, Double) (IO (QGraphicsEllipseItem ())) | |
| QaddEllipse (QPainterPath a) (Double, Double, Double, Double) (IO ()) | |
| QaddEllipse (QGraphicsScene a) (Double, Double, Double, Double, QPen t5) (IO (QGraphicsEllipseItem ())) | |
| QaddEllipse (QGraphicsScene a) (Double, Double, Double, Double, QPen t5, QBrush t6) (IO (QGraphicsEllipseItem ())) |
class QqaddEllipse a b c | a -> c where Source
Methods
qaddEllipse :: a -> b -> c Source
Instances
| QqaddEllipse (QGraphicsScene a) (QRectF t1) (IO (QGraphicsEllipseItem ())) | |
| QqaddEllipse (QPainterPath a) (QRectF t1) (IO ()) | |
| QqaddEllipse (QGraphicsScene a) (QRectF t1, QPen t2) (IO (QGraphicsEllipseItem ())) | |
| QqaddEllipse (QGraphicsScene a) (QRectF t1, QPen t2, QBrush t3) (IO (QGraphicsEllipseItem ())) |
class QaddFile a b where Source
Instances
| QaddFile (QIcon a) String | |
| QaddFile (QIcon a) (String, Size) | |
| QaddFile (QIcon a) (String, Size, QIconMode) | |
| QaddFile (QIconEngineV2Sc a) (String, Size, QIconMode, QIconState) | |
| QaddFile (QIconEngineV2 ()) (String, Size, QIconMode, QIconState) | |
| QaddFile (QIcon a) (String, Size, QIconMode, QIconState) | |
| QaddFile (QIconEngineSc a) (String, Size, QIconMode, QIconState) | |
| QaddFile (QIconEngine ()) (String, Size, QIconMode, QIconState) |
class QqaddFile a b where Source
Instances
| QqaddFile (QIcon a) (String, QSize t2) | |
| QqaddFile (QIcon a) (String, QSize t2, QIconMode) | |
| QqaddFile (QIconEngineV2Sc a) (String, QSize t2, QIconMode, QIconState) | |
| QqaddFile (QIconEngineV2 ()) (String, QSize t2, QIconMode, QIconState) | |
| QqaddFile (QIcon a) (String, QSize t2, QIconMode, QIconState) | |
| QqaddFile (QIconEngineSc a) (String, QSize t2, QIconMode, QIconState) | |
| QqaddFile (QIconEngine ()) (String, QSize t2, QIconMode, QIconState) |
class QaddItem a b c | a -> c where Source
Instances
class QaddLayout a b where Source
Instances
| QaddLayout (QBoxLayout a) (QLayout t1) | |
| QaddLayout (QBoxLayout a) (QLayout t1, Int) | |
| QaddLayout (QGridLayout a) (QLayout t1, Int, Int) | |
| QaddLayout (QGridLayout a) (QLayout t1, Int, Int, Alignment) | |
| QaddLayout (QGridLayout a) (QLayout t1, Int, Int, Int, Int) | |
| QaddLayout (QGridLayout a) (QLayout t1, Int, Int, Int, Int, Alignment) |
class QaddPath a b c | a -> c where Source
Instances
| QaddPath (QGraphicsScene a) (QPainterPath t1) (IO (QGraphicsPathItem ())) | |
| QaddPath (QPainterPath a) (QPainterPath t1) (IO ()) | |
| QaddPath (QGraphicsScene a) (QPainterPath t1, QPen t2) (IO (QGraphicsPathItem ())) | |
| QaddPath (QGraphicsScene a) (QPainterPath t1, QPen t2, QBrush t3) (IO (QGraphicsPathItem ())) |
class QaddPixmap a b c | a -> c where Source
Instances
| QaddPixmap (QGraphicsScene a) (QPixmap t1) (IO (QGraphicsPixmapItem ())) | |
| QaddPixmap (QIcon a) (QPixmap t1) (IO ()) | |
| QaddPixmap (QIcon a) (QPixmap t1, QIconMode) (IO ()) | |
| QaddPixmap (QIconEngineV2Sc a) (QPixmap t1, QIconMode, QIconState) (IO ()) | |
| QaddPixmap (QIconEngineV2 ()) (QPixmap t1, QIconMode, QIconState) (IO ()) | |
| QaddPixmap (QIcon a) (QPixmap t1, QIconMode, QIconState) (IO ()) | |
| QaddPixmap (QIconEngineSc a) (QPixmap t1, QIconMode, QIconState) (IO ()) | |
| QaddPixmap (QIconEngine ()) (QPixmap t1, QIconMode, QIconState) (IO ()) |
class QaddPolygon a b c | a -> c where Source
Methods
addPolygon :: a -> b -> c Source
Instances
| QaddPolygon (QGraphicsScene a) (QPolygonF t1) (IO (QGraphicsPolygonItem ())) | |
| QaddPolygon (QPainterPath a) (QPolygonF t1) (IO ()) | |
| QaddPolygon (QGraphicsScene a) (QPolygonF t1, QPen t2) (IO (QGraphicsPolygonItem ())) | |
| QaddPolygon (QGraphicsScene a) (QPolygonF t1, QPen t2, QBrush t3) (IO (QGraphicsPolygonItem ())) |
class QaddRect a b c | a -> c where Source
Instances
| QaddRect (QGraphicsScene a) RectF (IO (QGraphicsRectItem ())) | |
| QaddRect (QPainterPath a) RectF (IO ()) | |
| QaddRect (QGraphicsScene a) (RectF, QPen t2) (IO (QGraphicsRectItem ())) | |
| QaddRect (QGraphicsScene a) (RectF, QPen t2, QBrush t3) (IO (QGraphicsRectItem ())) | |
| QaddRect (QGraphicsScene a) (Double, Double, Double, Double) (IO (QGraphicsRectItem ())) | |
| QaddRect (QPainterPath a) (Double, Double, Double, Double) (IO ()) | |
| QaddRect (QGraphicsScene a) (Double, Double, Double, Double, QPen t5) (IO (QGraphicsRectItem ())) | |
| QaddRect (QGraphicsScene a) (Double, Double, Double, Double, QPen t5, QBrush t6) (IO (QGraphicsRectItem ())) |
class QqaddRect a b c | a -> c where Source
Instances
| QqaddRect (QGraphicsScene a) (QRectF t1) (IO (QGraphicsRectItem ())) | |
| QqaddRect (QPainterPath a) (QRectF t1) (IO ()) | |
| QqaddRect (QGraphicsScene a) (QRectF t1, QPen t2) (IO (QGraphicsRectItem ())) | |
| QqaddRect (QGraphicsScene a) (QRectF t1, QPen t2, QBrush t3) (IO (QGraphicsRectItem ())) |
class QaddSeparator a b where Source
Methods
addSeparator :: a -> b -> IO (QAction ()) Source
Instances
| QaddSeparator (QToolBar a) () | |
| QaddSeparator (QMenuBar a) () | |
| QaddSeparator (QMenu a) () |
class QaddText a b c | a -> c where Source
Instances
| QaddText (QGraphicsScene a) String (IO (QGraphicsTextItem ())) | |
| QaddText (QGraphicsScene a) (String, QFont t2) (IO (QGraphicsTextItem ())) | |
| QaddText (QPainterPath a) (PointF, QFont t2, String) (IO ()) | |
| QaddText (QPainterPath a) (Double, Double, QFont t3, String) (IO ()) |
class QaddToIndex a b where Source
Methods
addToIndex :: a -> b -> IO () Source
Instances
| QaddToIndex (QGraphicsTextItemSc a) () | |
| QaddToIndex (QGraphicsTextItem ()) () | |
| QaddToIndex (QGraphicsItemGroupSc a) () | |
| QaddToIndex (QGraphicsItemGroup ()) () | |
| QaddToIndex (QGraphicsPixmapItemSc a) () | |
| QaddToIndex (QGraphicsPixmapItem ()) () | |
| QaddToIndex (QGraphicsLineItemSc a) () | |
| QaddToIndex (QGraphicsLineItem ()) () | |
| QaddToIndex (QGraphicsPolygonItemSc a) () | |
| QaddToIndex (QGraphicsPolygonItem ()) () | |
| QaddToIndex (QGraphicsPathItemSc a) () | |
| QaddToIndex (QGraphicsPathItem ()) () | |
| QaddToIndex (QGraphicsRectItemSc a) () | |
| QaddToIndex (QGraphicsRectItem ()) () | |
| QaddToIndex (QGraphicsSimpleTextItemSc a) () | |
| QaddToIndex (QGraphicsSimpleTextItem ()) () | |
| QaddToIndex (QGraphicsEllipseItemSc a) () | |
| QaddToIndex (QGraphicsEllipseItem ()) () | |
| QaddToIndex (QAbstractGraphicsShapeItemSc a) () | |
| QaddToIndex (QAbstractGraphicsShapeItem ()) () | |
| QaddToIndex (QGraphicsItemSc a) () | |
| QaddToIndex (QGraphicsItem ()) () |
class QaddWidget a b c | a -> c where Source
Instances
class QadjustPosition a b where Source
Methods
adjustPosition :: a -> b -> IO () Source
Instances
| QadjustPosition (QProgressDialogSc a) (QWidget t1) | |
| QadjustPosition (QProgressDialog ()) (QWidget t1) | |
| QadjustPosition (QFileDialogSc a) (QWidget t1) | |
| QadjustPosition (QFileDialog ()) (QWidget t1) | |
| QadjustPosition (QErrorMessageSc a) (QWidget t1) | |
| QadjustPosition (QErrorMessage ()) (QWidget t1) | |
| QadjustPosition (QMessageBoxSc a) (QWidget t1) | |
| QadjustPosition (QMessageBox ()) (QWidget t1) | |
| QadjustPosition (QAbstractPageSetupDialogSc a) (QWidget t1) | |
| QadjustPosition (QAbstractPageSetupDialog ()) (QWidget t1) | |
| QadjustPosition (QPrintDialogSc a) (QWidget t1) | |
| QadjustPosition (QPrintDialog ()) (QWidget t1) | |
| QadjustPosition (QAbstractPrintDialogSc a) (QWidget t1) | |
| QadjustPosition (QAbstractPrintDialog ()) (QWidget t1) | |
| QadjustPosition (QDialogSc a) (QWidget t1) | |
| QadjustPosition (QDialog ()) (QWidget t1) |
class QadjustSize a b where Source
Methods
adjustSize :: a -> b -> IO () Source
Instances
| QadjustSize (QGraphicsTextItem a) () | |
| QadjustSize (QTextDocument a) () | |
| QadjustSize (QWidget a) () |
class Qadvance a b where Source
Instances
class Qalignment a b where Source
Instances
| Qalignment (QGroupBox a) () | |
| Qalignment (QProgressBar a) () | |
| Qalignment (QLineEdit a) () | |
| Qalignment (QTextTableFormat a) () | |
| Qalignment (QTextBlockFormat a) () | |
| Qalignment (QLabel a) () | |
| Qalignment (QGraphicsView a) () | |
| Qalignment (QTextOption a) () | |
| Qalignment (QTextEdit a) () | |
| Qalignment (QAbstractSpinBox a) () |
class QalignmentRect a b where Source
Methods
alignmentRect :: a -> b -> IO Rect Source
Instances
| QalignmentRect (QStackedLayoutSc a) Rect | |
| QalignmentRect (QStackedLayout ()) Rect | |
| QalignmentRect (QGridLayoutSc a) Rect | |
| QalignmentRect (QGridLayout ()) Rect | |
| QalignmentRect (QHBoxLayoutSc a) Rect | |
| QalignmentRect (QHBoxLayout ()) Rect | |
| QalignmentRect (QVBoxLayoutSc a) Rect | |
| QalignmentRect (QVBoxLayout ()) Rect | |
| QalignmentRect (QBoxLayoutSc a) Rect | |
| QalignmentRect (QBoxLayout ()) Rect | |
| QalignmentRect (QLayoutSc a) Rect | |
| QalignmentRect (QLayout ()) Rect |
class QqalignmentRect a b where Source
Methods
qalignmentRect :: a -> b -> IO (QRect ()) Source
Instances
| QqalignmentRect (QStackedLayoutSc a) (QRect t1) | |
| QqalignmentRect (QStackedLayout ()) (QRect t1) | |
| QqalignmentRect (QGridLayoutSc a) (QRect t1) | |
| QqalignmentRect (QGridLayout ()) (QRect t1) | |
| QqalignmentRect (QHBoxLayoutSc a) (QRect t1) | |
| QqalignmentRect (QHBoxLayout ()) (QRect t1) | |
| QqalignmentRect (QVBoxLayoutSc a) (QRect t1) | |
| QqalignmentRect (QVBoxLayout ()) (QRect t1) | |
| QqalignmentRect (QBoxLayoutSc a) (QRect t1) | |
| QqalignmentRect (QBoxLayout ()) (QRect t1) | |
| QqalignmentRect (QLayoutSc a) (QRect t1) | |
| QqalignmentRect (QLayout ()) (QRect t1) |
class QallowedAreas a b c | a -> c where Source
Methods
allowedAreas :: a -> b -> c Source
Instances
| QallowedAreas (QToolBar a) () (IO ToolBarAreas) | |
| QallowedAreas (QDockWidget a) () (IO DockWidgetAreas) |
class QalphaChannel a b c | a -> c where Source
Methods
alphaChannel :: a -> b -> c Source
Instances
| QalphaChannel (QImageSc a) () (IO (QImage ())) | |
| QalphaChannel (QImage ()) () (IO (QImage ())) | |
| QalphaChannel (QPixmapSc a) () (IO (QPixmap ())) | |
| QalphaChannel (QPixmap ()) () (IO (QPixmap ())) |
class QalphaChannel_nf a b c | a -> c where Source
Methods
alphaChannel_nf :: a -> b -> c Source
Instances
| QalphaChannel_nf (QImageSc a) () (IO (QImage ())) | |
| QalphaChannel_nf (QImage ()) () (IO (QImage ())) | |
| QalphaChannel_nf (QPixmapSc a) () (IO (QPixmap ())) | |
| QalphaChannel_nf (QPixmap ()) () (IO (QPixmap ())) |
class QqanchorAt a b where Source
Instances
| QqanchorAt (QAbstractTextDocumentLayout a) (QPointF t1) | |
| QqanchorAt (QTextEdit a) (QPoint t1) |
class QappendRow a b where Source
Instances
| QappendRow (QStandardItemModel a) (QStandardItem t1) | |
| QappendRow (QStandardItem a) (QStandardItem t1) |
class QarrowType a b where Source
Instances
| QarrowType (QStyleOptionToolButton a) () | |
| QarrowType (QToolButton a) () |
class QautoRepeat a b where Source
Methods
autoRepeat :: a -> b -> IO Bool Source
Instances
| QautoRepeat (QShortcut a) () | |
| QautoRepeat (QAction a) () | |
| QautoRepeat (QAbstractButton a) () |
class QaverageCharWidth a b c | a -> c where Source
Methods
averageCharWidth :: a -> b -> c Source
Instances
| QaverageCharWidth (QFontMetricsF a) () (IO Double) | |
| QaverageCharWidth (QFontMetrics a) () (IO Int) |
class Qbackground a b where Source
Methods
background :: a -> b -> IO (QBrush ()) Source
Instances
| Qbackground (QPalette a) () | |
| Qbackground (QStandardItem a) () | |
| Qbackground (QTreeWidgetItem a) Int | |
| Qbackground (QPainter a) () | |
| Qbackground (QListWidgetItem a) () | |
| Qbackground (QTableWidgetItem a) () | |
| Qbackground (QTextFormat a) () |
class QbackgroundBrush a b where Source
Methods
backgroundBrush :: a -> b -> IO (QBrush ()) Source
Instances
| QbackgroundBrush (QGraphicsScene a) () | |
| QbackgroundBrush (QGraphicsView a) () |
class QbackgroundColor a b where Source
Methods
backgroundColor :: a -> b -> IO (QColor ()) Source
Instances
| QbackgroundColor (QStyleOptionFocusRect a) () | |
| QbackgroundColor (QMovie a) () | |
| QbackgroundColor (QTreeWidgetItem a) Int | |
| QbackgroundColor (QListWidgetItem a) () | |
| QbackgroundColor (QTableWidgetItem a) () |
class Qbegin a b c | a -> c where Source
Instances
| Qbegin (QTextDocument a) () (IO (QTextBlock ())) | |
| Qbegin (QPainter a) (QWidget t1) (IO Bool) | |
| Qbegin (QPainter a) (QPaintDevice t1) (IO Bool) |
class QblockFormat a b where Source
Methods
blockFormat :: a -> b -> IO (QTextBlockFormat ()) Source
Instances
| QblockFormat (QTextBlock a) () | |
| QblockFormat (QTextCursor a) () |
class QblockFormatChanged a b where Source
Methods
blockFormatChanged :: a -> b -> IO () Source
Instances
| QblockFormatChanged (QTextListSc a) (QTextBlock t1) | |
| QblockFormatChanged (QTextList ()) (QTextBlock t1) | |
| QblockFormatChanged (QTextBlockGroupSc a) (QTextBlock t1) | |
| QblockFormatChanged (QTextBlockGroup ()) (QTextBlock t1) |
class QblockInserted a b where Source
Methods
blockInserted :: a -> b -> IO () Source
Instances
| QblockInserted (QTextListSc a) (QTextBlock t1) | |
| QblockInserted (QTextList ()) (QTextBlock t1) | |
| QblockInserted (QTextBlockGroupSc a) (QTextBlock t1) | |
| QblockInserted (QTextBlockGroup ()) (QTextBlock t1) |
class QblockList a b where Source
Methods
blockList :: a -> b -> IO [QTextBlock ()] Source
Instances
| QblockList (QTextListSc a) () | |
| QblockList (QTextList ()) () | |
| QblockList (QTextBlockGroupSc a) () | |
| QblockList (QTextBlockGroup ()) () |
class QblockRemoved a b where Source
Methods
blockRemoved :: a -> b -> IO () Source
Instances
| QblockRemoved (QTextListSc a) (QTextBlock t1) | |
| QblockRemoved (QTextList ()) (QTextBlock t1) | |
| QblockRemoved (QTextBlockGroupSc a) (QTextBlock t1) | |
| QblockRemoved (QTextBlockGroup ()) (QTextBlock t1) |
class QbottomMargin a b where Source
Methods
bottomMargin :: a -> b -> IO Double Source
Instances
| QbottomMargin (QTextBlockFormat a) () | |
| QbottomMargin (QTextFrameFormat a) () |
class QcacheMode a b c | a -> c where Source
Instances
| QcacheMode (QMovie a) () (IO QMovieCacheMode) | |
| QcacheMode (QGraphicsView a) () (IO QGraphicsViewCacheMode) |
class QcanInsertFromMimeData a b where Source
Methods
canInsertFromMimeData :: a -> b -> IO Bool Source
Instances
| QcanInsertFromMimeData (QTextBrowserSc a) (QMimeData t1) | |
| QcanInsertFromMimeData (QTextBrowser ()) (QMimeData t1) | |
| QcanInsertFromMimeData (QTextEditSc a) (QMimeData t1) | |
| QcanInsertFromMimeData (QTextEdit ()) (QMimeData t1) |
class QcanRedo a b where Source
Instances
| QcanRedo (QUndoGroup a) () | |
| QcanRedo (QUndoStack a) () |
class QcanUndo a b where Source
Instances
| QcanUndo (QUndoGroup a) () | |
| QcanUndo (QUndoStack a) () |
class QcharFormat a b where Source
Methods
charFormat :: a -> b -> IO (QTextCharFormat ()) Source
Instances
| QcharFormat (QTextBlock a) () | |
| QcharFormat (QTextFragment a) () | |
| QcharFormat (QTextCursor a) () |
class QcharFormatIndex a b where Source
Methods
charFormatIndex :: a -> b -> IO Int Source
Instances
| QcharFormatIndex (QTextBlock a) () | |
| QcharFormatIndex (QTextFragment a) () |
class QcheckState a b where Source
Methods
checkState :: a -> b -> IO CheckState Source
Instances
| QcheckState (QCheckBox a) () | |
| QcheckState (QStandardItem a) () | |
| QcheckState (QTreeWidgetItem a) Int | |
| QcheckState (QListWidgetItem a) () | |
| QcheckState (QTableWidgetItem a) () |
class QcheckStateSet a b where Source
Methods
checkStateSet :: a -> b -> IO () Source
Instances
| QcheckStateSet (QToolButtonSc a) () | |
| QcheckStateSet (QToolButton ()) () | |
| QcheckStateSet (QCheckBoxSc a) () | |
| QcheckStateSet (QCheckBox ()) () | |
| QcheckStateSet (QRadioButtonSc a) () | |
| QcheckStateSet (QRadioButton ()) () | |
| QcheckStateSet (QPushButtonSc a) () | |
| QcheckStateSet (QPushButton ()) () | |
| QcheckStateSet (QAbstractButtonSc a) () | |
| QcheckStateSet (QAbstractButton ()) () |
class QchildrenBoundingRect a b where Source
Methods
childrenBoundingRect :: a -> b -> IO RectF Source
Instances
class QqchildrenBoundingRect a b where Source
Methods
qchildrenBoundingRect :: a -> b -> IO (QRectF ()) Source
Instances
class QcleanText a b where Source
Instances
| QcleanText (QSpinBox a) () | |
| QcleanText (QDoubleSpinBox a) () |
class QclearFocus a b where Source
Methods
clearFocus :: a -> b -> IO () Source
Instances
| QclearFocus (QGraphicsTextItem a) () | |
| QclearFocus (QGraphicsScene a) () | |
| QclearFocus (QGraphicsItem a) () | |
| QclearFocus (QWidget a) () |
class QclearMessage a b where Source
Methods
clearMessage :: a -> b -> IO () Source
Instances
| QclearMessage (QStatusBar a) () | |
| QclearMessage (QSplashScreen a) () |
class QclearSelection a b where Source
Methods
clearSelection :: a -> b -> IO () Source
Instances
| QclearSelection (QItemSelectionModel a) () | |
| QclearSelection (QGraphicsScene a) () | |
| QclearSelection (QTextCursor a) () | |
| QclearSelection (QAbstractItemView a) () |
class Qclone a b c | a -> c where Source
Instances
| Qclone (QTextDocument a) () (IO (QTextDocument ())) | |
| Qclone (QIconEngineV2Sc a) () (IO (QIconEngineV2 ())) | |
| Qclone (QIconEngineV2 ()) () (IO (QIconEngineV2 ())) | |
| Qclone (QStandardItemSc a) () (IO (QStandardItem ())) | |
| Qclone (QStandardItem ()) () (IO (QStandardItem ())) | |
| Qclone (QTreeWidgetItemSc a) () (IO (QTreeWidgetItem ())) | |
| Qclone (QTreeWidgetItem ()) () (IO (QTreeWidgetItem ())) | |
| Qclone (QListWidgetItemSc a) () (IO (QListWidgetItem ())) | |
| Qclone (QListWidgetItem ()) () (IO (QListWidgetItem ())) | |
| Qclone (QTableWidgetItemSc a) () (IO (QTableWidgetItem ())) | |
| Qclone (QTableWidgetItem ()) () (IO (QTableWidgetItem ())) | |
| Qclone (QTextDocument a) (QObject t1) (IO (QTextDocument ())) |
class QcloseEditor a b where Source
Methods
closeEditor :: a -> b -> IO () Source
Instances
class QclosePersistentEditor a b where Source
Methods
closePersistentEditor :: a -> b -> IO () Source
Instances
class QcollidesWithItem a b where Source
Methods
collidesWithItem :: a -> b -> IO Bool Source
Instances
class QcollidesWithPath a b where Source
Methods
collidesWithPath :: a -> b -> IO Bool Source
Instances
class QcollidingItems a b where Source
Methods
collidingItems :: a -> b -> IO [QGraphicsItem ()] Source
Instances
class QcolumnCountChanged a b where Source
Methods
columnCountChanged :: a -> b -> IO () Source
Instances
| QcolumnCountChanged (QTreeWidgetSc a) (Int, Int) | |
| QcolumnCountChanged (QTreeWidget ()) (Int, Int) | |
| QcolumnCountChanged (QTableWidgetSc a) (Int, Int) | |
| QcolumnCountChanged (QTableWidget ()) (Int, Int) | |
| QcolumnCountChanged (QTableViewSc a) (Int, Int) | |
| QcolumnCountChanged (QTableView ()) (Int, Int) | |
| QcolumnCountChanged (QTreeViewSc a) (Int, Int) | |
| QcolumnCountChanged (QTreeView ()) (Int, Int) |
class QcolumnMoved a b where Source
Methods
columnMoved :: a -> b -> IO () Source
Instances
| QcolumnMoved (QTreeWidgetSc a) () | |
| QcolumnMoved (QTreeWidget ()) () | |
| QcolumnMoved (QTreeViewSc a) () | |
| QcolumnMoved (QTreeView ()) () | |
| QcolumnMoved (QTableWidgetSc a) (Int, Int, Int) | |
| QcolumnMoved (QTableWidget ()) (Int, Int, Int) | |
| QcolumnMoved (QTableViewSc a) (Int, Int, Int) | |
| QcolumnMoved (QTableView ()) (Int, Int, Int) |
class QcolumnResized a b where Source
Methods
columnResized :: a -> b -> IO () Source
Instances
| QcolumnResized (QTreeWidgetSc a) (Int, Int, Int) | |
| QcolumnResized (QTreeWidget ()) (Int, Int, Int) | |
| QcolumnResized (QTableWidgetSc a) (Int, Int, Int) | |
| QcolumnResized (QTableWidget ()) (Int, Int, Int) | |
| QcolumnResized (QTableViewSc a) (Int, Int, Int) | |
| QcolumnResized (QTableView ()) (Int, Int, Int) | |
| QcolumnResized (QTreeViewSc a) (Int, Int, Int) | |
| QcolumnResized (QTreeView ()) (Int, Int, Int) |
class QcolumnSpan a b where Source
Methods
columnSpan :: a -> b -> IO Int Source
Instances
| QcolumnSpan (QTextTableCell a) () | |
| QcolumnSpan (QTableView a) (Int, Int) |
class QcolumnViewportPosition a b where Source
Methods
columnViewportPosition :: a -> b -> IO Int Source
Instances
class QcolumnWidth a b where Source
Methods
columnWidth :: a -> b -> IO Int Source
Instances
| QcolumnWidth (QTableView a) Int | |
| QcolumnWidth (QTreeView a) Int |
class Qcolumns a b where Source
Instances
| Qcolumns (QTextTableFormat a) () | |
| Qcolumns (QTextTable a) () |
class QcommitData a b where Source
Methods
commitData :: a -> b -> IO () Source
Instances
| QcommitData (QTreeWidgetSc a) (QWidget t1) | |
| QcommitData (QTreeWidget ()) (QWidget t1) | |
| QcommitData (QTableWidgetSc a) (QWidget t1) | |
| QcommitData (QTableWidget ()) (QWidget t1) | |
| QcommitData (QUndoViewSc a) (QWidget t1) | |
| QcommitData (QUndoView ()) (QWidget t1) | |
| QcommitData (QListWidgetSc a) (QWidget t1) | |
| QcommitData (QListWidget ()) (QWidget t1) | |
| QcommitData (QHeaderViewSc a) (QWidget t1) | |
| QcommitData (QHeaderView ()) (QWidget t1) | |
| QcommitData (QTableViewSc a) (QWidget t1) | |
| QcommitData (QTableView ()) (QWidget t1) | |
| QcommitData (QTreeViewSc a) (QWidget t1) | |
| QcommitData (QTreeView ()) (QWidget t1) | |
| QcommitData (QListViewSc a) (QWidget t1) | |
| QcommitData (QListView ()) (QWidget t1) | |
| QcommitData (QAbstractItemViewSc a) (QWidget t1) | |
| QcommitData (QAbstractItemView ()) (QWidget t1) |
class Qcompleter a b where Source
Methods
completer :: a -> b -> IO (QCompleter ()) Source
Instances
| Qcompleter (QLineEdit a) () | |
| Qcompleter (QComboBox a) () |
class QcontentsRect a b where Source
Methods
contentsRect :: a -> b -> IO Rect Source
Instances
| QcontentsRect (QLayout a) () | |
| QcontentsRect (QWidget a) () |
class QqcontentsRect a b where Source
Methods
qcontentsRect :: a -> b -> IO (QRect ()) Source
Instances
| QqcontentsRect (QLayout a) () | |
| QqcontentsRect (QWidget a) () |
class QcontentsSize a b where Source
Methods
contentsSize :: a -> b -> IO Size Source
Instances
| QcontentsSize (QUndoViewSc a) () | |
| QcontentsSize (QUndoView ()) () | |
| QcontentsSize (QListWidgetSc a) () | |
| QcontentsSize (QListWidget ()) () | |
| QcontentsSize (QListViewSc a) () | |
| QcontentsSize (QListView ()) () |
class QqcontentsSize a b where Source
Methods
qcontentsSize :: a -> b -> IO (QSize ()) Source
Instances
| QqcontentsSize (QUndoViewSc a) () | |
| QqcontentsSize (QUndoView ()) () | |
| QqcontentsSize (QListWidgetSc a) () | |
| QqcontentsSize (QListWidget ()) () | |
| QqcontentsSize (QListViewSc a) () | |
| QqcontentsSize (QListView ()) () |
class Qcorner a b c | a -> c where Source
Instances
| Qcorner (QMainWindow a) Corner (IO DockWidgetArea) | |
| Qcorner (QStyleOptionSizeGrip a) () (IO Corner) |
class QcornerWidget a b where Source
Methods
cornerWidget :: a -> b -> IO (QWidget ()) Source
Instances
| QcornerWidget (QMenuBar a) Corner | |
| QcornerWidget (QMenuBar a) () | |
| QcornerWidget (QTabWidget a) Corner | |
| QcornerWidget (QTabWidget a) () | |
| QcornerWidget (QAbstractScrollArea a) () |
class QcreateEditor a b where Source
Methods
createEditor :: a -> b -> IO (QWidget ()) Source
Instances
| QcreateEditor (QItemEditorFactorySc a) (QVariantType, QWidget t2) | |
| QcreateEditor (QItemEditorFactory ()) (QVariantType, QWidget t2) | |
| QcreateEditor (QAbstractItemDelegateSc a) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QcreateEditor (QAbstractItemDelegate ()) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QcreateEditor (QItemDelegateSc a) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QcreateEditor (QItemDelegate ()) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) |
class QcreateHeuristicMask a b c | a -> c where Source
Methods
createHeuristicMask :: a -> b -> c Source
Instances
| QcreateHeuristicMask (QImageSc a) Bool (IO (QImage ())) | |
| QcreateHeuristicMask (QImageSc a) () (IO (QImage ())) | |
| QcreateHeuristicMask (QImage ()) Bool (IO (QImage ())) | |
| QcreateHeuristicMask (QImage ()) () (IO (QImage ())) | |
| QcreateHeuristicMask (QPixmapSc a) Bool (IO (QBitmap ())) | |
| QcreateHeuristicMask (QPixmapSc a) () (IO (QBitmap ())) | |
| QcreateHeuristicMask (QPixmap ()) Bool (IO (QBitmap ())) | |
| QcreateHeuristicMask (QPixmap ()) () (IO (QBitmap ())) |
class QcreateHeuristicMask_nf a b c | a -> c where Source
Methods
createHeuristicMask_nf :: a -> b -> c Source
Instances
| QcreateHeuristicMask_nf (QImageSc a) Bool (IO (QImage ())) | |
| QcreateHeuristicMask_nf (QImageSc a) () (IO (QImage ())) | |
| QcreateHeuristicMask_nf (QImage ()) Bool (IO (QImage ())) | |
| QcreateHeuristicMask_nf (QImage ()) () (IO (QImage ())) | |
| QcreateHeuristicMask_nf (QPixmapSc a) Bool (IO (QBitmap ())) | |
| QcreateHeuristicMask_nf (QPixmapSc a) () (IO (QBitmap ())) | |
| QcreateHeuristicMask_nf (QPixmap ()) Bool (IO (QBitmap ())) | |
| QcreateHeuristicMask_nf (QPixmap ()) () (IO (QBitmap ())) |
class QcreateMaskFromColor a b c | a -> c where Source
Methods
createMaskFromColor :: a -> b -> c Source
Instances
| QcreateMaskFromColor (QImageSc a) Int (IO (QImage ())) | |
| QcreateMaskFromColor (QImage ()) Int (IO (QImage ())) | |
| QcreateMaskFromColor (QPixmapSc a) (QColor t1) (IO (QBitmap ())) | |
| QcreateMaskFromColor (QPixmap ()) (QColor t1) (IO (QBitmap ())) | |
| QcreateMaskFromColor (QImageSc a) (Int, MaskMode) (IO (QImage ())) | |
| QcreateMaskFromColor (QImage ()) (Int, MaskMode) (IO (QImage ())) | |
| QcreateMaskFromColor (QPixmapSc a) (QColor t1, MaskMode) (IO (QBitmap ())) | |
| QcreateMaskFromColor (QPixmap ()) (QColor t1, MaskMode) (IO (QBitmap ())) |
class QcreateMaskFromColor_nf a b c | a -> c where Source
Methods
createMaskFromColor_nf :: a -> b -> c Source
Instances
| QcreateMaskFromColor_nf (QImageSc a) Int (IO (QImage ())) | |
| QcreateMaskFromColor_nf (QImage ()) Int (IO (QImage ())) | |
| QcreateMaskFromColor_nf (QPixmapSc a) (QColor t1) (IO (QBitmap ())) | |
| QcreateMaskFromColor_nf (QPixmap ()) (QColor t1) (IO (QBitmap ())) | |
| QcreateMaskFromColor_nf (QImageSc a) (Int, MaskMode) (IO (QImage ())) | |
| QcreateMaskFromColor_nf (QImage ()) (Int, MaskMode) (IO (QImage ())) | |
| QcreateMaskFromColor_nf (QPixmapSc a) (QColor t1, MaskMode) (IO (QBitmap ())) | |
| QcreateMaskFromColor_nf (QPixmap ()) (QColor t1, MaskMode) (IO (QBitmap ())) |
class QcreateMimeDataFromSelection a b where Source
Methods
createMimeDataFromSelection :: a -> b -> IO (QMimeData ()) Source
Instances
class QcreateRedoAction a b where Source
Methods
createRedoAction :: a -> b -> IO (QAction ()) Source
Instances
| QcreateRedoAction (QUndoGroup a) (QObject t1) | |
| QcreateRedoAction (QUndoStack a) (QObject t1) | |
| QcreateRedoAction (QUndoGroup a) (QObject t1, String) | |
| QcreateRedoAction (QUndoStack a) (QObject t1, String) |
class QcreateStandardContextMenu a b where Source
Methods
createStandardContextMenu :: a -> b -> IO (QMenu ()) Source
Instances
class QcreateUndoAction a b where Source
Methods
createUndoAction :: a -> b -> IO (QAction ()) Source
Instances
| QcreateUndoAction (QUndoGroup a) (QObject t1) | |
| QcreateUndoAction (QUndoStack a) (QObject t1) | |
| QcreateUndoAction (QUndoGroup a) (QObject t1, String) | |
| QcreateUndoAction (QUndoStack a) (QObject t1, String) |
class QcurrentChanged a b where Source
Methods
currentChanged :: a -> b -> IO () Source
Instances
class QcurrentColumn a b where Source
Methods
currentColumn :: a -> b -> IO Int Source
Instances
| QcurrentColumn (QTreeWidget a) () | |
| QcurrentColumn (QTableWidget a) () |
class QcurrentFont a b where Source
Methods
currentFont :: a -> b -> IO (QFont ()) Source
Instances
| QcurrentFont (QFontComboBox a) () | |
| QcurrentFont (QTextEdit a) () |
class QcurrentIndex a b c | a -> c where Source
Methods
currentIndex :: a -> b -> c Source
Instances
| QcurrentIndex (QTabBar a) () (IO Int) | |
| QcurrentIndex (QTabWidget a) () (IO Int) | |
| QcurrentIndex (QItemSelectionModel a) () (IO (QModelIndex ())) | |
| QcurrentIndex (QDataWidgetMapper a) () (IO Int) | |
| QcurrentIndex (QCompleter a) () (IO (QModelIndex ())) | |
| QcurrentIndex (QStackedLayout a) () (IO Int) | |
| QcurrentIndex (QStackedWidget a) () (IO Int) | |
| QcurrentIndex (QToolBox a) () (IO Int) | |
| QcurrentIndex (QComboBox a) () (IO Int) | |
| QcurrentIndex (QAbstractItemView a) () (IO (QModelIndex ())) |
class QcurrentItem a b c | a -> c where Source
Methods
currentItem :: a -> b -> c Source
Instances
| QcurrentItem (QTreeWidget a) () (IO (QTreeWidgetItem ())) | |
| QcurrentItem (QTableWidget a) () (IO (QTableWidgetItem ())) | |
| QcurrentItem (QListWidget a) () (IO (QListWidgetItem ())) |
class QcurrentRow a b where Source
Methods
currentRow :: a -> b -> IO Int Source
Instances
| QcurrentRow (QTableWidget a) () | |
| QcurrentRow (QCompleter a) () | |
| QcurrentRow (QListWidget a) () |
class QcurrentText a b where Source
Methods
currentText :: a -> b -> IO String Source
Instances
| QcurrentText (QStyleOptionComboBox a) () | |
| QcurrentText (QComboBox a) () |
class QcurrentWidget a b where Source
Methods
currentWidget :: a -> b -> IO (QWidget ()) Source
Instances
| QcurrentWidget (QTabWidget a) () | |
| QcurrentWidget (QStackedLayout a) () | |
| QcurrentWidget (QStackedWidget a) () | |
| QcurrentWidget (QToolBox a) () |
class Qcursor a b where Source
Instances
| Qcursor (QGraphicsTextItem a) () | |
| Qcursor (QGraphicsItem a) () | |
| Qcursor (QWidget a) () |
class QdataChanged a b where Source
Methods
dataChanged :: a -> b -> IO () Source
Instances
class QdateTimeFromText a b where Source
Methods
dateTimeFromText :: a -> b -> IO (QDateTime ()) Source
Instances
class Qdecimals a b where Source
Instances
| Qdecimals (QDoubleValidator a) () | |
| Qdecimals (QDoubleSpinBox a) () |
class QdefaultAction a b where Source
Methods
defaultAction :: a -> b -> IO (QAction ()) Source
Instances
| QdefaultAction (QMenu a) () | |
| QdefaultAction (QToolButton a) () |
Instances
| Qdelta (QWheelEvent a) () | |
| Qdelta (QGraphicsSceneWheelEvent a) () |
class QdeviceTransform a b where Source
Methods
deviceTransform :: a -> b -> IO (QTransform ()) Source
Instances
| QdeviceTransform (QPainter a) () | |
| QdeviceTransform (QGraphicsTextItem a) (QTransform t1) | |
| QdeviceTransform (QGraphicsItem a) (QTransform t1) |
class QdirtyRegionOffset a b where Source
Methods
dirtyRegionOffset :: a -> b -> IO Point Source
Instances
| QdirtyRegionOffset (QTreeWidgetSc a) () | |
| QdirtyRegionOffset (QTreeWidget ()) () | |
| QdirtyRegionOffset (QTableWidgetSc a) () | |
| QdirtyRegionOffset (QTableWidget ()) () | |
| QdirtyRegionOffset (QUndoViewSc a) () | |
| QdirtyRegionOffset (QUndoView ()) () | |
| QdirtyRegionOffset (QListWidgetSc a) () | |
| QdirtyRegionOffset (QListWidget ()) () | |
| QdirtyRegionOffset (QHeaderViewSc a) () | |
| QdirtyRegionOffset (QHeaderView ()) () | |
| QdirtyRegionOffset (QTableViewSc a) () | |
| QdirtyRegionOffset (QTableView ()) () | |
| QdirtyRegionOffset (QTreeViewSc a) () | |
| QdirtyRegionOffset (QTreeView ()) () | |
| QdirtyRegionOffset (QListViewSc a) () | |
| QdirtyRegionOffset (QListView ()) () | |
| QdirtyRegionOffset (QAbstractItemViewSc a) () | |
| QdirtyRegionOffset (QAbstractItemView ()) () |
class QqdirtyRegionOffset a b where Source
Methods
qdirtyRegionOffset :: a -> b -> IO (QPoint ()) Source
Instances
| QqdirtyRegionOffset (QTreeWidgetSc a) () | |
| QqdirtyRegionOffset (QTreeWidget ()) () | |
| QqdirtyRegionOffset (QTableWidgetSc a) () | |
| QqdirtyRegionOffset (QTableWidget ()) () | |
| QqdirtyRegionOffset (QUndoViewSc a) () | |
| QqdirtyRegionOffset (QUndoView ()) () | |
| QqdirtyRegionOffset (QListWidgetSc a) () | |
| QqdirtyRegionOffset (QListWidget ()) () | |
| QqdirtyRegionOffset (QHeaderViewSc a) () | |
| QqdirtyRegionOffset (QHeaderView ()) () | |
| QqdirtyRegionOffset (QTableViewSc a) () | |
| QqdirtyRegionOffset (QTableView ()) () | |
| QqdirtyRegionOffset (QTreeViewSc a) () | |
| QqdirtyRegionOffset (QTreeView ()) () | |
| QqdirtyRegionOffset (QListViewSc a) () | |
| QqdirtyRegionOffset (QListView ()) () | |
| QqdirtyRegionOffset (QAbstractItemViewSc a) () | |
| QqdirtyRegionOffset (QAbstractItemView ()) () |
class QdoAutoScroll a b where Source
Methods
doAutoScroll :: a -> b -> IO () Source
Instances
| QdoAutoScroll (QTreeWidgetSc a) () | |
| QdoAutoScroll (QTreeWidget ()) () | |
| QdoAutoScroll (QTableWidgetSc a) () | |
| QdoAutoScroll (QTableWidget ()) () | |
| QdoAutoScroll (QUndoViewSc a) () | |
| QdoAutoScroll (QUndoView ()) () | |
| QdoAutoScroll (QListWidgetSc a) () | |
| QdoAutoScroll (QListWidget ()) () | |
| QdoAutoScroll (QHeaderViewSc a) () | |
| QdoAutoScroll (QHeaderView ()) () | |
| QdoAutoScroll (QTableViewSc a) () | |
| QdoAutoScroll (QTableView ()) () | |
| QdoAutoScroll (QTreeViewSc a) () | |
| QdoAutoScroll (QTreeView ()) () | |
| QdoAutoScroll (QListViewSc a) () | |
| QdoAutoScroll (QListView ()) () | |
| QdoAutoScroll (QAbstractItemViewSc a) () | |
| QdoAutoScroll (QAbstractItemView ()) () |
class QdoItemsLayout a b where Source
Methods
doItemsLayout :: a -> b -> IO () Source
Instances
| QdoItemsLayout (QTreeWidgetSc a) () | |
| QdoItemsLayout (QTreeWidget ()) () | |
| QdoItemsLayout (QTableWidgetSc a) () | |
| QdoItemsLayout (QTableWidget ()) () | |
| QdoItemsLayout (QUndoViewSc a) () | |
| QdoItemsLayout (QUndoView ()) () | |
| QdoItemsLayout (QListWidgetSc a) () | |
| QdoItemsLayout (QListWidget ()) () | |
| QdoItemsLayout (QHeaderViewSc a) () | |
| QdoItemsLayout (QHeaderView ()) () | |
| QdoItemsLayout (QTableViewSc a) () | |
| QdoItemsLayout (QTableView ()) () | |
| QdoItemsLayout (QTreeViewSc a) () | |
| QdoItemsLayout (QTreeView ()) () | |
| QdoItemsLayout (QListViewSc a) () | |
| QdoItemsLayout (QListView ()) () | |
| QdoItemsLayout (QAbstractItemViewSc a) () | |
| QdoItemsLayout (QAbstractItemView ()) () |
class Qdocument a b where Source
Methods
document :: a -> b -> IO (QTextDocument ()) Source
Instances
| Qdocument (QGraphicsTextItem a) () | |
| Qdocument (QAbstractTextDocumentLayout a) () | |
| Qdocument (QSyntaxHighlighter a) () | |
| Qdocument (QTextBlock a) () | |
| Qdocument (QTextEdit a) () |
Instances
| Qdone (QProgressDialogSc a) Int | |
| Qdone (QProgressDialog ()) Int | |
| Qdone (QFileDialogSc a) Int | |
| Qdone (QFileDialog ()) Int | |
| Qdone (QErrorMessageSc a) Int | |
| Qdone (QErrorMessage ()) Int | |
| Qdone (QMessageBoxSc a) Int | |
| Qdone (QMessageBox ()) Int | |
| Qdone (QAbstractPageSetupDialogSc a) Int | |
| Qdone (QAbstractPageSetupDialog ()) Int | |
| Qdone (QPrintDialogSc a) Int | |
| Qdone (QPrintDialog ()) Int | |
| Qdone (QAbstractPrintDialogSc a) Int | |
| Qdone (QAbstractPrintDialog ()) Int | |
| Qdone (QDialogSc a) Int | |
| Qdone (QDialog ()) Int |
class QdragEnabled a b where Source
Methods
dragEnabled :: a -> b -> IO Bool Source
Instances
| QdragEnabled (QLineEdit a) () | |
| QdragEnabled (QAbstractItemView a) () |
Instances
| Qdraw (QAbstractTextDocumentLayoutSc a) (QPainter t1, PaintContext t2) | |
| Qdraw (QAbstractTextDocumentLayout ()) (QPainter t1, PaintContext t2) | |
| Qdraw (QTextLayout a) (QPainter t1, PointF) | |
| Qdraw (QTextLine a) (QPainter t1, PointF) |
class QdrawBackground a b where Source
Methods
drawBackground :: a -> b -> IO () Source
Instances
| QdrawBackground (QGraphicsSceneSc a) (QPainter t1, RectF) | |
| QdrawBackground (QGraphicsScene ()) (QPainter t1, RectF) | |
| QdrawBackground (QGraphicsViewSc a) (QPainter t1, RectF) | |
| QdrawBackground (QGraphicsView ()) (QPainter t1, RectF) | |
| QdrawBackground (QItemDelegateSc a) (QPainter t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QdrawBackground (QItemDelegate ()) (QPainter t1, QStyleOptionViewItem t2, QModelIndex t3) |
class QqdrawBackground a b where Source
Methods
qdrawBackground :: a -> b -> IO () Source
Instances
| QqdrawBackground (QGraphicsSceneSc a) (QPainter t1, QRectF t2) | |
| QqdrawBackground (QGraphicsScene ()) (QPainter t1, QRectF t2) | |
| QqdrawBackground (QGraphicsViewSc a) (QPainter t1, QRectF t2) | |
| QqdrawBackground (QGraphicsView ()) (QPainter t1, QRectF t2) |
class QdrawBranches a b where Source
Methods
drawBranches :: a -> b -> IO () Source
Instances
| QdrawBranches (QTreeWidgetSc a) (QPainter t1, Rect, QModelIndex t3) | |
| QdrawBranches (QTreeWidget ()) (QPainter t1, Rect, QModelIndex t3) | |
| QdrawBranches (QTreeViewSc a) (QPainter t1, Rect, QModelIndex t3) | |
| QdrawBranches (QTreeView ()) (QPainter t1, Rect, QModelIndex t3) |
class QqdrawBranches a b where Source
Methods
qdrawBranches :: a -> b -> IO () Source
Instances
| QqdrawBranches (QTreeWidgetSc a) (QPainter t1, QRect t2, QModelIndex t3) | |
| QqdrawBranches (QTreeWidget ()) (QPainter t1, QRect t2, QModelIndex t3) | |
| QqdrawBranches (QTreeViewSc a) (QPainter t1, QRect t2, QModelIndex t3) | |
| QqdrawBranches (QTreeView ()) (QPainter t1, QRect t2, QModelIndex t3) |
class QdrawComplexControl a b where Source
Methods
drawComplexControl :: a -> b -> IO () Source
Instances
| QdrawComplexControl (QCommonStyle a) (ComplexControl, QStyleOptionComplex t2, QPainter t3) | |
| QdrawComplexControl (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPainter t3) | |
| QdrawComplexControl (QStyle ()) (ComplexControl, QStyleOptionComplex t2, QPainter t3) | |
| QdrawComplexControl (QWindowsStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPainter t3, QWidget t4) | |
| QdrawComplexControl (QWindowsStyle ()) (ComplexControl, QStyleOptionComplex t2, QPainter t3, QWidget t4) | |
| QdrawComplexControl (QCommonStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPainter t3, QWidget t4) | |
| QdrawComplexControl (QCommonStyle ()) (ComplexControl, QStyleOptionComplex t2, QPainter t3, QWidget t4) | |
| QdrawComplexControl (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPainter t3, QWidget t4) | |
| QdrawComplexControl (QStyle ()) (ComplexControl, QStyleOptionComplex t2, QPainter t3, QWidget t4) |
class QdrawContents a b where Source
Methods
drawContents :: a -> b -> IO () Source
Instances
| QdrawContents (QSplashScreenSc a) (QPainter t1) | |
| QdrawContents (QSplashScreen ()) (QPainter t1) | |
| QdrawContents (QTextDocument a) (QPainter t1) | |
| QdrawContents (QTextDocument a) (QPainter t1, RectF) |
class QdrawControl a b where Source
Methods
drawControl :: a -> b -> IO () Source
Instances
| QdrawControl (QCommonStyle a) (ControlElement, QStyleOption t2, QPainter t3) | |
| QdrawControl (QStyleSc a) (ControlElement, QStyleOption t2, QPainter t3) | |
| QdrawControl (QStyle ()) (ControlElement, QStyleOption t2, QPainter t3) | |
| QdrawControl (QWindowsStyleSc a) (ControlElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawControl (QWindowsStyle ()) (ControlElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawControl (QCommonStyleSc a) (ControlElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawControl (QCommonStyle ()) (ControlElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawControl (QStyleSc a) (ControlElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawControl (QStyle ()) (ControlElement, QStyleOption t2, QPainter t3, QWidget t4) |
class QdrawForeground a b where Source
Methods
drawForeground :: a -> b -> IO () Source
Instances
| QdrawForeground (QGraphicsSceneSc a) (QPainter t1, RectF) | |
| QdrawForeground (QGraphicsScene ()) (QPainter t1, RectF) | |
| QdrawForeground (QGraphicsViewSc a) (QPainter t1, RectF) | |
| QdrawForeground (QGraphicsView ()) (QPainter t1, RectF) |
class QqdrawForeground a b where Source
Methods
qdrawForeground :: a -> b -> IO () Source
Instances
| QqdrawForeground (QGraphicsSceneSc a) (QPainter t1, QRectF t2) | |
| QqdrawForeground (QGraphicsScene ()) (QPainter t1, QRectF t2) | |
| QqdrawForeground (QGraphicsViewSc a) (QPainter t1, QRectF t2) | |
| QqdrawForeground (QGraphicsView ()) (QPainter t1, QRectF t2) |
class QdrawFrame a b where Source
Instances
class QdrawItemPixmap a b where Source
Methods
drawItemPixmap :: a -> b -> IO () Source
Instances
| QdrawItemPixmap (QWindowsStyleSc a) (QPainter t1, Rect, Int, QPixmap t4) | |
| QdrawItemPixmap (QWindowsStyle ()) (QPainter t1, Rect, Int, QPixmap t4) | |
| QdrawItemPixmap (QCommonStyleSc a) (QPainter t1, Rect, Int, QPixmap t4) | |
| QdrawItemPixmap (QCommonStyle ()) (QPainter t1, Rect, Int, QPixmap t4) | |
| QdrawItemPixmap (QStyleSc a) (QPainter t1, Rect, Int, QPixmap t4) | |
| QdrawItemPixmap (QStyle ()) (QPainter t1, Rect, Int, QPixmap t4) |
class QqdrawItemPixmap a b where Source
Methods
qdrawItemPixmap :: a -> b -> IO () Source
Instances
| QqdrawItemPixmap (QWindowsStyleSc a) (QPainter t1, QRect t2, Int, QPixmap t4) | |
| QqdrawItemPixmap (QWindowsStyle ()) (QPainter t1, QRect t2, Int, QPixmap t4) | |
| QqdrawItemPixmap (QCommonStyleSc a) (QPainter t1, QRect t2, Int, QPixmap t4) | |
| QqdrawItemPixmap (QCommonStyle ()) (QPainter t1, QRect t2, Int, QPixmap t4) | |
| QqdrawItemPixmap (QStyleSc a) (QPainter t1, QRect t2, Int, QPixmap t4) | |
| QqdrawItemPixmap (QStyle ()) (QPainter t1, QRect t2, Int, QPixmap t4) |
class QdrawItemText a b where Source
Methods
drawItemText :: a -> b -> IO () Source
Instances
class QqdrawItemText a b where Source
Methods
qdrawItemText :: a -> b -> IO () Source
Instances
class QdrawItems a b where Source
Instances
| QdrawItems (QGraphicsSceneSc a) (QPainter t1, Int, [QGraphicsItem t3], [QStyleOptionGraphicsItem t4]) | |
| QdrawItems (QGraphicsScene ()) (QPainter t1, Int, [QGraphicsItem t3], [QStyleOptionGraphicsItem t4]) | |
| QdrawItems (QGraphicsViewSc a) (QPainter t1, Int, [QGraphicsItem t3], QStyleOptionGraphicsItem t4) | |
| QdrawItems (QGraphicsView ()) (QPainter t1, Int, [QGraphicsItem t3], QStyleOptionGraphicsItem t4) | |
| QdrawItems (QGraphicsSceneSc a) (QPainter t1, Int, [QGraphicsItem t3], [QStyleOptionGraphicsItem t4], QWidget t5) | |
| QdrawItems (QGraphicsScene ()) (QPainter t1, Int, [QGraphicsItem t3], [QStyleOptionGraphicsItem t4], QWidget t5) |
class QdrawPrimitive a b where Source
Methods
drawPrimitive :: a -> b -> IO () Source
Instances
| QdrawPrimitive (QCommonStyle a) (PrimitiveElement, QStyleOption t2, QPainter t3) | |
| QdrawPrimitive (QStyleSc a) (PrimitiveElement, QStyleOption t2, QPainter t3) | |
| QdrawPrimitive (QStyle ()) (PrimitiveElement, QStyleOption t2, QPainter t3) | |
| QdrawPrimitive (QWindowsStyleSc a) (PrimitiveElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawPrimitive (QWindowsStyle ()) (PrimitiveElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawPrimitive (QCommonStyleSc a) (PrimitiveElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawPrimitive (QCommonStyle ()) (PrimitiveElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawPrimitive (QStyleSc a) (PrimitiveElement, QStyleOption t2, QPainter t3, QWidget t4) | |
| QdrawPrimitive (QStyle ()) (PrimitiveElement, QStyleOption t2, QPainter t3, QWidget t4) |
class QdrawRow a b where Source
Instances
| QdrawRow (QTreeWidgetSc a) (QPainter t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QdrawRow (QTreeWidget ()) (QPainter t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QdrawRow (QTreeViewSc a) (QPainter t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QdrawRow (QTreeView ()) (QPainter t1, QStyleOptionViewItem t2, QModelIndex t3) |
class QdropAction a b where Source
Methods
dropAction :: a -> b -> IO DropAction Source
Instances
| QdropAction (QGraphicsSceneDragDropEvent a) () | |
| QdropAction (QDropEvent a) () |
class QdropIndicatorPosition a b where Source
Methods
dropIndicatorPosition :: a -> b -> IO DropIndicatorPosition Source
Instances
| QdropIndicatorPosition (QTreeWidgetSc a) () | |
| QdropIndicatorPosition (QTreeWidget ()) () | |
| QdropIndicatorPosition (QTableWidgetSc a) () | |
| QdropIndicatorPosition (QTableWidget ()) () | |
| QdropIndicatorPosition (QUndoViewSc a) () | |
| QdropIndicatorPosition (QUndoView ()) () | |
| QdropIndicatorPosition (QListWidgetSc a) () | |
| QdropIndicatorPosition (QListWidget ()) () | |
| QdropIndicatorPosition (QHeaderViewSc a) () | |
| QdropIndicatorPosition (QHeaderView ()) () | |
| QdropIndicatorPosition (QTableViewSc a) () | |
| QdropIndicatorPosition (QTableView ()) () | |
| QdropIndicatorPosition (QTreeViewSc a) () | |
| QdropIndicatorPosition (QTreeView ()) () | |
| QdropIndicatorPosition (QListViewSc a) () | |
| QdropIndicatorPosition (QListView ()) () | |
| QdropIndicatorPosition (QAbstractItemViewSc a) () | |
| QdropIndicatorPosition (QAbstractItemView ()) () |
class Qedit a b c | b -> c where Source
Instances
class QeditItem a b where Source
Instances
| QeditItem (QTreeWidget a) (QTreeWidgetItem t1) | |
| QeditItem (QTableWidget a) (QTableWidgetItem t1) | |
| QeditItem (QListWidget a) (QListWidgetItem t1) | |
| QeditItem (QTreeWidget a) (QTreeWidgetItem t1, Int) |
class QeditorDestroyed a b where Source
Methods
editorDestroyed :: a -> b -> IO () Source
Instances
| QeditorDestroyed (QTreeWidgetSc a) (QObject t1) | |
| QeditorDestroyed (QTreeWidget ()) (QObject t1) | |
| QeditorDestroyed (QTableWidgetSc a) (QObject t1) | |
| QeditorDestroyed (QTableWidget ()) (QObject t1) | |
| QeditorDestroyed (QUndoViewSc a) (QObject t1) | |
| QeditorDestroyed (QUndoView ()) (QObject t1) | |
| QeditorDestroyed (QListWidgetSc a) (QObject t1) | |
| QeditorDestroyed (QListWidget ()) (QObject t1) | |
| QeditorDestroyed (QHeaderViewSc a) (QObject t1) | |
| QeditorDestroyed (QHeaderView ()) (QObject t1) | |
| QeditorDestroyed (QTableViewSc a) (QObject t1) | |
| QeditorDestroyed (QTableView ()) (QObject t1) | |
| QeditorDestroyed (QTreeViewSc a) (QObject t1) | |
| QeditorDestroyed (QTreeView ()) (QObject t1) | |
| QeditorDestroyed (QListViewSc a) (QObject t1) | |
| QeditorDestroyed (QListView ()) (QObject t1) | |
| QeditorDestroyed (QAbstractItemViewSc a) (QObject t1) | |
| QeditorDestroyed (QAbstractItemView ()) (QObject t1) |
class QeditorEvent a b where Source
Methods
editorEvent :: a -> b -> IO Bool Source
Instances
| QeditorEvent (QAbstractItemDelegateSc a) (QEvent t1, QAbstractItemModel t2, QStyleOptionViewItem t3, QModelIndex t4) | |
| QeditorEvent (QAbstractItemDelegate ()) (QEvent t1, QAbstractItemModel t2, QStyleOptionViewItem t3, QModelIndex t4) | |
| QeditorEvent (QItemDelegateSc a) (QEvent t1, QAbstractItemModel t2, QStyleOptionViewItem t3, QModelIndex t4) | |
| QeditorEvent (QItemDelegate ()) (QEvent t1, QAbstractItemModel t2, QStyleOptionViewItem t3, QModelIndex t4) |
class QelideMode a b where Source
Methods
elideMode :: a -> b -> IO TextElideMode Source
Instances
| QelideMode (QTabBar a) () | |
| QelideMode (QTabWidget a) () |
class QelidedText a b where Source
Methods
elidedText :: a -> b -> IO String Source
Instances
| QelidedText (QFontMetricsF a) (String, TextElideMode, Double) | |
| QelidedText (QFontMetrics a) (String, TextElideMode, Int) | |
| QelidedText (QFontMetricsF a) (String, TextElideMode, Double, Int) | |
| QelidedText (QFontMetrics a) (String, TextElideMode, Int, Int) |
class QensureVisible a b where Source
Methods
ensureVisible :: a -> b -> IO () Source
Instances
class QqensureVisible a b where Source
Methods
qensureVisible :: a -> b -> IO () Source
Instances
| QqensureVisible (QGraphicsTextItem a) (QRectF t1) | |
| QqensureVisible (QGraphicsView a) (QRectF t1) | |
| QqensureVisible (QGraphicsItem a) (QRectF t1) | |
| QqensureVisible (QGraphicsTextItem a) (QRectF t1, Int) | |
| QqensureVisible (QGraphicsView a) (QRectF t1, Int) | |
| QqensureVisible (QGraphicsItem a) (QRectF t1, Int) | |
| QqensureVisible (QGraphicsTextItem a) (QRectF t1, Int, Int) | |
| QqensureVisible (QGraphicsView a) (QRectF t1, Int, Int) | |
| QqensureVisible (QGraphicsItem a) (QRectF t1, Int, Int) |
class Qexec a b c | a -> c where Source
Instances
| Qexec (QMenu a) Point (IO (QAction ())) | |
| Qexec (QMenu a) () (IO (QAction ())) | |
| Qexec (QDrag a) DropActions (IO DropAction) | |
| Qexec (QDrag a) () (IO DropAction) | |
| Qexec (QAbstractPageSetupDialogSc a) () (IO Int) | |
| Qexec (QAbstractPageSetupDialog ()) () (IO Int) | |
| Qexec (QPrintDialogSc a) () (IO Int) | |
| Qexec (QPrintDialog ()) () (IO Int) | |
| Qexec (QAbstractPrintDialogSc a) () (IO Int) | |
| Qexec (QAbstractPrintDialog ()) () (IO Int) | |
| Qexec (QDialog a) () (IO Int) | |
| Qexec (QMenu a) (Point, QAction t2) (IO (QAction ())) | |
| Qexec (QDrag a) (DropActions, DropAction) (IO DropAction) |
class QexecuteDelayedItemsLayout a b where Source
Methods
executeDelayedItemsLayout :: a -> b -> IO () Source
Instances
class QexpandingDirections a b where Source
Methods
expandingDirections :: a -> b -> IO Orientations Source
Instances
| QexpandingDirections (QSpacerItemSc a) () | |
| QexpandingDirections (QSpacerItem ()) () | |
| QexpandingDirections (QStackedLayoutSc a) () | |
| QexpandingDirections (QStackedLayout ()) () | |
| QexpandingDirections (QGridLayoutSc a) () | |
| QexpandingDirections (QGridLayout ()) () | |
| QexpandingDirections (QHBoxLayoutSc a) () | |
| QexpandingDirections (QHBoxLayout ()) () | |
| QexpandingDirections (QVBoxLayoutSc a) () | |
| QexpandingDirections (QVBoxLayout ()) () | |
| QexpandingDirections (QSizePolicy a) () | |
| QexpandingDirections (QBoxLayoutSc a) () | |
| QexpandingDirections (QBoxLayout ()) () | |
| QexpandingDirections (QLayoutSc a) () | |
| QexpandingDirections (QLayout ()) () |
class Qextension a b c | a -> c where Source
Instances
class Qfeatures a b c | a -> c where Source
Instances
| Qfeatures (QDockWidget a) () (IO DockWidgetFeatures) | |
| Qfeatures (QStyleOptionFrameV2 a) () (IO FrameFeatures) | |
| Qfeatures (QStyleOptionGroupBox a) () (IO FrameFeatures) | |
| Qfeatures (QStyleOptionToolButton a) () (IO ToolButtonFeatures) | |
| Qfeatures (QStyleOptionButton a) () (IO ButtonFeatures) | |
| Qfeatures (QStyleOptionToolBar a) () (IO ToolBarFeatures) | |
| Qfeatures (QStyleOptionViewItemV2 a) () (IO ViewItemFeatures) |
class QfillRule a b where Source
Instances
| QfillRule (QGraphicsPolygonItem a) () | |
| QfillRule (QPainterPath a) () |
class QfindItems a b c | a -> c where Source
Instances
| QfindItems (QStandardItemModel a) String (IO [QStandardItem ()]) | |
| QfindItems (QTreeWidget a) (String, MatchFlags) (IO [QTreeWidgetItem ()]) | |
| QfindItems (QTableWidget a) (String, MatchFlags) (IO [QTableWidgetItem ()]) | |
| QfindItems (QListWidget a) (String, MatchFlags) (IO [QListWidgetItem ()]) | |
| QfindItems (QStandardItemModel a) (String, MatchFlags) (IO [QStandardItem ()]) | |
| QfindItems (QTreeWidget a) (String, MatchFlags, Int) (IO [QTreeWidgetItem ()]) | |
| QfindItems (QStandardItemModel a) (String, MatchFlags, Int) (IO [QStandardItem ()]) |
class QfirstCursorPosition a b where Source
Methods
firstCursorPosition :: a -> b -> IO (QTextCursor ()) Source
Instances
| QfirstCursorPosition (QTextTableCell a) () | |
| QfirstCursorPosition (QTextFrame a) () |
class QfirstPosition a b where Source
Methods
firstPosition :: a -> b -> IO Int Source
Instances
| QfirstPosition (QTextTableCell a) () | |
| QfirstPosition (QTextFrame a) () |
class QfixedPitch a b where Source
Methods
fixedPitch :: a -> b -> IO Bool Source
Instances
| QfixedPitch (QFont a) () | |
| QfixedPitch (QFontInfo a) () |
Instances
| Qfont (QStyleOptionToolButton a) () | |
| Qfont (QStyleOptionMenuItem a) () | |
| Qfont (QGraphicsTextItem a) () | |
| Qfont (QAction a) () | |
| Qfont (QGraphicsSimpleTextItem a) () | |
| Qfont (QTextLayout a) () | |
| Qfont (QStandardItem a) () | |
| Qfont (QTreeWidgetItem a) Int | |
| Qfont (QPainter a) () | |
| Qfont (QListWidgetItem a) () | |
| Qfont (QTableWidgetItem a) () | |
| Qfont (QTextCharFormat a) () | |
| Qfont (QStyleOptionViewItem a) () | |
| Qfont (QWidget a) () | |
| Qfont (QFontDatabase a) (String, String, Int) |
class QfontFamily a b where Source
Methods
fontFamily :: a -> b -> IO String Source
Instances
| QfontFamily (QTextCharFormat a) () | |
| QfontFamily (QTextEdit a) () |
class QfontItalic a b where Source
Methods
fontItalic :: a -> b -> IO Bool Source
Instances
| QfontItalic (QTextCharFormat a) () | |
| QfontItalic (QTextEdit a) () |
class QfontMetrics a b where Source
Methods
fontMetrics :: a -> b -> IO (QFontMetrics ()) Source
Instances
| QfontMetrics (QPainter a) () | |
| QfontMetrics (QStyleOption a) () | |
| QfontMetrics (QWidget a) () |
class QfontPointSize a b where Source
Methods
fontPointSize :: a -> b -> IO Double Source
Instances
| QfontPointSize (QTextCharFormat a) () | |
| QfontPointSize (QTextEdit a) () |
class QfontUnderline a b where Source
Methods
fontUnderline :: a -> b -> IO Bool Source
Instances
| QfontUnderline (QTextCharFormat a) () | |
| QfontUnderline (QTextEdit a) () |
class QfontWeight a b where Source
Methods
fontWeight :: a -> b -> IO Int Source
Instances
| QfontWeight (QTextCharFormat a) () | |
| QfontWeight (QTextEdit a) () |
class Qforeground a b where Source
Methods
foreground :: a -> b -> IO (QBrush ()) Source
Instances
| Qforeground (QPalette a) () | |
| Qforeground (QStandardItem a) () | |
| Qforeground (QTreeWidgetItem a) Int | |
| Qforeground (QListWidgetItem a) () | |
| Qforeground (QTableWidgetItem a) () | |
| Qforeground (QTextFormat a) () |
class QforegroundBrush a b where Source
Methods
foregroundBrush :: a -> b -> IO (QBrush ()) Source
Instances
| QforegroundBrush (QGraphicsScene a) () | |
| QforegroundBrush (QGraphicsView a) () |
Instances
| Qframe (QStyleOptionComboBox a) () | |
| Qframe (QStyleOptionSpinBox a) () |
class QframeRect a b where Source
Instances
| QframeRect (QMovie a) () | |
| QframeRect (QFrame a) () |
class QqframeRect a b where Source
Methods
qframeRect :: a -> b -> IO (QRect ()) Source
Instances
| QqframeRect (QMovie a) () | |
| QqframeRect (QFrame a) () |
class QfromPage a b where Source
Instances
| QfromPage (QPrinter a) () | |
| QfromPage (QAbstractPrintDialog a) () |
class QgeneratedIconPixmap a b where Source
Methods
generatedIconPixmap :: a -> b -> IO (QPixmap ()) Source
Instances
| QgeneratedIconPixmap (QWindowsStyleSc a) (QIconMode, QPixmap t2, QStyleOption t3) | |
| QgeneratedIconPixmap (QWindowsStyle ()) (QIconMode, QPixmap t2, QStyleOption t3) | |
| QgeneratedIconPixmap (QCommonStyleSc a) (QIconMode, QPixmap t2, QStyleOption t3) | |
| QgeneratedIconPixmap (QCommonStyle ()) (QIconMode, QPixmap t2, QStyleOption t3) | |
| QgeneratedIconPixmap (QStyleSc a) (QIconMode, QPixmap t2, QStyleOption t3) | |
| QgeneratedIconPixmap (QStyle ()) (QIconMode, QPixmap t2, QStyleOption t3) |
class Qgeometry a b where Source
Instances
| Qgeometry (QSystemTrayIcon a) () | |
| Qgeometry (QSpacerItemSc a) () | |
| Qgeometry (QSpacerItem ()) () | |
| Qgeometry (QStackedLayoutSc a) () | |
| Qgeometry (QStackedLayout ()) () | |
| Qgeometry (QGridLayoutSc a) () | |
| Qgeometry (QGridLayout ()) () | |
| Qgeometry (QHBoxLayoutSc a) () | |
| Qgeometry (QHBoxLayout ()) () | |
| Qgeometry (QVBoxLayoutSc a) () | |
| Qgeometry (QVBoxLayout ()) () | |
| Qgeometry (QBoxLayoutSc a) () | |
| Qgeometry (QBoxLayout ()) () | |
| Qgeometry (QLayout a) () | |
| Qgeometry (QWidget a) () |
class Qqgeometry a b where Source
Instances
| Qqgeometry (QSystemTrayIcon a) () | |
| Qqgeometry (QSpacerItemSc a) () | |
| Qqgeometry (QSpacerItem ()) () | |
| Qqgeometry (QStackedLayoutSc a) () | |
| Qqgeometry (QStackedLayout ()) () | |
| Qqgeometry (QGridLayoutSc a) () | |
| Qqgeometry (QGridLayout ()) () | |
| Qqgeometry (QHBoxLayoutSc a) () | |
| Qqgeometry (QHBoxLayout ()) () | |
| Qqgeometry (QVBoxLayoutSc a) () | |
| Qqgeometry (QVBoxLayout ()) () | |
| Qqgeometry (QBoxLayoutSc a) () | |
| Qqgeometry (QBoxLayout ()) () | |
| Qqgeometry (QLayout a) () | |
| Qqgeometry (QWidget a) () |
class QglobalPos a b where Source
Instances
| QglobalPos (QContextMenuEvent a) () | |
| QglobalPos (QTabletEvent a) () | |
| QglobalPos (QWheelEvent a) () | |
| QglobalPos (QMouseEvent a) () | |
| QglobalPos (QHelpEvent a) () |
class QqglobalPos a b where Source
Methods
qglobalPos :: a -> b -> IO (QPoint ()) Source
Instances
| QqglobalPos (QContextMenuEvent a) () | |
| QqglobalPos (QTabletEvent a) () | |
| QqglobalPos (QWheelEvent a) () | |
| QqglobalPos (QMouseEvent a) () | |
| QqglobalPos (QHelpEvent a) () |
class QglobalX a b where Source
Instances
| QglobalX (QContextMenuEvent a) () | |
| QglobalX (QTabletEvent a) () | |
| QglobalX (QWheelEvent a) () | |
| QglobalX (QMouseEvent a) () | |
| QglobalX (QHelpEvent a) () |
class QglobalY a b where Source
Instances
| QglobalY (QContextMenuEvent a) () | |
| QglobalY (QTabletEvent a) () | |
| QglobalY (QWheelEvent a) () | |
| QglobalY (QMouseEvent a) () | |
| QglobalY (QHelpEvent a) () |
class QhandlesChildEvents a b where Source
Methods
handlesChildEvents :: a -> b -> IO Bool Source
Instances
| QhandlesChildEvents (QGraphicsTextItem a) () | |
| QhandlesChildEvents (QGraphicsItem a) () |
class QhasAcceptableInput a b where Source
Methods
hasAcceptableInput :: a -> b -> IO Bool Source
Instances
| QhasAcceptableInput (QLineEdit a) () | |
| QhasAcceptableInput (QAbstractSpinBox a) () |
class QhasAlphaChannel a b where Source
Methods
hasAlphaChannel :: a -> b -> IO Bool Source
Instances
| QhasAlphaChannel (QImage a) () | |
| QhasAlphaChannel (QPixmap a) () |
class QhasClipping a b where Source
Methods
hasClipping :: a -> b -> IO Bool Source
Instances
| QhasClipping (QPainter a) () | |
| QhasClipping (QItemDelegate a) () |
class QhasCursor a b where Source
Instances
| QhasCursor (QGraphicsTextItem a) () | |
| QhasCursor (QGraphicsItem a) () |
class QhasFocus a b where Source
Instances
| QhasFocus (QGraphicsTextItem a) () | |
| QhasFocus (QGraphicsScene a) () | |
| QhasFocus (QGraphicsItem a) () | |
| QhasFocus (QWidget a) () |
class QhasHeightForWidth a b where Source
Methods
hasHeightForWidth :: a -> b -> IO Bool Source
Instances
| QhasHeightForWidth (QSpacerItemSc a) () | |
| QhasHeightForWidth (QSpacerItem ()) () | |
| QhasHeightForWidth (QStackedLayoutSc a) () | |
| QhasHeightForWidth (QStackedLayout ()) () | |
| QhasHeightForWidth (QGridLayoutSc a) () | |
| QhasHeightForWidth (QGridLayout ()) () | |
| QhasHeightForWidth (QHBoxLayoutSc a) () | |
| QhasHeightForWidth (QHBoxLayout ()) () | |
| QhasHeightForWidth (QVBoxLayoutSc a) () | |
| QhasHeightForWidth (QVBoxLayout ()) () | |
| QhasHeightForWidth (QSizePolicy a) () | |
| QhasHeightForWidth (QBoxLayoutSc a) () | |
| QhasHeightForWidth (QBoxLayout ()) () | |
| QhasHeightForWidth (QLayoutSc a) () | |
| QhasHeightForWidth (QLayout ()) () |
class QhasSelection a b where Source
Methods
hasSelection :: a -> b -> IO Bool Source
Instances
| QhasSelection (QItemSelectionModel a) () | |
| QhasSelection (QTextCursor a) () |
class QhelpEvent a b c | a -> c where Source
Instances
| QhelpEvent (QGraphicsSceneSc a) (QGraphicsSceneHelpEvent t1) (IO ()) | |
| QhelpEvent (QGraphicsScene ()) (QGraphicsSceneHelpEvent t1) (IO ()) | |
| QhelpEvent (QAbstractItemDelegate a) (QHelpEvent t1, QAbstractItemView t2, QStyleOptionViewItem t3, QModelIndex t4) (IO Bool) |
Instances
| Qhide (QGraphicsTextItem a) () | |
| Qhide (QSystemTrayIcon a) () | |
| Qhide (QGraphicsItem a) () | |
| Qhide (QWidget a) () |
class QhideColumn a b where Source
Methods
hideColumn :: a -> b -> IO () Source
Instances
| QhideColumn (QTableView a) Int | |
| QhideColumn (QTreeView a) Int |
class QhidePopup a b where Source
Instances
| QhidePopup (QFontComboBoxSc a) () | |
| QhidePopup (QFontComboBox ()) () | |
| QhidePopup (QComboBoxSc a) () | |
| QhidePopup (QComboBox ()) () |
class QhitButton a b where Source
Instances
| QhitButton (QToolButtonSc a) Point | |
| QhitButton (QToolButton ()) Point | |
| QhitButton (QCheckBoxSc a) Point | |
| QhitButton (QCheckBox ()) Point | |
| QhitButton (QRadioButtonSc a) Point | |
| QhitButton (QRadioButton ()) Point | |
| QhitButton (QPushButtonSc a) Point | |
| QhitButton (QPushButton ()) Point | |
| QhitButton (QAbstractButtonSc a) Point | |
| QhitButton (QAbstractButton ()) Point |
class QqhitButton a b where Source
Methods
qhitButton :: a -> b -> IO Bool Source
Instances
| QqhitButton (QToolButtonSc a) (QPoint t1) | |
| QqhitButton (QToolButton ()) (QPoint t1) | |
| QqhitButton (QCheckBoxSc a) (QPoint t1) | |
| QqhitButton (QCheckBox ()) (QPoint t1) | |
| QqhitButton (QRadioButtonSc a) (QPoint t1) | |
| QqhitButton (QRadioButton ()) (QPoint t1) | |
| QqhitButton (QPushButtonSc a) (QPoint t1) | |
| QqhitButton (QPushButton ()) (QPoint t1) | |
| QqhitButton (QAbstractButtonSc a) (QPoint t1) | |
| QqhitButton (QAbstractButton ()) (QPoint t1) |
class QhitTestComplexControl a b where Source
Methods
hitTestComplexControl :: a -> b -> IO SubControl Source
Instances
| QhitTestComplexControl (QCommonStyle a) (ComplexControl, QStyleOptionComplex t2, Point) | |
| QhitTestComplexControl (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, Point) | |
| QhitTestComplexControl (QStyle ()) (ComplexControl, QStyleOptionComplex t2, Point) | |
| QhitTestComplexControl (QWindowsStyleSc a) (ComplexControl, QStyleOptionComplex t2, Point, QWidget t4) | |
| QhitTestComplexControl (QWindowsStyle ()) (ComplexControl, QStyleOptionComplex t2, Point, QWidget t4) | |
| QhitTestComplexControl (QCommonStyleSc a) (ComplexControl, QStyleOptionComplex t2, Point, QWidget t4) | |
| QhitTestComplexControl (QCommonStyle ()) (ComplexControl, QStyleOptionComplex t2, Point, QWidget t4) | |
| QhitTestComplexControl (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, Point, QWidget t4) | |
| QhitTestComplexControl (QStyle ()) (ComplexControl, QStyleOptionComplex t2, Point, QWidget t4) |
class QqhitTestComplexControl a b where Source
Methods
qhitTestComplexControl :: a -> b -> IO SubControl Source
Instances
| QqhitTestComplexControl (QCommonStyle a) (ComplexControl, QStyleOptionComplex t2, QPoint t3) | |
| QqhitTestComplexControl (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPoint t3) | |
| QqhitTestComplexControl (QStyle ()) (ComplexControl, QStyleOptionComplex t2, QPoint t3) | |
| QqhitTestComplexControl (QWindowsStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPoint t3, QWidget t4) | |
| QqhitTestComplexControl (QWindowsStyle ()) (ComplexControl, QStyleOptionComplex t2, QPoint t3, QWidget t4) | |
| QqhitTestComplexControl (QCommonStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPoint t3, QWidget t4) | |
| QqhitTestComplexControl (QCommonStyle ()) (ComplexControl, QStyleOptionComplex t2, QPoint t3, QWidget t4) | |
| QqhitTestComplexControl (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, QPoint t3, QWidget t4) | |
| QqhitTestComplexControl (QStyle ()) (ComplexControl, QStyleOptionComplex t2, QPoint t3, QWidget t4) |
Instances
| Qhome (QLineEdit a) Bool | |
| Qhome (QTextBrowserSc a) () | |
| Qhome (QTextBrowser ()) () |
class QhorizontalHeaderItem a b c | a -> c where Source
Methods
horizontalHeaderItem :: a -> b -> c Source
Instances
| QhorizontalHeaderItem (QTableWidget a) Int (IO (QTableWidgetItem ())) | |
| QhorizontalHeaderItem (QStandardItemModel a) Int (IO (QStandardItem ())) |
class QhorizontalOffset a b where Source
Methods
horizontalOffset :: a -> b -> IO Int Source
Instances
| QhorizontalOffset (QTreeWidgetSc a) () | |
| QhorizontalOffset (QTreeWidget ()) () | |
| QhorizontalOffset (QTableWidgetSc a) () | |
| QhorizontalOffset (QTableWidget ()) () | |
| QhorizontalOffset (QUndoViewSc a) () | |
| QhorizontalOffset (QUndoView ()) () | |
| QhorizontalOffset (QListWidgetSc a) () | |
| QhorizontalOffset (QListWidget ()) () | |
| QhorizontalOffset (QHeaderViewSc a) () | |
| QhorizontalOffset (QHeaderView ()) () | |
| QhorizontalOffset (QTableViewSc a) () | |
| QhorizontalOffset (QTableView ()) () | |
| QhorizontalOffset (QTreeViewSc a) () | |
| QhorizontalOffset (QTreeView ()) () | |
| QhorizontalOffset (QListViewSc a) () | |
| QhorizontalOffset (QListView ()) () | |
| QhorizontalOffset (QAbstractItemViewSc a) () | |
| QhorizontalOffset (QAbstractItemView ()) () |
class QhorizontalScrollbarAction a b where Source
Methods
horizontalScrollbarAction :: a -> b -> IO () Source
Instances
class QhorizontalScrollbarValueChanged a b where Source
Methods
horizontalScrollbarValueChanged :: a -> b -> IO () Source
Instances
class QhorizontalStepsPerItem a b where Source
Methods
horizontalStepsPerItem :: a -> b -> IO Int Source
Instances
| QhorizontalStepsPerItem (QTreeWidgetSc a) () | |
| QhorizontalStepsPerItem (QTreeWidget ()) () | |
| QhorizontalStepsPerItem (QTableWidgetSc a) () | |
| QhorizontalStepsPerItem (QTableWidget ()) () | |
| QhorizontalStepsPerItem (QUndoViewSc a) () | |
| QhorizontalStepsPerItem (QUndoView ()) () | |
| QhorizontalStepsPerItem (QListWidgetSc a) () | |
| QhorizontalStepsPerItem (QListWidget ()) () | |
| QhorizontalStepsPerItem (QHeaderViewSc a) () | |
| QhorizontalStepsPerItem (QHeaderView ()) () | |
| QhorizontalStepsPerItem (QTableViewSc a) () | |
| QhorizontalStepsPerItem (QTableView ()) () | |
| QhorizontalStepsPerItem (QTreeViewSc a) () | |
| QhorizontalStepsPerItem (QTreeView ()) () | |
| QhorizontalStepsPerItem (QListViewSc a) () | |
| QhorizontalStepsPerItem (QListView ()) () | |
| QhorizontalStepsPerItem (QAbstractItemViewSc a) () | |
| QhorizontalStepsPerItem (QAbstractItemView ()) () |
class QhoverEnterEvent a b where Source
Methods
hoverEnterEvent :: a -> b -> IO () Source
Instances
class QhoverLeaveEvent a b where Source
Methods
hoverLeaveEvent :: a -> b -> IO () Source
Instances
class QhoverMoveEvent a b where Source
Methods
hoverMoveEvent :: a -> b -> IO () Source
Instances
class Qicon a b c | a -> c where Source
Instances
| Qicon (QMenu a) () (IO (QIcon ())) | |
| Qicon (QStyleOptionTitleBar a) () (IO (QIcon ())) | |
| Qicon (QStyleOptionToolButton a) () (IO (QIcon ())) | |
| Qicon (QStyleOptionButton a) () (IO (QIcon ())) | |
| Qicon (QStyleOptionMenuItem a) () (IO (QIcon ())) | |
| Qicon (QStyleOptionHeader a) () (IO (QIcon ())) | |
| Qicon (QSystemTrayIcon a) () (IO (QIcon ())) | |
| Qicon (QAction a) () (IO (QIcon ())) | |
| Qicon (QMessageBox a) () (IO Icon) | |
| Qicon (QStandardItem a) () (IO (QIcon ())) | |
| Qicon (QTreeWidgetItem a) Int (IO (QIcon ())) | |
| Qicon (QListWidgetItem a) () (IO (QIcon ())) | |
| Qicon (QTableWidgetItem a) () (IO (QIcon ())) | |
| Qicon (QStyleOptionToolBox a) () (IO (QIcon ())) | |
| Qicon (QStyleOptionTab a) () (IO (QIcon ())) | |
| Qicon (QAbstractButton a) () (IO (QIcon ())) |
class QiconSize a b where Source
Instances
| QiconSize (QToolBar a) () | |
| QiconSize (QTabBar a) () | |
| QiconSize (QTabWidget a) () | |
| QiconSize (QMainWindow a) () | |
| QiconSize (QStyleOptionTabV2 a) () | |
| QiconSize (QStyleOptionComboBox a) () | |
| QiconSize (QStyleOptionToolButton a) () | |
| QiconSize (QStyleOptionButton a) () | |
| QiconSize (QComboBox a) () | |
| QiconSize (QAbstractButton a) () | |
| QiconSize (QAbstractItemView a) () |
class QqiconSize a b where Source
Instances
| QqiconSize (QToolBar a) () | |
| QqiconSize (QTabBar a) () | |
| QqiconSize (QTabWidget a) () | |
| QqiconSize (QMainWindow a) () | |
| QqiconSize (QStyleOptionTabV2 a) () | |
| QqiconSize (QStyleOptionComboBox a) () | |
| QqiconSize (QStyleOptionToolButton a) () | |
| QqiconSize (QStyleOptionButton a) () | |
| QqiconSize (QComboBox a) () | |
| QqiconSize (QAbstractButton a) () | |
| QqiconSize (QAbstractItemView a) () |
Instances
| Qqid (QShortcut a) () | |
| Qqid (QUndoCommandSc a) () | |
| Qqid (QUndoCommand ()) () | |
| Qqid (QButtonGroup a) (QAbstractButton t1) |
class QinFont a b where Source
Instances
| QinFont (QFontMetricsF a) (QChar t1) | |
| QinFont (QFontMetrics a) (QChar t1) |
class Qindent a b where Source
Instances
| Qindent (QTextListFormat a) () | |
| Qindent (QTextBlockFormat a) () | |
| Qindent (QLabel a) () |
class QindexAt a b where Source
Methods
indexAt :: a -> b -> IO (QModelIndex ()) Source
Instances
| QindexAt (QTreeWidgetSc a) Point | |
| QindexAt (QTreeWidget ()) Point | |
| QindexAt (QTableWidgetSc a) Point | |
| QindexAt (QTableWidget ()) Point | |
| QindexAt (QUndoViewSc a) Point | |
| QindexAt (QUndoView ()) Point | |
| QindexAt (QListWidgetSc a) Point | |
| QindexAt (QListWidget ()) Point | |
| QindexAt (QHeaderViewSc a) Point | |
| QindexAt (QHeaderView ()) Point | |
| QindexAt (QTableViewSc a) Point | |
| QindexAt (QTableView ()) Point | |
| QindexAt (QTreeViewSc a) Point | |
| QindexAt (QTreeView ()) Point | |
| QindexAt (QListViewSc a) Point | |
| QindexAt (QListView ()) Point | |
| QindexAt (QAbstractItemViewSc a) Point | |
| QindexAt (QAbstractItemView ()) Point |
class QqindexAt a b where Source
Methods
qindexAt :: a -> b -> IO (QModelIndex ()) Source
Instances
| QqindexAt (QTreeWidgetSc a) (QPoint t1) | |
| QqindexAt (QTreeWidget ()) (QPoint t1) | |
| QqindexAt (QTableWidgetSc a) (QPoint t1) | |
| QqindexAt (QTableWidget ()) (QPoint t1) | |
| QqindexAt (QUndoViewSc a) (QPoint t1) | |
| QqindexAt (QUndoView ()) (QPoint t1) | |
| QqindexAt (QListWidgetSc a) (QPoint t1) | |
| QqindexAt (QListWidget ()) (QPoint t1) | |
| QqindexAt (QHeaderViewSc a) (QPoint t1) | |
| QqindexAt (QHeaderView ()) (QPoint t1) | |
| QqindexAt (QTableViewSc a) (QPoint t1) | |
| QqindexAt (QTableView ()) (QPoint t1) | |
| QqindexAt (QTreeViewSc a) (QPoint t1) | |
| QqindexAt (QTreeView ()) (QPoint t1) | |
| QqindexAt (QListViewSc a) (QPoint t1) | |
| QqindexAt (QListView ()) (QPoint t1) | |
| QqindexAt (QAbstractItemViewSc a) (QPoint t1) | |
| QqindexAt (QAbstractItemView ()) (QPoint t1) |
class QindexFromItem a b where Source
Methods
indexFromItem :: a -> b -> IO (QModelIndex ()) Source
Instances
| QindexFromItem (QTreeWidgetSc a) (QTreeWidgetItem t1) | |
| QindexFromItem (QTreeWidget ()) (QTreeWidgetItem t1) | |
| QindexFromItem (QTableWidgetSc a) (QTableWidgetItem t1) | |
| QindexFromItem (QTableWidget ()) (QTableWidgetItem t1) | |
| QindexFromItem (QListWidgetSc a) (QListWidgetItem t1) | |
| QindexFromItem (QListWidget ()) (QListWidgetItem t1) | |
| QindexFromItem (QStandardItemModel a) (QStandardItem t1) | |
| QindexFromItem (QTreeWidgetSc a) (QTreeWidgetItem t1, Int) | |
| QindexFromItem (QTreeWidget ()) (QTreeWidgetItem t1, Int) |
class QindexOf a b where Source
Instances
| QindexOf (QTabWidget a) (QWidget t1) | |
| QindexOf (QStackedLayoutSc a) (QWidget t1) | |
| QindexOf (QStackedLayout ()) (QWidget t1) | |
| QindexOf (QGridLayoutSc a) (QWidget t1) | |
| QindexOf (QGridLayout ()) (QWidget t1) | |
| QindexOf (QSplitter a) (QWidget t1) | |
| QindexOf (QStackedWidget a) (QWidget t1) | |
| QindexOf (QToolBox a) (QWidget t1) | |
| QindexOf (QHBoxLayoutSc a) (QWidget t1) | |
| QindexOf (QHBoxLayout ()) (QWidget t1) | |
| QindexOf (QVBoxLayoutSc a) (QWidget t1) | |
| QindexOf (QVBoxLayout ()) (QWidget t1) | |
| QindexOf (QBoxLayoutSc a) (QWidget t1) | |
| QindexOf (QBoxLayout ()) (QWidget t1) | |
| QindexOf (QLayoutSc a) (QWidget t1) | |
| QindexOf (QLayout ()) (QWidget t1) |
class QindexRowSizeHint a b where Source
Methods
indexRowSizeHint :: a -> b -> IO Int Source
Instances
| QindexRowSizeHint (QTreeWidgetSc a) (QModelIndex t1) | |
| QindexRowSizeHint (QTreeWidget ()) (QModelIndex t1) | |
| QindexRowSizeHint (QTreeViewSc a) (QModelIndex t1) | |
| QindexRowSizeHint (QTreeView ()) (QModelIndex t1) |
class Qindexes a b where Source
Methods
indexes :: a -> b -> IO [QModelIndex ()] Source
Instances
| Qindexes (QItemSelectionRange a) () | |
| Qindexes (QItemSelection a) () |
class QinitStyleOption a b where Source
Methods
initStyleOption :: a -> b -> IO () Source
Instances
class QinputContext a b where Source
Methods
inputContext :: a -> b -> IO (QInputContext ()) Source
Instances
| QinputContext (QApplication a) () | |
| QinputContext (QWidget a) () |
class QinsertFromMimeData a b where Source
Methods
insertFromMimeData :: a -> b -> IO () Source
Instances
| QinsertFromMimeData (QTextBrowserSc a) (QMimeData t1) | |
| QinsertFromMimeData (QTextBrowser ()) (QMimeData t1) | |
| QinsertFromMimeData (QTextEditSc a) (QMimeData t1) | |
| QinsertFromMimeData (QTextEdit ()) (QMimeData t1) |
class QinsertItem a b c | a -> c where Source
Methods
insertItem :: a -> b -> c Source
Instances
| QinsertItem (QListWidget a) (Int, String) (IO ()) | |
| QinsertItem (QListWidget a) (Int, QListWidgetItem t2) (IO ()) | |
| QinsertItem (QHBoxLayoutSc a) (Int, QLayoutItem t2) (IO ()) | |
| QinsertItem (QHBoxLayout ()) (Int, QLayoutItem t2) (IO ()) | |
| QinsertItem (QVBoxLayoutSc a) (Int, QLayoutItem t2) (IO ()) | |
| QinsertItem (QVBoxLayout ()) (Int, QLayoutItem t2) (IO ()) | |
| QinsertItem (QComboBox a) (Int, String) (IO ()) | |
| QinsertItem (QBoxLayoutSc a) (Int, QLayoutItem t2) (IO ()) | |
| QinsertItem (QBoxLayout ()) (Int, QLayoutItem t2) (IO ()) | |
| QinsertItem (QToolBox a) (Int, QWidget t2, String) (IO Int) | |
| QinsertItem (QComboBox a) (Int, String, QVariant t3) (IO ()) | |
| QinsertItem (QComboBox a) (Int, QIcon t2, String) (IO ()) | |
| QinsertItem (QToolBox a) (Int, QWidget t2, QIcon t3, String) (IO Int) | |
| QinsertItem (QComboBox a) (Int, QIcon t2, String, QVariant t4) (IO ()) |
class QinsertItems a b where Source
Methods
insertItems :: a -> b -> IO () Source
Instances
| QinsertItems (QListWidget a) (Int, [String]) | |
| QinsertItems (QComboBox a) (Int, [String]) |
class QinsertMenu a b where Source
Methods
insertMenu :: a -> b -> IO (QAction ()) Source
Instances
| QinsertMenu (QMenuBar a) (QAction t1, QMenu t2) | |
| QinsertMenu (QMenu a) (QAction t1, QMenu t2) |
class QinsertSeparator a b where Source
Methods
insertSeparator :: a -> b -> IO (QAction ()) Source
Instances
| QinsertSeparator (QToolBar a) (QAction t1) | |
| QinsertSeparator (QMenuBar a) (QAction t1) | |
| QinsertSeparator (QMenu a) (QAction t1) |
class QinsertTab a b where Source
Instances
| QinsertTab (QTabBar a) (Int, String) | |
| QinsertTab (QTabBar a) (Int, QIcon t2, String) | |
| QinsertTab (QTabWidget a) (Int, QWidget t2, String) | |
| QinsertTab (QTabWidget a) (Int, QWidget t2, QIcon t3, String) |
class QinsertWidget a b c | a -> c where Source
Methods
insertWidget :: a -> b -> c Source
Instances
| QinsertWidget (QToolBar a) (QAction t1, QWidget t2) (IO (QAction ())) | |
| QinsertWidget (QStatusBar a) (Int, QWidget t2) (IO Int) | |
| QinsertWidget (QStackedLayout a) (Int, QWidget t2) (IO Int) | |
| QinsertWidget (QSplitter a) (Int, QWidget t2) (IO ()) | |
| QinsertWidget (QStackedWidget a) (Int, QWidget t2) (IO Int) | |
| QinsertWidget (QBoxLayout a) (Int, QWidget t2) (IO ()) | |
| QinsertWidget (QStatusBar a) (Int, QWidget t2, Int) (IO Int) | |
| QinsertWidget (QBoxLayout a) (Int, QWidget t2, Int) (IO ()) | |
| QinsertWidget (QBoxLayout a) (Int, QWidget t2, Int, Alignment) (IO ()) |
class QinstallSceneEventFilter a b where Source
Methods
installSceneEventFilter :: a -> b -> IO () Source
Instances
class QinternalDrop a b where Source
Methods
internalDrop :: a -> b -> IO () Source
Instances
| QinternalDrop (QUndoViewSc a) (QDropEvent t1) | |
| QinternalDrop (QUndoView ()) (QDropEvent t1) | |
| QinternalDrop (QListWidgetSc a) (QDropEvent t1) | |
| QinternalDrop (QListWidget ()) (QDropEvent t1) | |
| QinternalDrop (QListViewSc a) (QDropEvent t1) | |
| QinternalDrop (QListView ()) (QDropEvent t1) |
class Qinvalidate a b where Source
Methods
invalidate :: a -> b -> IO () Source
Instances
| Qinvalidate (QGraphicsScene a) RectF | |
| Qinvalidate (QGraphicsScene a) () | |
| Qinvalidate (QSpacerItemSc a) () | |
| Qinvalidate (QSpacerItem ()) () | |
| Qinvalidate (QStackedLayoutSc a) () | |
| Qinvalidate (QStackedLayout ()) () | |
| Qinvalidate (QGridLayoutSc a) () | |
| Qinvalidate (QGridLayout ()) () | |
| Qinvalidate (QHBoxLayoutSc a) () | |
| Qinvalidate (QHBoxLayout ()) () | |
| Qinvalidate (QVBoxLayoutSc a) () | |
| Qinvalidate (QVBoxLayout ()) () | |
| Qinvalidate (QSortFilterProxyModel a) () | |
| Qinvalidate (QBoxLayoutSc a) () | |
| Qinvalidate (QBoxLayout ()) () | |
| Qinvalidate (QLayoutSc a) () | |
| Qinvalidate (QLayout ()) () | |
| Qinvalidate (QGraphicsScene a) (RectF, SceneLayers) | |
| Qinvalidate (QGraphicsScene a) (Double, Double, Double, Double) | |
| Qinvalidate (QGraphicsScene a) (Double, Double, Double, Double, SceneLayers) |
class QinvertedAppearance a b where Source
Methods
invertedAppearance :: a -> b -> IO Bool Source
Instances
class QinvisibleRootItem a b c | a -> c where Source
Methods
invisibleRootItem :: a -> b -> c Source
Instances
| QinvisibleRootItem (QTreeWidget a) () (IO (QTreeWidgetItem ())) | |
| QinvisibleRootItem (QStandardItemModel a) () (IO (QStandardItem ())) |
class QisAncestorOf a b where Source
Methods
isAncestorOf :: a -> b -> IO Bool Source
Instances
| QisAncestorOf (QGraphicsTextItem a) (QGraphicsTextItem t1) | |
| QisAncestorOf (QGraphicsTextItem a) (QGraphicsItem t1) | |
| QisAncestorOf (QGraphicsItem a) (QGraphicsTextItem t1) | |
| QisAncestorOf (QGraphicsItem a) (QGraphicsItem t1) | |
| QisAncestorOf (QWidget a) (QWidget t1) |
class QisAnimated a b where Source
Methods
isAnimated :: a -> b -> IO Bool Source
Instances
| QisAnimated (QMainWindow a) () | |
| QisAnimated (QTreeView a) () |
class QisCheckable a b where Source
Methods
isCheckable :: a -> b -> IO Bool Source
Instances
| QisCheckable (QGroupBox a) () | |
| QisCheckable (QAction a) () | |
| QisCheckable (QStandardItem a) () | |
| QisCheckable (QAbstractButton a) () |
class QisChecked a b where Source
Instances
| QisChecked (QGroupBox a) () | |
| QisChecked (QAction a) () | |
| QisChecked (QAbstractButton a) () |
class QisClean a b where Source
Instances
| QisClean (QUndoGroup a) () | |
| QisClean (QUndoStack a) () |
class QisCopyOf a b where Source
Instances
| QisCopyOf (QFont a) (QFont t1) | |
| QisCopyOf (QPalette a) (QPalette t1) | |
| QisCopyOf (QTextCursor a) (QTextCursor t1) |
class QisEditable a b where Source
Methods
isEditable :: a -> b -> IO Bool Source
Instances
| QisEditable (QStandardItem a) () | |
| QisEditable (QComboBox a) () |
class QisEnabled a b where Source
Instances
| QisEnabled (QActionGroup a) () | |
| QisEnabled (QGraphicsTextItem a) () | |
| QisEnabled (QShortcut a) () | |
| QisEnabled (QAction a) () | |
| QisEnabled (QStandardItem a) () | |
| QisEnabled (QLayout a) () | |
| QisEnabled (QGraphicsItem a) () | |
| QisEnabled (QWidget a) () |
class QisExpanded a b where Source
Methods
isExpanded :: a -> b -> IO Bool Source
Instances
| QisExpanded (QTreeWidgetItem a) () | |
| QisExpanded (QTreeView a) (QModelIndex t1) |
class QisFirstColumnSpanned a b where Source
Methods
isFirstColumnSpanned :: a -> b -> IO Bool Source
Instances
| QisFirstColumnSpanned (QTreeWidgetItem a) () | |
| QisFirstColumnSpanned (QTreeView a) (Int, QModelIndex t2) |
class QisFloating a b where Source
Methods
isFloating :: a -> b -> IO Bool Source
Instances
| QisFloating (QToolBar a) () | |
| QisFloating (QDockWidget a) () |
class QisIndexHidden a b where Source
Methods
isIndexHidden :: a -> b -> IO Bool Source
Instances
| QisIndexHidden (QTreeWidgetSc a) (QModelIndex t1) | |
| QisIndexHidden (QTreeWidget ()) (QModelIndex t1) | |
| QisIndexHidden (QTableWidgetSc a) (QModelIndex t1) | |
| QisIndexHidden (QTableWidget ()) (QModelIndex t1) | |
| QisIndexHidden (QUndoViewSc a) (QModelIndex t1) | |
| QisIndexHidden (QUndoView ()) (QModelIndex t1) | |
| QisIndexHidden (QListWidgetSc a) (QModelIndex t1) | |
| QisIndexHidden (QListWidget ()) (QModelIndex t1) | |
| QisIndexHidden (QHeaderViewSc a) (QModelIndex t1) | |
| QisIndexHidden (QHeaderView ()) (QModelIndex t1) | |
| QisIndexHidden (QTableViewSc a) (QModelIndex t1) | |
| QisIndexHidden (QTableView ()) (QModelIndex t1) | |
| QisIndexHidden (QTreeViewSc a) (QModelIndex t1) | |
| QisIndexHidden (QTreeView ()) (QModelIndex t1) | |
| QisIndexHidden (QListViewSc a) (QModelIndex t1) | |
| QisIndexHidden (QListView ()) (QModelIndex t1) | |
| QisIndexHidden (QAbstractItemViewSc a) (QModelIndex t1) | |
| QisIndexHidden (QAbstractItemView ()) (QModelIndex t1) |
class QisItemHidden a b where Source
Methods
isItemHidden :: a -> b -> IO Bool Source
Instances
| QisItemHidden (QTreeWidget a) (QTreeWidgetItem t1) | |
| QisItemHidden (QListWidget a) (QListWidgetItem t1) |
class QisItemSelected a b where Source
Methods
isItemSelected :: a -> b -> IO Bool Source
Instances
| QisItemSelected (QTreeWidget a) (QTreeWidgetItem t1) | |
| QisItemSelected (QTableWidget a) (QTableWidgetItem t1) | |
| QisItemSelected (QListWidget a) (QListWidgetItem t1) |
class QisModified a b where Source
Methods
isModified :: a -> b -> IO Bool Source
Instances
| QisModified (QLineEdit a) () | |
| QisModified (QTextDocument a) () |
class QisMovable a b where Source
Instances
| QisMovable (QToolBar a) () | |
| QisMovable (QHeaderView a) () |
class QisObscured a b where Source
Methods
isObscured :: a -> b -> IO Bool Source
Instances
| QisObscured (QGraphicsTextItem a) RectF | |
| QisObscured (QGraphicsTextItem a) () | |
| QisObscured (QGraphicsItem a) RectF | |
| QisObscured (QGraphicsItem a) () | |
| QisObscured (QGraphicsTextItem a) (Double, Double, Double, Double) | |
| QisObscured (QGraphicsItem a) (Double, Double, Double, Double) |
class QqisObscured a b where Source
Methods
qisObscured :: a -> b -> IO Bool Source
Instances
| QqisObscured (QGraphicsTextItem a) (QRectF t1) | |
| QqisObscured (QGraphicsItem a) (QRectF t1) |
class QisObscuredBy a b where Source
Methods
isObscuredBy :: a -> b -> IO Bool Source
Instances
class QisReadOnly a b where Source
Methods
isReadOnly :: a -> b -> IO Bool Source
Instances
| QisReadOnly (QLineEdit a) () | |
| QisReadOnly (QFileDialog a) () | |
| QisReadOnly (QDirModel a) () | |
| QisReadOnly (QTextEdit a) () | |
| QisReadOnly (QAbstractSpinBox a) () |
class QisRedoAvailable a b where Source
Methods
isRedoAvailable :: a -> b -> IO Bool Source
Instances
| QisRedoAvailable (QLineEdit a) () | |
| QisRedoAvailable (QTextDocument a) () |
class QisRowHidden a b where Source
Methods
isRowHidden :: a -> b -> IO Bool Source
Instances
| QisRowHidden (QTableView a) Int | |
| QisRowHidden (QListView a) Int | |
| QisRowHidden (QTreeView a) (Int, QModelIndex t2) |
class QisSelected a b where Source
Methods
isSelected :: a -> b -> IO Bool Source
Instances
| QisSelected (QGraphicsTextItem a) () | |
| QisSelected (QTreeWidgetItem a) () | |
| QisSelected (QListWidgetItem a) () | |
| QisSelected (QTableWidgetItem a) () | |
| QisSelected (QGraphicsItem a) () | |
| QisSelected (QItemSelectionModel a) (QModelIndex t1) |
class QisSeparator a b where Source
Methods
isSeparator :: a -> b -> IO Bool Source
Instances
| QisSeparator (QMainWindow a) Point | |
| QisSeparator (QAction a) () |
class QisSizeGripEnabled a b where Source
Methods
isSizeGripEnabled :: a -> b -> IO Bool Source
Instances
| QisSizeGripEnabled (QStatusBar a) () | |
| QisSizeGripEnabled (QDialog a) () |
class QisSortingEnabled a b where Source
Methods
isSortingEnabled :: a -> b -> IO Bool Source
Instances
| QisSortingEnabled (QTreeWidgetSc a) () | |
| QisSortingEnabled (QTreeWidget ()) () | |
| QisSortingEnabled (QTableWidgetSc a) () | |
| QisSortingEnabled (QTableWidget ()) () | |
| QisSortingEnabled (QListWidgetSc a) () | |
| QisSortingEnabled (QListWidget ()) () | |
| QisSortingEnabled (QTableViewSc a) () | |
| QisSortingEnabled (QTableView ()) () | |
| QisSortingEnabled (QTreeViewSc a) () | |
| QisSortingEnabled (QTreeView ()) () |
class QisTabEnabled a b where Source
Methods
isTabEnabled :: a -> b -> IO Bool Source
Instances
| QisTabEnabled (QTabBar a) Int | |
| QisTabEnabled (QTabWidget a) Int |
class QisTristate a b where Source
Methods
isTristate :: a -> b -> IO Bool Source
Instances
| QisTristate (QCheckBox a) () | |
| QisTristate (QStandardItem a) () |
class QisUndoAvailable a b where Source
Methods
isUndoAvailable :: a -> b -> IO Bool Source
Instances
| QisUndoAvailable (QLineEdit a) () | |
| QisUndoAvailable (QTextDocument a) () |
class QisUndoRedoEnabled a b where Source
Methods
isUndoRedoEnabled :: a -> b -> IO Bool Source
Instances
| QisUndoRedoEnabled (QTextDocument a) () | |
| QisUndoRedoEnabled (QTextEdit a) () |
class QisVisible a b where Source
Instances
| QisVisible (QActionGroup a) () | |
| QisVisible (QGraphicsTextItem a) () | |
| QisVisible (QSystemTrayIcon a) () | |
| QisVisible (QAction a) () | |
| QisVisible (QGraphicsItem a) () | |
| QisVisible (QWidget a) () |
class Qitem a b c | a -> c where Source
Instances
| Qitem (QTextList a) Int (IO (QTextBlock ())) | |
| Qitem (QGraphicsItemAnimation a) () (IO (QGraphicsItem ())) | |
| Qitem (QListWidget a) Int (IO (QListWidgetItem ())) | |
| Qitem (QStandardItemModel a) Int (IO (QStandardItem ())) | |
| Qitem (QTableWidget a) (Int, Int) (IO (QTableWidgetItem ())) | |
| Qitem (QStandardItemModel a) (Int, Int) (IO (QStandardItem ())) |
class QitemAt a b c | a -> c where Source
Instances
class QqitemAt a b c | a -> c where Source
Instances
| QqitemAt (QTreeWidget a) (QPoint t1) (IO (QTreeWidgetItem ())) | |
| QqitemAt (QTableWidget a) (QPoint t1) (IO (QTableWidgetItem ())) | |
| QqitemAt (QGraphicsScene a) (QPointF t1) (IO (QGraphicsItem ())) | |
| QqitemAt (QListWidget a) (QPoint t1) (IO (QListWidgetItem ())) | |
| QqitemAt (QGraphicsView a) (QPoint t1) (IO (QGraphicsItem ())) |
class QitemChange a b where Source
Methods
itemChange :: a -> b -> IO (QVariant ()) Source
Instances
class QitemDelegate a b where Source
Methods
itemDelegate :: a -> b -> IO (QAbstractItemDelegate ()) Source
Instances
| QitemDelegate (QDataWidgetMapper a) () | |
| QitemDelegate (QFileDialog a) () | |
| QitemDelegate (QComboBox a) () | |
| QitemDelegate (QAbstractItemView a) () | |
| QitemDelegate (QAbstractItemView a) (QModelIndex t1) |
class QitemFromIndex a b c | a -> c where Source
Methods
itemFromIndex :: a -> b -> c Source
Instances
| QitemFromIndex (QTreeWidgetSc a) (QModelIndex t1) (IO (QTreeWidgetItem ())) | |
| QitemFromIndex (QTreeWidget ()) (QModelIndex t1) (IO (QTreeWidgetItem ())) | |
| QitemFromIndex (QTableWidgetSc a) (QModelIndex t1) (IO (QTableWidgetItem ())) | |
| QitemFromIndex (QTableWidget ()) (QModelIndex t1) (IO (QTableWidgetItem ())) | |
| QitemFromIndex (QListWidgetSc a) (QModelIndex t1) (IO (QListWidgetItem ())) | |
| QitemFromIndex (QListWidget ()) (QModelIndex t1) (IO (QListWidgetItem ())) | |
| QitemFromIndex (QStandardItemModel a) (QModelIndex t1) (IO (QStandardItem ())) |
class QitemPixmapRect a b where Source
Methods
itemPixmapRect :: a -> b -> IO Rect Source
Instances
| QitemPixmapRect (QWindowsStyleSc a) (Rect, Int, QPixmap t3) | |
| QitemPixmapRect (QWindowsStyle ()) (Rect, Int, QPixmap t3) | |
| QitemPixmapRect (QCommonStyleSc a) (Rect, Int, QPixmap t3) | |
| QitemPixmapRect (QCommonStyle ()) (Rect, Int, QPixmap t3) | |
| QitemPixmapRect (QStyleSc a) (Rect, Int, QPixmap t3) | |
| QitemPixmapRect (QStyle ()) (Rect, Int, QPixmap t3) |
class QqitemPixmapRect a b where Source
Methods
qitemPixmapRect :: a -> b -> IO (QRect ()) Source
Instances
| QqitemPixmapRect (QWindowsStyleSc a) (QRect t1, Int, QPixmap t3) | |
| QqitemPixmapRect (QWindowsStyle ()) (QRect t1, Int, QPixmap t3) | |
| QqitemPixmapRect (QCommonStyleSc a) (QRect t1, Int, QPixmap t3) | |
| QqitemPixmapRect (QCommonStyle ()) (QRect t1, Int, QPixmap t3) | |
| QqitemPixmapRect (QStyleSc a) (QRect t1, Int, QPixmap t3) | |
| QqitemPixmapRect (QStyle ()) (QRect t1, Int, QPixmap t3) |
class QitemPrototype a b c | a -> c where Source
Methods
itemPrototype :: a -> b -> c Source
Instances
| QitemPrototype (QTableWidget a) () (IO (QTableWidgetItem ())) | |
| QitemPrototype (QStandardItemModel a) () (IO (QStandardItem ())) |
class QitemTextRect a b where Source
Methods
itemTextRect :: a -> b -> IO Rect Source
Instances
| QitemTextRect (QWindowsStyleSc a) (QFontMetrics t1, Rect, Int, Bool, String) | |
| QitemTextRect (QWindowsStyle ()) (QFontMetrics t1, Rect, Int, Bool, String) | |
| QitemTextRect (QCommonStyleSc a) (QFontMetrics t1, Rect, Int, Bool, String) | |
| QitemTextRect (QCommonStyle ()) (QFontMetrics t1, Rect, Int, Bool, String) | |
| QitemTextRect (QStyleSc a) (QFontMetrics t1, Rect, Int, Bool, String) | |
| QitemTextRect (QStyle ()) (QFontMetrics t1, Rect, Int, Bool, String) |
class QqitemTextRect a b where Source
Methods
qitemTextRect :: a -> b -> IO (QRect ()) Source
Instances
| QqitemTextRect (QWindowsStyleSc a) (QFontMetrics t1, QRect t2, Int, Bool, String) | |
| QqitemTextRect (QWindowsStyle ()) (QFontMetrics t1, QRect t2, Int, Bool, String) | |
| QqitemTextRect (QCommonStyleSc a) (QFontMetrics t1, QRect t2, Int, Bool, String) | |
| QqitemTextRect (QCommonStyle ()) (QFontMetrics t1, QRect t2, Int, Bool, String) | |
| QqitemTextRect (QStyleSc a) (QFontMetrics t1, QRect t2, Int, Bool, String) | |
| QqitemTextRect (QStyle ()) (QFontMetrics t1, QRect t2, Int, Bool, String) |
class QitemWidget a b where Source
Methods
itemWidget :: a -> b -> IO (QWidget ()) Source
Instances
| QitemWidget (QListWidget a) (QListWidgetItem t1) | |
| QitemWidget (QTreeWidget a) (QTreeWidgetItem t1, Int) |
class Qitems a b c | a -> c where Source
Instances
class Qqitems a b where Source
Methods
qitems :: a -> b -> IO [QGraphicsItem ()] Source
Instances
| Qqitems (QGraphicsScene a) (QRectF t1) | |
| Qqitems (QGraphicsScene a) (QPointF t1) | |
| Qqitems (QGraphicsView a) (QRect t1) | |
| Qqitems (QGraphicsView a) (QPoint t1) | |
| Qqitems (QGraphicsScene a) (QRectF t1, ItemSelectionMode) | |
| Qqitems (QGraphicsView a) (QRect t1, ItemSelectionMode) |
class Qkey a b c | a -> c where Source
Instances
| Qkey (QShortcut a) () (IO (QKeySequence ())) | |
| Qkey (QKeyEvent a) () (IO Int) | |
| Qkey (QIconEngineV2Sc a) () (IO String) | |
| Qkey (QIconEngineV2 ()) () (IO String) | |
| Qkey (QShortcutEvent a) () (IO (QKeySequence ())) | |
| Qkey (QFont a) () (IO String) |
class QkeyboardSearch a b where Source
Methods
keyboardSearch :: a -> b -> IO () Source
Instances
class QlabelText a b where Source
Instances
| QlabelText (QProgressDialog a) () | |
| QlabelText (QFileDialog a) DialogLabel |
class QlastCursorPosition a b where Source
Methods
lastCursorPosition :: a -> b -> IO (QTextCursor ()) Source
Instances
| QlastCursorPosition (QTextTableCell a) () | |
| QlastCursorPosition (QTextFrame a) () |
class QlastPosition a b where Source
Methods
lastPosition :: a -> b -> IO Int Source
Instances
| QlastPosition (QTextTableCell a) () | |
| QlastPosition (QTextFrame a) () |
class Qlayout a b c | a -> c where Source
Instances
| Qlayout (QSpacerItemSc a) () (IO (QLayout ())) | |
| Qlayout (QSpacerItem ()) () (IO (QLayout ())) | |
| Qlayout (QStackedLayoutSc a) () (IO (QLayout ())) | |
| Qlayout (QStackedLayout ()) () (IO (QLayout ())) | |
| Qlayout (QGridLayoutSc a) () (IO (QLayout ())) | |
| Qlayout (QGridLayout ()) () (IO (QLayout ())) | |
| Qlayout (QHBoxLayoutSc a) () (IO (QLayout ())) | |
| Qlayout (QHBoxLayout ()) () (IO (QLayout ())) | |
| Qlayout (QVBoxLayoutSc a) () (IO (QLayout ())) | |
| Qlayout (QVBoxLayout ()) () (IO (QLayout ())) | |
| Qlayout (QTextBlock a) () (IO (QTextLayout ())) | |
| Qlayout (QBoxLayoutSc a) () (IO (QLayout ())) | |
| Qlayout (QBoxLayout ()) () (IO (QLayout ())) | |
| Qlayout (QLayoutSc a) () (IO (QLayout ())) | |
| Qlayout (QLayout ()) () (IO (QLayout ())) | |
| Qlayout (QWidget a) () (IO (QLayout ())) |
class QlayoutDirection a b where Source
Methods
layoutDirection :: a -> b -> IO LayoutDirection Source
Instances
| QlayoutDirection (QPainter a) () | |
| QlayoutDirection (QTextFormat a) () | |
| QlayoutDirection (QWidget a) () |
class QlayoutSpacingImplementation a b where Source
Methods
layoutSpacingImplementation :: a -> b -> IO Int Source
Instances
class Qleading a b c | a -> c where Source
Instances
| Qleading (QFontMetricsF a) () (IO Double) | |
| Qleading (QFontMetrics a) () (IO Int) |
class QleftBearing a b c | a -> c where Source
Methods
leftBearing :: a -> b -> c Source
Instances
| QleftBearing (QFontMetricsF a) (QChar t1) (IO Double) | |
| QleftBearing (QFontMetrics a) (QChar t1) (IO Int) |
class QleftMargin a b where Source
Methods
leftMargin :: a -> b -> IO Double Source
Instances
| QleftMargin (QTextBlockFormat a) () | |
| QleftMargin (QTextFrameFormat a) () |
class QlineEdit a b where Source
Instances
| QlineEdit (QDateEditSc a) () | |
| QlineEdit (QDateEdit ()) () | |
| QlineEdit (QTimeEditSc a) () | |
| QlineEdit (QTimeEdit ()) () | |
| QlineEdit (QSpinBoxSc a) () | |
| QlineEdit (QSpinBox ()) () | |
| QlineEdit (QDoubleSpinBoxSc a) () | |
| QlineEdit (QDoubleSpinBox ()) () | |
| QlineEdit (QComboBox a) () | |
| QlineEdit (QDateTimeEditSc a) () | |
| QlineEdit (QDateTimeEdit ()) () | |
| QlineEdit (QAbstractSpinBoxSc a) () | |
| QlineEdit (QAbstractSpinBox ()) () |
class QlineSpacing a b c | a -> c where Source
Methods
lineSpacing :: a -> b -> c Source
Instances
| QlineSpacing (QFontMetricsF a) () (IO Double) | |
| QlineSpacing (QFontMetrics a) () (IO Int) |
class QlineWidth a b c | a -> c where Source
Instances
| QlineWidth (QStyleOptionGroupBox a) () (IO Int) | |
| QlineWidth (QStyleOptionTabWidgetFrame a) () (IO Int) | |
| QlineWidth (QStyleOptionToolBar a) () (IO Int) | |
| QlineWidth (QFontMetricsF a) () (IO Double) | |
| QlineWidth (QFontMetrics a) () (IO Int) | |
| QlineWidth (QStyleOptionFrame a) () (IO Int) | |
| QlineWidth (QFrame a) () (IO Int) |
class QloadFromData a b where Source
Methods
loadFromData :: a -> b -> IO Bool Source
Instances
| QloadFromData (QImage a) String | |
| QloadFromData (QPixmap a) String | |
| QloadFromData (QImage a) (String, String) | |
| QloadFromData (QPixmap a) (String, String) | |
| QloadFromData (QPixmap a) (String, String, ImageConversionFlags) |
class QloadResource a b where Source
Methods
loadResource :: a -> b -> IO (QVariant ()) Source
Instances
| QloadResource (QTextBrowserSc a) (Int, QUrl t2) | |
| QloadResource (QTextBrowser ()) (Int, QUrl t2) | |
| QloadResource (QTextDocumentSc a) (Int, QUrl t2) | |
| QloadResource (QTextDocument ()) (Int, QUrl t2) | |
| QloadResource (QTextEditSc a) (Int, QUrl t2) | |
| QloadResource (QTextEdit ()) (Int, QUrl t2) |
class QmapFromItem a b c | b -> c where Source
Methods
mapFromItem :: a -> b -> c Source
Instances
class QqmapFromItem a b c | b -> c where Source
Methods
qmapFromItem :: a -> b -> c Source
Instances
class QmapFromParent a b c | b -> c where Source
Methods
mapFromParent :: a -> b -> c Source
Instances
| QmapFromParent (QGraphicsTextItem a) RectF (IO (QPolygonF ())) | |
| QmapFromParent (QGraphicsTextItem a) PointF (IO PointF) | |
| QmapFromParent (QGraphicsItem a) RectF (IO (QPolygonF ())) | |
| QmapFromParent (QGraphicsItem a) PointF (IO PointF) | |
| QmapFromParent (QWidget a) Point (IO Point) | |
| QmapFromParent (QGraphicsTextItem a) (QPolygonF t1) (IO (QPolygonF ())) | |
| QmapFromParent (QGraphicsTextItem a) (QPainterPath t1) (IO (QPainterPath ())) | |
| QmapFromParent (QGraphicsItem a) (QPolygonF t1) (IO (QPolygonF ())) | |
| QmapFromParent (QGraphicsItem a) (QPainterPath t1) (IO (QPainterPath ())) | |
| QmapFromParent (QGraphicsTextItem a) (Double, Double) (IO PointF) | |
| QmapFromParent (QGraphicsItem a) (Double, Double) (IO PointF) | |
| QmapFromParent (QGraphicsTextItem a) (Double, Double, Double, Double) (IO (QPolygonF ())) | |
| QmapFromParent (QGraphicsItem a) (Double, Double, Double, Double) (IO (QPolygonF ())) |
class QqmapFromParent a b c | b -> c where Source
Methods
qmapFromParent :: a -> b -> c Source
Instances
| QqmapFromParent (QGraphicsTextItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapFromParent (QGraphicsTextItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapFromParent (QGraphicsItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapFromParent (QGraphicsItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapFromParent (QWidget a) (QPoint t1) (IO (QPoint ())) | |
| QqmapFromParent (QGraphicsTextItem a) (Double, Double) (IO (QPointF ())) | |
| QqmapFromParent (QGraphicsItem a) (Double, Double) (IO (QPointF ())) |
class QmapFromScene a b c | a b -> c where Source
Methods
mapFromScene :: a -> b -> c Source
Instances
class QqmapFromScene a b c | a b -> c where Source
Methods
qmapFromScene :: a -> b -> c Source
Instances
| QqmapFromScene (QGraphicsTextItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapFromScene (QGraphicsTextItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapFromScene (QGraphicsView a) (QRectF t1) (IO (QPolygon ())) | |
| QqmapFromScene (QGraphicsView a) (QPointF t1) (IO (QPoint ())) | |
| QqmapFromScene (QGraphicsItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapFromScene (QGraphicsItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapFromScene (QGraphicsTextItem a) (Double, Double) (IO (QPointF ())) | |
| QqmapFromScene (QGraphicsView a) (Double, Double) (IO (QPoint ())) | |
| QqmapFromScene (QGraphicsItem a) (Double, Double) (IO (QPointF ())) |
class QmapFromSource a b where Source
Methods
mapFromSource :: a -> b -> IO (QModelIndex ()) Source
Instances
| QmapFromSource (QSortFilterProxyModelSc a) (QModelIndex t1) | |
| QmapFromSource (QSortFilterProxyModel ()) (QModelIndex t1) | |
| QmapFromSource (QAbstractProxyModelSc a) (QModelIndex t1) | |
| QmapFromSource (QAbstractProxyModel ()) (QModelIndex t1) |
class QmapSelectionFromSource a b where Source
Methods
mapSelectionFromSource :: a -> b -> IO (QItemSelection ()) Source
Instances
class QmapSelectionToSource a b where Source
Methods
mapSelectionToSource :: a -> b -> IO (QItemSelection ()) Source
Instances
class QmapToItem a b c | b -> c where Source
Instances
class QqmapToItem a b c | b -> c where Source
Methods
qmapToItem :: a -> b -> c Source
Instances
class QmapToParent a b c | b -> c where Source
Methods
mapToParent :: a -> b -> c Source
Instances
| QmapToParent (QGraphicsTextItem a) RectF (IO (QPolygonF ())) | |
| QmapToParent (QGraphicsTextItem a) PointF (IO PointF) | |
| QmapToParent (QGraphicsItem a) RectF (IO (QPolygonF ())) | |
| QmapToParent (QGraphicsItem a) PointF (IO PointF) | |
| QmapToParent (QWidget a) Point (IO Point) | |
| QmapToParent (QGraphicsTextItem a) (QPolygonF t1) (IO (QPolygonF ())) | |
| QmapToParent (QGraphicsTextItem a) (QPainterPath t1) (IO (QPainterPath ())) | |
| QmapToParent (QGraphicsItem a) (QPolygonF t1) (IO (QPolygonF ())) | |
| QmapToParent (QGraphicsItem a) (QPainterPath t1) (IO (QPainterPath ())) | |
| QmapToParent (QGraphicsTextItem a) (Double, Double) (IO PointF) | |
| QmapToParent (QGraphicsItem a) (Double, Double) (IO PointF) | |
| QmapToParent (QGraphicsTextItem a) (Double, Double, Double, Double) (IO (QPolygonF ())) | |
| QmapToParent (QGraphicsItem a) (Double, Double, Double, Double) (IO (QPolygonF ())) |
class QqmapToParent a b c | b -> c where Source
Methods
qmapToParent :: a -> b -> c Source
Instances
| QqmapToParent (QGraphicsTextItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapToParent (QGraphicsTextItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapToParent (QGraphicsItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapToParent (QGraphicsItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapToParent (QWidget a) (QPoint t1) (IO (QPoint ())) | |
| QqmapToParent (QGraphicsTextItem a) (Double, Double) (IO (QPointF ())) | |
| QqmapToParent (QGraphicsItem a) (Double, Double) (IO (QPointF ())) |
class QmapToScene a b c | b -> c where Source
Methods
mapToScene :: a -> b -> c Source
Instances
class QqmapToScene a b c | b -> c where Source
Methods
qmapToScene :: a -> b -> c Source
Instances
| QqmapToScene (QGraphicsTextItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapToScene (QGraphicsTextItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapToScene (QGraphicsView a) (QRect t1) (IO (QPolygonF ())) | |
| QqmapToScene (QGraphicsView a) (QPoint t1) (IO (QPointF ())) | |
| QqmapToScene (QGraphicsItem a) (QRectF t1) (IO (QPolygonF ())) | |
| QqmapToScene (QGraphicsItem a) (QPointF t1) (IO (QPointF ())) | |
| QqmapToScene (QGraphicsTextItem a) (Double, Double) (IO (QPointF ())) | |
| QqmapToScene (QGraphicsView a) (Int, Int) (IO (QPointF ())) | |
| QqmapToScene (QGraphicsItem a) (Double, Double) (IO (QPointF ())) |
class QmapToSource a b where Source
Methods
mapToSource :: a -> b -> IO (QModelIndex ()) Source
Instances
| QmapToSource (QSortFilterProxyModelSc a) (QModelIndex t1) | |
| QmapToSource (QSortFilterProxyModel ()) (QModelIndex t1) | |
| QmapToSource (QAbstractProxyModelSc a) (QModelIndex t1) | |
| QmapToSource (QAbstractProxyModel ()) (QModelIndex t1) |
class Qmatches a b c | a -> c where Source
Instances
| Qmatches (QKeyEvent a) StandardKey (IO Bool) | |
| Qmatches (QKeySequence a) (QKeySequence t1) (IO SequenceMatch) |
class Qmatrix a b where Source
Instances
| Qmatrix (QStyleOptionGraphicsItem a) () | |
| Qmatrix (QGraphicsTextItem a) () | |
| Qmatrix (QGraphicsView a) () | |
| Qmatrix (QPainter a) () | |
| Qmatrix (QBrush a) () | |
| Qmatrix (QGraphicsItem a) () |
class QmaxWidth a b c | a -> c where Source
Instances
| QmaxWidth (QFontMetricsF a) () (IO Double) | |
| QmaxWidth (QFontMetrics a) () (IO Int) |
class Qqmaximum a b c | a -> c where Source
Instances
| Qqmaximum (QProgressBar a) () (IO Int) | |
| Qqmaximum (QStyleOptionSlider a) () (IO Int) | |
| Qqmaximum (QProgressDialog a) () (IO Int) | |
| Qqmaximum (QSpinBox a) () (IO Int) | |
| Qqmaximum (QDoubleSpinBox a) () (IO Double) | |
| Qqmaximum (QStyleOptionProgressBar a) () (IO Int) | |
| Qqmaximum (QAbstractSlider a) () (IO Int) |
class QmaximumDate a b where Source
Methods
maximumDate :: a -> b -> IO (QDate ()) Source
Instances
| QmaximumDate (QCalendarWidget a) () | |
| QmaximumDate (QDateTimeEdit a) () |
class QmaximumSize a b where Source
Methods
maximumSize :: a -> b -> IO Size Source
Instances
| QmaximumSize (QSpacerItemSc a) () | |
| QmaximumSize (QSpacerItem ()) () | |
| QmaximumSize (QStackedLayoutSc a) () | |
| QmaximumSize (QStackedLayout ()) () | |
| QmaximumSize (QGridLayoutSc a) () | |
| QmaximumSize (QGridLayout ()) () | |
| QmaximumSize (QHBoxLayoutSc a) () | |
| QmaximumSize (QHBoxLayout ()) () | |
| QmaximumSize (QVBoxLayoutSc a) () | |
| QmaximumSize (QVBoxLayout ()) () | |
| QmaximumSize (QBoxLayoutSc a) () | |
| QmaximumSize (QBoxLayout ()) () | |
| QmaximumSize (QLayoutSc a) () | |
| QmaximumSize (QLayout ()) () | |
| QmaximumSize (QWidget a) () |
class QqmaximumSize a b where Source
Methods
qmaximumSize :: a -> b -> IO (QSize ()) Source
Instances
| QqmaximumSize (QSpacerItemSc a) () | |
| QqmaximumSize (QSpacerItem ()) () | |
| QqmaximumSize (QStackedLayoutSc a) () | |
| QqmaximumSize (QStackedLayout ()) () | |
| QqmaximumSize (QGridLayoutSc a) () | |
| QqmaximumSize (QGridLayout ()) () | |
| QqmaximumSize (QHBoxLayoutSc a) () | |
| QqmaximumSize (QHBoxLayout ()) () | |
| QqmaximumSize (QVBoxLayoutSc a) () | |
| QqmaximumSize (QVBoxLayout ()) () | |
| QqmaximumSize (QBoxLayoutSc a) () | |
| QqmaximumSize (QBoxLayout ()) () | |
| QqmaximumSize (QLayoutSc a) () | |
| QqmaximumSize (QLayout ()) () | |
| QqmaximumSize (QWidget a) () |
class QmaximumWidth a b c | a -> c where Source
Methods
maximumWidth :: a -> b -> c Source
Instances
| QmaximumWidth (QTextLayout a) () (IO Double) | |
| QmaximumWidth (QWidget a) () (IO Int) |
Instances
| Qmerge (QTextFormat a) (QTextFormat t1) | |
| Qmerge (QItemSelection a) (QItemSelection t1, SelectionFlags) |
class QmidLineWidth a b where Source
Methods
midLineWidth :: a -> b -> IO Int Source
Instances
| QmidLineWidth (QStyleOptionGroupBox a) () | |
| QmidLineWidth (QStyleOptionTabWidgetFrame a) () | |
| QmidLineWidth (QStyleOptionToolBar a) () | |
| QmidLineWidth (QStyleOptionFrame a) () | |
| QmidLineWidth (QFrame a) () |
class QmimeData a b where Source
Instances
| QmimeData (QClipboard a) QClipboardMode | |
| QmimeData (QClipboard a) () | |
| QmimeData (QDrag a) () | |
| QmimeData (QGraphicsSceneDragDropEvent a) () | |
| QmimeData (QDropEvent a) () |
class QminLeftBearing a b c | a -> c where Source
Methods
minLeftBearing :: a -> b -> c Source
Instances
| QminLeftBearing (QFontMetricsF a) () (IO Double) | |
| QminLeftBearing (QFontMetrics a) () (IO Int) |
class QminRightBearing a b c | a -> c where Source
Methods
minRightBearing :: a -> b -> c Source
Instances
| QminRightBearing (QFontMetricsF a) () (IO Double) | |
| QminRightBearing (QFontMetrics a) () (IO Int) |
class Qqminimum a b c | a -> c where Source
Instances
| Qqminimum (QProgressBar a) () (IO Int) | |
| Qqminimum (QStyleOptionSlider a) () (IO Int) | |
| Qqminimum (QProgressDialog a) () (IO Int) | |
| Qqminimum (QSpinBox a) () (IO Int) | |
| Qqminimum (QDoubleSpinBox a) () (IO Double) | |
| Qqminimum (QStyleOptionProgressBar a) () (IO Int) | |
| Qqminimum (QAbstractSlider a) () (IO Int) |
class QminimumDate a b where Source
Methods
minimumDate :: a -> b -> IO (QDate ()) Source
Instances
| QminimumDate (QCalendarWidget a) () | |
| QminimumDate (QDateTimeEdit a) () |
class QminimumHeightForWidth a b where Source
Methods
minimumHeightForWidth :: a -> b -> IO Int Source
Instances
class QminimumSize a b where Source
Methods
minimumSize :: a -> b -> IO Size Source
Instances
| QminimumSize (QSpacerItemSc a) () | |
| QminimumSize (QSpacerItem ()) () | |
| QminimumSize (QStackedLayoutSc a) () | |
| QminimumSize (QStackedLayout ()) () | |
| QminimumSize (QGridLayoutSc a) () | |
| QminimumSize (QGridLayout ()) () | |
| QminimumSize (QHBoxLayoutSc a) () | |
| QminimumSize (QHBoxLayout ()) () | |
| QminimumSize (QVBoxLayoutSc a) () | |
| QminimumSize (QVBoxLayout ()) () | |
| QminimumSize (QBoxLayoutSc a) () | |
| QminimumSize (QBoxLayout ()) () | |
| QminimumSize (QLayoutSc a) () | |
| QminimumSize (QLayout ()) () | |
| QminimumSize (QWidget a) () |
class QqminimumSize a b where Source
Methods
qminimumSize :: a -> b -> IO (QSize ()) Source
Instances
| QqminimumSize (QSpacerItemSc a) () | |
| QqminimumSize (QSpacerItem ()) () | |
| QqminimumSize (QStackedLayoutSc a) () | |
| QqminimumSize (QStackedLayout ()) () | |
| QqminimumSize (QGridLayoutSc a) () | |
| QqminimumSize (QGridLayout ()) () | |
| QqminimumSize (QHBoxLayoutSc a) () | |
| QqminimumSize (QHBoxLayout ()) () | |
| QqminimumSize (QVBoxLayoutSc a) () | |
| QqminimumSize (QVBoxLayout ()) () | |
| QqminimumSize (QBoxLayoutSc a) () | |
| QqminimumSize (QBoxLayout ()) () | |
| QqminimumSize (QLayoutSc a) () | |
| QqminimumSize (QLayout ()) () | |
| QqminimumSize (QWidget a) () |
class QminimumWidth a b c | a -> c where Source
Methods
minimumWidth :: a -> b -> c Source
Instances
| QminimumWidth (QTextLayout a) () (IO Double) | |
| QminimumWidth (QWidget a) () (IO Int) |
class Qmode a b c | a -> c where Source
Instances
| Qmode (QLCDNumber a) () (IO QLCDNumberMode) | |
| Qmode (QColormap a) () (IO QColormapMode) |
class QmodelColumn a b where Source
Methods
modelColumn :: a -> b -> IO Int Source
Instances
| QmodelColumn (QComboBox a) () | |
| QmodelColumn (QListView a) () |
class Qmodifiers a b where Source
Methods
modifiers :: a -> b -> IO KeyboardModifiers Source
Instances
| Qmodifiers (QKeyEvent a) () | |
| Qmodifiers (QMouseEvent ()) () | |
| Qmodifiers (QGraphicsSceneWheelEvent a) () | |
| Qmodifiers (QGraphicsSceneDragDropEvent a) () | |
| Qmodifiers (QGraphicsSceneMouseEvent a) () | |
| Qmodifiers (QGraphicsSceneContextMenuEvent a) () | |
| Qmodifiers (QInputEvent ()) () |
Instances
Instances
class QmoveBy a b where Source
Instances
| QmoveBy (QGraphicsTextItem a) (Double, Double) | |
| QmoveBy (QGraphicsItem a) (Double, Double) |
class QmoveCursor a b c | a -> c where Source
Methods
moveCursor :: a -> b -> c Source
Instances
class QnextCheckState a b where Source
Methods
nextCheckState :: a -> b -> IO () Source
Instances
| QnextCheckState (QToolButtonSc a) () | |
| QnextCheckState (QToolButton ()) () | |
| QnextCheckState (QCheckBoxSc a) () | |
| QnextCheckState (QCheckBox ()) () | |
| QnextCheckState (QRadioButtonSc a) () | |
| QnextCheckState (QRadioButton ()) () | |
| QnextCheckState (QPushButtonSc a) () | |
| QnextCheckState (QPushButton ()) () | |
| QnextCheckState (QAbstractButtonSc a) () | |
| QnextCheckState (QAbstractButton ()) () |
class QnotchTarget a b where Source
Methods
notchTarget :: a -> b -> IO Double Source
Instances
| QnotchTarget (QStyleOptionSlider a) () | |
| QnotchTarget (QDial a) () |
class QoldPos a b where Source
Instances
| QoldPos (QMoveEvent a) () | |
| QoldPos (QHoverEvent a) () |
class QqoldPos a b where Source
Instances
| QqoldPos (QMoveEvent a) () | |
| QqoldPos (QHoverEvent a) () |
class QopaqueArea a b where Source
Methods
opaqueArea :: a -> b -> IO (QPainterPath ()) Source
Instances
| QopaqueArea (QGraphicsTextItemSc a) () | |
| QopaqueArea (QGraphicsTextItem ()) () | |
| QopaqueArea (QGraphicsItemGroupSc a) () | |
| QopaqueArea (QGraphicsItemGroup ()) () | |
| QopaqueArea (QGraphicsPixmapItemSc a) () | |
| QopaqueArea (QGraphicsPixmapItem ()) () | |
| QopaqueArea (QGraphicsLineItemSc a) () | |
| QopaqueArea (QGraphicsLineItem ()) () | |
| QopaqueArea (QGraphicsPolygonItemSc a) () | |
| QopaqueArea (QGraphicsPolygonItem ()) () | |
| QopaqueArea (QGraphicsPathItemSc a) () | |
| QopaqueArea (QGraphicsPathItem ()) () | |
| QopaqueArea (QGraphicsRectItemSc a) () | |
| QopaqueArea (QGraphicsRectItem ()) () | |
| QopaqueArea (QGraphicsSimpleTextItemSc a) () | |
| QopaqueArea (QGraphicsSimpleTextItem ()) () | |
| QopaqueArea (QGraphicsEllipseItemSc a) () | |
| QopaqueArea (QGraphicsEllipseItem ()) () | |
| QopaqueArea (QAbstractGraphicsShapeItemSc a) () | |
| QopaqueArea (QAbstractGraphicsShapeItem ()) () | |
| QopaqueArea (QGraphicsItemSc a) () | |
| QopaqueArea (QGraphicsItem ()) () |
class QopenExternalLinks a b where Source
Methods
openExternalLinks :: a -> b -> IO Bool Source
Instances
| QopenExternalLinks (QTextBrowser a) () | |
| QopenExternalLinks (QGraphicsTextItem a) () | |
| QopenExternalLinks (QLabel a) () |
class QopenPersistentEditor a b where Source
Methods
openPersistentEditor :: a -> b -> IO () Source
Instances
| QopenPersistentEditor (QTreeWidget a) (QTreeWidgetItem t1) | |
| QopenPersistentEditor (QTableWidget a) (QTableWidgetItem t1) | |
| QopenPersistentEditor (QListWidget a) (QListWidgetItem t1) | |
| QopenPersistentEditor (QAbstractItemView a) (QModelIndex t1) | |
| QopenPersistentEditor (QTreeWidget a) (QTreeWidgetItem t1, Int) |
class Qorientation a b c | a -> c where Source
Methods
orientation :: a -> b -> c Source
Instances
| Qorientation (QToolBar a) () (IO QtOrientation) | |
| Qorientation (QDialogButtonBox a) () (IO QtOrientation) | |
| Qorientation (QProgressBar a) () (IO QtOrientation) | |
| Qorientation (QStyleOptionProgressBarV2 a) () (IO QtOrientation) | |
| Qorientation (QStyleOptionSlider a) () (IO QtOrientation) | |
| Qorientation (QStyleOptionHeader a) () (IO QtOrientation) | |
| Qorientation (QPrinter a) () (IO QPrinterOrientation) | |
| Qorientation (QDataWidgetMapper a) () (IO QtOrientation) | |
| Qorientation (QWheelEvent a) () (IO QtOrientation) | |
| Qorientation (QGraphicsSceneWheelEvent a) () (IO QtOrientation) | |
| Qorientation (QSplitter a) () (IO QtOrientation) | |
| Qorientation (QHeaderView a) () (IO QtOrientation) | |
| Qorientation (QAbstractSlider a) () (IO QtOrientation) | |
| Qorientation (QDialog a) () (IO QtOrientation) |
class QoverlinePos a b c | a -> c where Source
Methods
overlinePos :: a -> b -> c Source
Instances
| QoverlinePos (QFontMetricsF a) () (IO Double) | |
| QoverlinePos (QFontMetrics a) () (IO Int) |
class QpageBreakPolicy a b where Source
Methods
pageBreakPolicy :: a -> b -> IO PageBreakFlags Source
Instances
| QpageBreakPolicy (QTextBlockFormat a) () | |
| QpageBreakPolicy (QTextFrameFormat a) () |
class QpageCount a b where Source
Instances
| QpageCount (QAbstractTextDocumentLayoutSc a) () | |
| QpageCount (QAbstractTextDocumentLayout ()) () | |
| QpageCount (QTextDocument a) () |
class QpageStep a b where Source
Instances
| QpageStep (QStyleOptionSlider a) () | |
| QpageStep (QAbstractSlider a) () |
Instances
class Qqpaint a b where Source
Instances
| Qqpaint (QIcon a) (QPainter t1, QRect t2) | |
| Qqpaint (QIcon a) (QPainter t1, QRect t2, Alignment) | |
| Qqpaint (QIconEngineV2Sc a) (QPainter t1, QRect t2, QIconMode, QIconState) | |
| Qqpaint (QIconEngineV2 ()) (QPainter t1, QRect t2, QIconMode, QIconState) | |
| Qqpaint (QIcon a) (QPainter t1, QRect t2, Alignment, QIconMode) | |
| Qqpaint (QIconEngineSc a) (QPainter t1, QRect t2, QIconMode, QIconState) | |
| Qqpaint (QIconEngine ()) (QPainter t1, QRect t2, QIconMode, QIconState) | |
| Qqpaint (QIcon a) (QPainter t1, QRect t2, Alignment, QIconMode, QIconState) |
class QparentItem a b where Source
Methods
parentItem :: a -> b -> IO (QGraphicsItem ()) Source
Instances
| QparentItem (QGraphicsTextItem a) () | |
| QparentItem (QGraphicsItem a) () |
class QparentWidget a b where Source
Methods
parentWidget :: a -> b -> IO (QWidget ()) Source
Instances
| QparentWidget (QShortcut a) () | |
| QparentWidget (QAction a) () | |
| QparentWidget (QLayout a) () | |
| QparentWidget (QWidget a) () |
Instances
| Qpen (QGraphicsLineItem a) () | |
| Qpen (QPainter a) () | |
| Qpen (QAbstractGraphicsShapeItem a) () |
class QpixelMetric a b where Source
Methods
pixelMetric :: a -> b -> IO Int Source
Instances
| QpixelMetric (QCommonStyle a) PixelMetric | |
| QpixelMetric (QStyleSc a) PixelMetric | |
| QpixelMetric (QStyle ()) PixelMetric | |
| QpixelMetric (QCommonStyle a) (PixelMetric, QStyleOption t2) | |
| QpixelMetric (QStyleSc a) (PixelMetric, QStyleOption t2) | |
| QpixelMetric (QStyle ()) (PixelMetric, QStyleOption t2) | |
| QpixelMetric (QWindowsStyleSc a) (PixelMetric, QStyleOption t2, QWidget t3) | |
| QpixelMetric (QWindowsStyle ()) (PixelMetric, QStyleOption t2, QWidget t3) | |
| QpixelMetric (QCommonStyleSc a) (PixelMetric, QStyleOption t2, QWidget t3) | |
| QpixelMetric (QCommonStyle ()) (PixelMetric, QStyleOption t2, QWidget t3) | |
| QpixelMetric (QStyleSc a) (PixelMetric, QStyleOption t2, QWidget t3) | |
| QpixelMetric (QStyle ()) (PixelMetric, QStyleOption t2, QWidget t3) |
class QpixelSize a b where Source
Instances
| QpixelSize (QFont a) () | |
| QpixelSize (QFontInfo a) () |
class Qpixmap a b where Source
Instances
class Qpixmap_nf a b where Source
Instances
class Qqpixmap a b where Source
Instances
| Qqpixmap (QIconSc a) (QSize t1) | |
| Qqpixmap (QIcon ()) (QSize t1) | |
| Qqpixmap (QIconSc a) (QSize t1, QIconMode) | |
| Qqpixmap (QIcon ()) (QSize t1, QIconMode) | |
| Qqpixmap (QIconEngineV2Sc a) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap (QIconEngineV2 ()) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap (QIconSc a) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap (QIcon ()) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap (QIconEngineSc a) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap (QIconEngine ()) (QSize t1, QIconMode, QIconState) |
class Qqpixmap_nf a b where Source
Methods
qpixmap_nf :: a -> b -> IO (QPixmap ()) Source
Instances
| Qqpixmap_nf (QIconSc a) (QSize t1) | |
| Qqpixmap_nf (QIcon ()) (QSize t1) | |
| Qqpixmap_nf (QIconSc a) (QSize t1, QIconMode) | |
| Qqpixmap_nf (QIcon ()) (QSize t1, QIconMode) | |
| Qqpixmap_nf (QIconEngineV2Sc a) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap_nf (QIconEngineV2 ()) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap_nf (QIconSc a) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap_nf (QIcon ()) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap_nf (QIconEngineSc a) (QSize t1, QIconMode, QIconState) | |
| Qqpixmap_nf (QIconEngine ()) (QSize t1, QIconMode, QIconState) |
class QpointSize a b where Source
Instances
| QpointSize (QFont a) () | |
| QpointSize (QFontInfo a) () |
class QpointSizeF a b where Source
Methods
pointSizeF :: a -> b -> IO Double Source
Instances
| QpointSizeF (QFont a) () | |
| QpointSizeF (QFontInfo a) () |
class Qpolish a b where Source
Instances
| Qpolish (QWindowsStyleSc a) (QWidget t1) | |
| Qpolish (QWindowsStyleSc a) (QApplication t1) | |
| Qpolish (QWindowsStyle ()) (QApplication t1) | |
| Qpolish (QWindowsStyle ()) (QWidget t1) | |
| Qpolish (QCommonStyleSc a) (QWidget t1) | |
| Qpolish (QCommonStyleSc a) (QApplication t1) | |
| Qpolish (QCommonStyle ()) (QApplication t1) | |
| Qpolish (QCommonStyle ()) (QWidget t1) | |
| Qpolish (QStyleSc a) (QWidget t1) | |
| Qpolish (QStyleSc a) (QApplication t1) | |
| Qpolish (QStyle ()) (QApplication t1) | |
| Qpolish (QStyle ()) (QWidget t1) |
class Qqpos a b c | a -> c where Source
Instances
| Qqpos (QStyleOptionToolButton a) () (IO (QPoint ())) | |
| Qqpos (QGraphicsTextItem a) () (IO (QPointF ())) | |
| Qqpos (QContextMenuEvent a) () (IO (QPoint ())) | |
| Qqpos (QTabletEvent a) () (IO (QPoint ())) | |
| Qqpos (QWheelEvent a) () (IO (QPoint ())) | |
| Qqpos (QMouseEvent a) () (IO (QPoint ())) | |
| Qqpos (QGraphicsSceneWheelEvent a) () (IO (QPointF ())) | |
| Qqpos (QGraphicsSceneDragDropEvent a) () (IO (QPointF ())) | |
| Qqpos (QGraphicsSceneMouseEvent a) () (IO (QPointF ())) | |
| Qqpos (QGraphicsSceneContextMenuEvent a) () (IO (QPointF ())) | |
| Qqpos (QGraphicsSceneHoverEvent a) () (IO (QPointF ())) | |
| Qqpos (QMoveEvent a) () (IO (QPoint ())) | |
| Qqpos (QHelpEvent a) () (IO (QPoint ())) | |
| Qqpos (QHoverEvent a) () (IO (QPoint ())) | |
| Qqpos (QDropEvent a) () (IO (QPoint ())) | |
| Qqpos (QGraphicsItem a) () (IO (QPointF ())) | |
| Qqpos (QWidget a) () (IO (QPoint ())) |
class Qposition a b c | a -> c where Source
Instances
| Qposition (QStyleOptionToolBoxV2 a) () (IO Int) | |
| Qposition (QStyleOptionHeader a) () (IO Int) | |
| Qposition (QTextLayout a) () (IO PointF) | |
| Qposition (QTextLine a) () (IO PointF) | |
| Qposition (QTextBlock a) () (IO Int) | |
| Qposition (QTextFragment a) () (IO Int) | |
| Qposition (QTextCursor a) () (IO Int) | |
| Qposition (QTextFrameFormat a) () (IO QTextFrameFormatPosition) | |
| Qposition (QStyleOptionTab a) () (IO Int) |
class Qqposition a b where Source
Instances
| Qqposition (QTextLayout a) () | |
| Qqposition (QTextLine a) () |
class QpossibleActions a b where Source
Methods
possibleActions :: a -> b -> IO DropActions Source
Instances
class QprepareGeometryChange a b where Source
Methods
prepareGeometryChange :: a -> b -> IO () Source
Instances
class Qprinter a b where Source
Instances
| Qprinter (QAbstractPageSetupDialog a) () | |
| Qprinter (QAbstractPrintDialog a) () |
class QproposedAction a b where Source
Methods
proposedAction :: a -> b -> IO DropAction Source
Instances
| QproposedAction (QGraphicsSceneDragDropEvent a) () | |
| QproposedAction (QDropEvent a) () |
class Qqrect a b c | a -> c where Source
Instances
| Qqrect (QImage a) () (IO Rect) | |
| Qqrect (QPaintEvent a) () (IO Rect) | |
| Qqrect (QGraphicsRectItem a) () (IO RectF) | |
| Qqrect (QGraphicsEllipseItem a) () (IO RectF) | |
| Qqrect (QTextLine a) () (IO RectF) | |
| Qqrect (QPixmap a) () (IO Rect) | |
| Qqrect (QStyleOption a) () (IO Rect) | |
| Qqrect (QWidget a) () (IO Rect) | |
| Qqrect (QItemDelegateSc a) (QStyleOptionViewItem t1, QModelIndex t2, Int) (IO Rect) | |
| Qqrect (QItemDelegate ()) (QStyleOptionViewItem t1, QModelIndex t2, Int) (IO Rect) |
class Qqqrect a b c | a -> c where Source
Instances
| Qqqrect (QImage a) () (IO (QRect ())) | |
| Qqqrect (QPaintEvent a) () (IO (QRect ())) | |
| Qqqrect (QGraphicsRectItem a) () (IO (QRectF ())) | |
| Qqqrect (QGraphicsEllipseItem a) () (IO (QRectF ())) | |
| Qqqrect (QTextLine a) () (IO (QRectF ())) | |
| Qqqrect (QPixmap a) () (IO (QRect ())) | |
| Qqqrect (QStyleOption a) () (IO (QRect ())) | |
| Qqqrect (QWidget a) () (IO (QRect ())) | |
| Qqqrect (QItemDelegateSc a) (QStyleOptionViewItem t1, QModelIndex t2, Int) (IO (QRect ())) | |
| Qqqrect (QItemDelegate ()) (QStyleOptionViewItem t1, QModelIndex t2, Int) (IO (QRect ())) |
class QrectForIndex a b where Source
Methods
rectForIndex :: a -> b -> IO Rect Source
Instances
| QrectForIndex (QUndoViewSc a) (QModelIndex t1) | |
| QrectForIndex (QUndoView ()) (QModelIndex t1) | |
| QrectForIndex (QListWidgetSc a) (QModelIndex t1) | |
| QrectForIndex (QListWidget ()) (QModelIndex t1) | |
| QrectForIndex (QListViewSc a) (QModelIndex t1) | |
| QrectForIndex (QListView ()) (QModelIndex t1) |
class QqrectForIndex a b where Source
Methods
qrectForIndex :: a -> b -> IO (QRect ()) Source
Instances
| QqrectForIndex (QUndoViewSc a) (QModelIndex t1) | |
| QqrectForIndex (QUndoView ()) (QModelIndex t1) | |
| QqrectForIndex (QListWidgetSc a) (QModelIndex t1) | |
| QqrectForIndex (QListWidget ()) (QModelIndex t1) | |
| QqrectForIndex (QListViewSc a) (QModelIndex t1) | |
| QqrectForIndex (QListView ()) (QModelIndex t1) |
Instances
| Qredo (QLineEdit a) () | |
| Qredo (QUndoGroup a) () | |
| Qredo (QUndoStack a) () | |
| Qredo (QTextDocument a) () | |
| Qredo (QUndoCommandSc a) () | |
| Qredo (QUndoCommand ()) () | |
| Qredo (QTextEdit a) () | |
| Qredo (QTextDocument a) (QTextCursor t1) |
class QredoText a b where Source
Instances
| QredoText (QUndoGroup a) () | |
| QredoText (QUndoStack a) () |
class Qreexpand a b where Source
Instances
| Qreexpand (QTreeWidgetSc a) () | |
| Qreexpand (QTreeWidget ()) () | |
| Qreexpand (QTreeViewSc a) () | |
| Qreexpand (QTreeView ()) () |
class Qreject a b where Source
Instances
| Qreject (QProgressDialogSc a) () | |
| Qreject (QProgressDialog ()) () | |
| Qreject (QFileDialogSc a) () | |
| Qreject (QFileDialog ()) () | |
| Qreject (QErrorMessageSc a) () | |
| Qreject (QErrorMessage ()) () | |
| Qreject (QMessageBoxSc a) () | |
| Qreject (QMessageBox ()) () | |
| Qreject (QAbstractPageSetupDialogSc a) () | |
| Qreject (QAbstractPageSetupDialog ()) () | |
| Qreject (QPrintDialogSc a) () | |
| Qreject (QPrintDialog ()) () | |
| Qreject (QAbstractPrintDialogSc a) () | |
| Qreject (QAbstractPrintDialog ()) () | |
| Qreject (QDialogSc a) () | |
| Qreject (QDialog ()) () |
class QremoveAction a b where Source
Methods
removeAction :: a -> b -> IO () Source
Instances
| QremoveAction (QActionGroup a) (QAction t1) | |
| QremoveAction (QWidget a) (QAction t1) |
class QremoveButton a b where Source
Methods
removeButton :: a -> b -> IO () Source
Instances
| QremoveButton (QDialogButtonBox a) (QAbstractButton t1) | |
| QremoveButton (QButtonGroup a) (QAbstractButton t1) | |
| QremoveButton (QMessageBox a) (QAbstractButton t1) |
class QremoveFromIndex a b where Source
Methods
removeFromIndex :: a -> b -> IO () Source
Instances
| QremoveFromIndex (QGraphicsTextItemSc a) () | |
| QremoveFromIndex (QGraphicsTextItem ()) () | |
| QremoveFromIndex (QGraphicsItemGroupSc a) () | |
| QremoveFromIndex (QGraphicsItemGroup ()) () | |
| QremoveFromIndex (QGraphicsPixmapItemSc a) () | |
| QremoveFromIndex (QGraphicsPixmapItem ()) () | |
| QremoveFromIndex (QGraphicsLineItemSc a) () | |
| QremoveFromIndex (QGraphicsLineItem ()) () | |
| QremoveFromIndex (QGraphicsPolygonItemSc a) () | |
| QremoveFromIndex (QGraphicsPolygonItem ()) () | |
| QremoveFromIndex (QGraphicsPathItemSc a) () | |
| QremoveFromIndex (QGraphicsPathItem ()) () | |
| QremoveFromIndex (QGraphicsRectItemSc a) () | |
| QremoveFromIndex (QGraphicsRectItem ()) () | |
| QremoveFromIndex (QGraphicsSimpleTextItemSc a) () | |
| QremoveFromIndex (QGraphicsSimpleTextItem ()) () | |
| QremoveFromIndex (QGraphicsEllipseItemSc a) () | |
| QremoveFromIndex (QGraphicsEllipseItem ()) () | |
| QremoveFromIndex (QAbstractGraphicsShapeItemSc a) () | |
| QremoveFromIndex (QAbstractGraphicsShapeItem ()) () | |
| QremoveFromIndex (QGraphicsItemSc a) () | |
| QremoveFromIndex (QGraphicsItem ()) () |
class QremoveItem a b where Source
Methods
removeItem :: a -> b -> IO () Source
Instances
| QremoveItem (QTextList a) Int | |
| QremoveItem (QToolBox a) Int | |
| QremoveItem (QComboBox a) Int | |
| QremoveItem (QGraphicsScene a) (QGraphicsTextItem t1) | |
| QremoveItem (QGraphicsScene a) (QGraphicsItem t1) | |
| QremoveItem (QLayout a) (QLayoutItem t1) |
class QremoveItemWidget a b where Source
Methods
removeItemWidget :: a -> b -> IO () Source
Instances
| QremoveItemWidget (QListWidget a) (QListWidgetItem t1) | |
| QremoveItemWidget (QTreeWidget a) (QTreeWidgetItem t1, Int) |
class QremoveSceneEventFilter a b where Source
Methods
removeSceneEventFilter :: a -> b -> IO () Source
Instances
class QremoveTab a b where Source
Instances
| QremoveTab (QTabBar a) Int | |
| QremoveTab (QTabWidget a) Int |
class QremoveWidget a b where Source
Methods
removeWidget :: a -> b -> IO () Source
Instances
| QremoveWidget (QStatusBar a) (QWidget t1) | |
| QremoveWidget (QStackedWidget a) (QWidget t1) | |
| QremoveWidget (QLayout a) (QWidget t1) |
class Qrender a b where Source
Instances
| Qrender (QGraphicsScene a) (QPainter t1) | |
| Qrender (QGraphicsView a) (QPainter t1) | |
| Qrender (QWidget a) (QWidget t1) | |
| Qrender (QWidget a) (QPaintDevice t1) | |
| Qrender (QGraphicsScene a) (QPainter t1, RectF) | |
| Qrender (QGraphicsView a) (QPainter t1, RectF) | |
| Qrender (QWidget a) (QWidget t1, Point) | |
| Qrender (QWidget a) (QPaintDevice t1, Point) | |
| Qrender (QGraphicsScene a) (QPainter t1, RectF, RectF) | |
| Qrender (QGraphicsView a) (QPainter t1, RectF, Rect) | |
| Qrender (QWidget a) (QWidget t1, Point, QRegion t3) | |
| Qrender (QWidget a) (QPaintDevice t1, Point, QRegion t3) | |
| Qrender (QGraphicsScene a) (QPainter t1, RectF, RectF, AspectRatioMode) | |
| Qrender (QGraphicsView a) (QPainter t1, RectF, Rect, AspectRatioMode) |
class Qqrender a b where Source
Instances
| Qqrender (QGraphicsScene a) (QPainter t1, QRectF t2) | |
| Qqrender (QGraphicsView a) (QPainter t1, QRectF t2) | |
| Qqrender (QWidget a) (QWidget t1, QPoint t2) | |
| Qqrender (QWidget a) (QPaintDevice t1, QPoint t2) | |
| Qqrender (QGraphicsScene a) (QPainter t1, QRectF t2, QRectF t3) | |
| Qqrender (QGraphicsView a) (QPainter t1, QRectF t2, QRect t3) | |
| Qqrender (QWidget a) (QWidget t1, QPoint t2, QRegion t3) | |
| Qqrender (QWidget a) (QPaintDevice t1, QPoint t2, QRegion t3) | |
| Qqrender (QGraphicsScene a) (QPainter t1, QRectF t2, QRectF t3, AspectRatioMode) | |
| Qqrender (QGraphicsView a) (QPainter t1, QRectF t2, QRect t3, AspectRatioMode) |
class QrenderHints a b where Source
Methods
renderHints :: a -> b -> IO RenderHints Source
Instances
| QrenderHints (QGraphicsView a) () | |
| QrenderHints (QPainter a) () |
class Qrepaint a b where Source
Instances
class QrepeatAction a b where Source
Methods
repeatAction :: a -> b -> IO SliderAction Source
Instances
| QrepeatAction (QScrollBarSc a) () | |
| QrepeatAction (QScrollBar ()) () | |
| QrepeatAction (QDialSc a) () | |
| QrepeatAction (QDial ()) () | |
| QrepeatAction (QSliderSc a) () | |
| QrepeatAction (QSlider ()) () | |
| QrepeatAction (QAbstractSliderSc a) () | |
| QrepeatAction (QAbstractSlider ()) () |
class QresetMatrix a b where Source
Methods
resetMatrix :: a -> b -> IO () Source
Instances
| QresetMatrix (QGraphicsTextItem a) () | |
| QresetMatrix (QGraphicsView a) () | |
| QresetMatrix (QPainter a) () | |
| QresetMatrix (QGraphicsItem a) () |
class QresetTransform a b where Source
Methods
resetTransform :: a -> b -> IO () Source
Instances
| QresetTransform (QGraphicsTextItem a) () | |
| QresetTransform (QGraphicsView a) () | |
| QresetTransform (QPainter a) () | |
| QresetTransform (QGraphicsItem a) () |
class Qqresize a b where Source
Instances
class QresizeColumnToContents a b where Source
Methods
resizeColumnToContents :: a -> b -> IO () Source
Instances
class QresizeContents a b where Source
Methods
resizeContents :: a -> b -> IO () Source
Instances
| QresizeContents (QUndoViewSc a) (Int, Int) | |
| QresizeContents (QUndoView ()) (Int, Int) | |
| QresizeContents (QListWidgetSc a) (Int, Int) | |
| QresizeContents (QListWidget ()) (Int, Int) | |
| QresizeContents (QListViewSc a) (Int, Int) | |
| QresizeContents (QListView ()) (Int, Int) |
class QresizeMode a b c | a -> c where Source
Methods
resizeMode :: a -> b -> c Source
Instances
| QresizeMode (QHeaderView a) Int (IO QHeaderViewResizeMode) | |
| QresizeMode (QListView a) () (IO QListViewResizeMode) |
class QresolveSymlinks a b where Source
Methods
resolveSymlinks :: a -> b -> IO Bool Source
Instances
| QresolveSymlinks (QFileDialog a) () | |
| QresolveSymlinks (QDirModel a) () |
class QrestoreState a b where Source
Methods
restoreState :: a -> b -> IO Bool Source
Instances
| QrestoreState (QMainWindow a) (QByteArray ()) | |
| QrestoreState (QSplitter a) (QByteArray ()) | |
| QrestoreState (QFileDialog a) (QByteArray ()) | |
| QrestoreState (QHeaderView a) (QByteArray ()) | |
| QrestoreState (QMainWindow a) (QByteArray (), Int) |
class QrightBearing a b c | a -> c where Source
Methods
rightBearing :: a -> b -> c Source
Instances
| QrightBearing (QFontMetricsF a) (QChar t1) (IO Double) | |
| QrightBearing (QFontMetrics a) (QChar t1) (IO Int) |
class QrightMargin a b where Source
Methods
rightMargin :: a -> b -> IO Double Source
Instances
| QrightMargin (QTextBlockFormat a) () | |
| QrightMargin (QTextFrameFormat a) () |
class QrootIndex a b where Source
Methods
rootIndex :: a -> b -> IO (QModelIndex ()) Source
Instances
| QrootIndex (QDataWidgetMapper a) () | |
| QrootIndex (QAbstractItemView a) () |
class Qrotate a b where Source
Instances
| Qrotate (QGraphicsTextItem a) Double | |
| Qrotate (QGraphicsView a) Double | |
| Qrotate (QPainter a) Double | |
| Qrotate (QGraphicsItem a) Double |
class QrowCountChanged a b where Source
Methods
rowCountChanged :: a -> b -> IO () Source
Instances
| QrowCountChanged (QTableWidgetSc a) (Int, Int) | |
| QrowCountChanged (QTableWidget ()) (Int, Int) | |
| QrowCountChanged (QTableViewSc a) (Int, Int) | |
| QrowCountChanged (QTableView ()) (Int, Int) |
class QrowHeight a b where Source
Instances
| QrowHeight (QTableView a) Int | |
| QrowHeight (QTreeWidgetSc a) (QModelIndex t1) | |
| QrowHeight (QTreeWidget ()) (QModelIndex t1) | |
| QrowHeight (QTreeViewSc a) (QModelIndex t1) | |
| QrowHeight (QTreeView ()) (QModelIndex t1) |
class QrowMoved a b where Source
Instances
| QrowMoved (QTableWidgetSc a) (Int, Int, Int) | |
| QrowMoved (QTableWidget ()) (Int, Int, Int) | |
| QrowMoved (QTableViewSc a) (Int, Int, Int) | |
| QrowMoved (QTableView ()) (Int, Int, Int) |
class QrowResized a b where Source
Methods
rowResized :: a -> b -> IO () Source
Instances
| QrowResized (QTableWidgetSc a) (Int, Int, Int) | |
| QrowResized (QTableWidget ()) (Int, Int, Int) | |
| QrowResized (QTableViewSc a) (Int, Int, Int) | |
| QrowResized (QTableView ()) (Int, Int, Int) |
class QrowSpan a b where Source
Instances
| QrowSpan (QTextTableCell a) () | |
| QrowSpan (QTableView a) (Int, Int) |
class QrowsAboutToBeRemoved a b where Source
Methods
rowsAboutToBeRemoved :: a -> b -> IO () Source
Instances
class QrowsInserted a b where Source
Methods
rowsInserted :: a -> b -> IO () Source
Instances
class QrowsRemoved a b where Source
Methods
rowsRemoved :: a -> b -> IO () Source
Instances
| QrowsRemoved (QTreeWidgetSc a) (QModelIndex t1, Int, Int) | |
| QrowsRemoved (QTreeWidget ()) (QModelIndex t1, Int, Int) | |
| QrowsRemoved (QTreeViewSc a) (QModelIndex t1, Int, Int) | |
| QrowsRemoved (QTreeView ()) (QModelIndex t1, Int, Int) |
class Qsave a b c | a -> c where Source
Instances
| Qsave (QImage a) String (IO Bool) | |
| Qsave (QPainter a) () (IO ()) | |
| Qsave (QPixmap a) String (IO Bool) | |
| Qsave (QImage a) (QIODevice t1) (IO Bool) | |
| Qsave (QPixmap a) (QIODevice t1) (IO Bool) | |
| Qsave (QImage a) (String, String) (IO Bool) | |
| Qsave (QImage a) (QIODevice t1, String) (IO Bool) | |
| Qsave (QPixmap a) (String, String) (IO Bool) | |
| Qsave (QPixmap a) (QIODevice t1, String) (IO Bool) | |
| Qsave (QImage a) (String, String, Int) (IO Bool) | |
| Qsave (QImage a) (QIODevice t1, String, Int) (IO Bool) | |
| Qsave (QPixmap a) (String, String, Int) (IO Bool) | |
| Qsave (QPixmap a) (QIODevice t1, String, Int) (IO Bool) |
class QsaveState a b where Source
Methods
saveState :: a -> b -> IO (QByteArray ()) Source
Instances
| QsaveState (QMainWindow a) Int | |
| QsaveState (QMainWindow a) () | |
| QsaveState (QSplitter a) () | |
| QsaveState (QFileDialog a) () | |
| QsaveState (QHeaderView a) () |
class Qscaled a b c | a -> c where Source
Instances
class Qscaled_nf a b c | a -> c where Source
Instances
class Qqscaled a b c | a -> c where Source
Instances
| Qqscaled (QImageSc a) (QSize t1) (IO (QImage ())) | |
| Qqscaled (QImage ()) (QSize t1) (IO (QImage ())) | |
| Qqscaled (QPixmapSc a) (QSize t1) (IO (QPixmap ())) | |
| Qqscaled (QPixmap ()) (QSize t1) (IO (QPixmap ())) | |
| Qqscaled (QImageSc a) (QSize t1, AspectRatioMode) (IO (QImage ())) | |
| Qqscaled (QImage ()) (QSize t1, AspectRatioMode) (IO (QImage ())) | |
| Qqscaled (QPixmapSc a) (QSize t1, AspectRatioMode) (IO (QPixmap ())) | |
| Qqscaled (QPixmap ()) (QSize t1, AspectRatioMode) (IO (QPixmap ())) | |
| Qqscaled (QImageSc a) (QSize t1, AspectRatioMode, TransformationMode) (IO (QImage ())) | |
| Qqscaled (QImage ()) (QSize t1, AspectRatioMode, TransformationMode) (IO (QImage ())) | |
| Qqscaled (QPixmapSc a) (QSize t1, AspectRatioMode, TransformationMode) (IO (QPixmap ())) | |
| Qqscaled (QPixmap ()) (QSize t1, AspectRatioMode, TransformationMode) (IO (QPixmap ())) |
class Qqscaled_nf a b c | a -> c where Source
Methods
qscaled_nf :: a -> b -> c Source
Instances
| Qqscaled_nf (QImageSc a) (QSize t1) (IO (QImage ())) | |
| Qqscaled_nf (QImage ()) (QSize t1) (IO (QImage ())) | |
| Qqscaled_nf (QPixmapSc a) (QSize t1) (IO (QPixmap ())) | |
| Qqscaled_nf (QPixmap ()) (QSize t1) (IO (QPixmap ())) | |
| Qqscaled_nf (QImageSc a) (QSize t1, AspectRatioMode) (IO (QImage ())) | |
| Qqscaled_nf (QImage ()) (QSize t1, AspectRatioMode) (IO (QImage ())) | |
| Qqscaled_nf (QPixmapSc a) (QSize t1, AspectRatioMode) (IO (QPixmap ())) | |
| Qqscaled_nf (QPixmap ()) (QSize t1, AspectRatioMode) (IO (QPixmap ())) | |
| Qqscaled_nf (QImageSc a) (QSize t1, AspectRatioMode, TransformationMode) (IO (QImage ())) | |
| Qqscaled_nf (QImage ()) (QSize t1, AspectRatioMode, TransformationMode) (IO (QImage ())) | |
| Qqscaled_nf (QPixmapSc a) (QSize t1, AspectRatioMode, TransformationMode) (IO (QPixmap ())) | |
| Qqscaled_nf (QPixmap ()) (QSize t1, AspectRatioMode, TransformationMode) (IO (QPixmap ())) |
class QscaledToHeight a b c | a -> c where Source
Methods
scaledToHeight :: a -> b -> c Source
Instances
| QscaledToHeight (QImageSc a) Int (IO (QImage ())) | |
| QscaledToHeight (QImage ()) Int (IO (QImage ())) | |
| QscaledToHeight (QPixmapSc a) Int (IO (QPixmap ())) | |
| QscaledToHeight (QPixmap ()) Int (IO (QPixmap ())) | |
| QscaledToHeight (QImageSc a) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToHeight (QImage ()) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToHeight (QPixmapSc a) (Int, TransformationMode) (IO (QPixmap ())) | |
| QscaledToHeight (QPixmap ()) (Int, TransformationMode) (IO (QPixmap ())) |
class QscaledToHeight_nf a b c | a -> c where Source
Methods
scaledToHeight_nf :: a -> b -> c Source
Instances
| QscaledToHeight_nf (QImageSc a) Int (IO (QImage ())) | |
| QscaledToHeight_nf (QImage ()) Int (IO (QImage ())) | |
| QscaledToHeight_nf (QPixmapSc a) Int (IO (QPixmap ())) | |
| QscaledToHeight_nf (QPixmap ()) Int (IO (QPixmap ())) | |
| QscaledToHeight_nf (QImageSc a) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToHeight_nf (QImage ()) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToHeight_nf (QPixmapSc a) (Int, TransformationMode) (IO (QPixmap ())) | |
| QscaledToHeight_nf (QPixmap ()) (Int, TransformationMode) (IO (QPixmap ())) |
class QscaledToWidth a b c | a -> c where Source
Methods
scaledToWidth :: a -> b -> c Source
Instances
| QscaledToWidth (QImageSc a) Int (IO (QImage ())) | |
| QscaledToWidth (QImage ()) Int (IO (QImage ())) | |
| QscaledToWidth (QPixmapSc a) Int (IO (QPixmap ())) | |
| QscaledToWidth (QPixmap ()) Int (IO (QPixmap ())) | |
| QscaledToWidth (QImageSc a) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToWidth (QImage ()) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToWidth (QPixmapSc a) (Int, TransformationMode) (IO (QPixmap ())) | |
| QscaledToWidth (QPixmap ()) (Int, TransformationMode) (IO (QPixmap ())) |
class QscaledToWidth_nf a b c | a -> c where Source
Methods
scaledToWidth_nf :: a -> b -> c Source
Instances
| QscaledToWidth_nf (QImageSc a) Int (IO (QImage ())) | |
| QscaledToWidth_nf (QImage ()) Int (IO (QImage ())) | |
| QscaledToWidth_nf (QPixmapSc a) Int (IO (QPixmap ())) | |
| QscaledToWidth_nf (QPixmap ()) Int (IO (QPixmap ())) | |
| QscaledToWidth_nf (QImageSc a) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToWidth_nf (QImage ()) (Int, TransformationMode) (IO (QImage ())) | |
| QscaledToWidth_nf (QPixmapSc a) (Int, TransformationMode) (IO (QPixmap ())) | |
| QscaledToWidth_nf (QPixmap ()) (Int, TransformationMode) (IO (QPixmap ())) |
Methods
scene :: a -> b -> IO (QGraphicsScene ()) Source
Instances
| Qscene (QGraphicsTextItem a) () | |
| Qscene (QGraphicsView a) () | |
| Qscene (QGraphicsItem a) () |
class QsceneBoundingRect a b where Source
Methods
sceneBoundingRect :: a -> b -> IO RectF Source
Instances
| QsceneBoundingRect (QGraphicsTextItem a) () | |
| QsceneBoundingRect (QGraphicsItem a) () |
class QqsceneBoundingRect a b where Source
Methods
qsceneBoundingRect :: a -> b -> IO (QRectF ()) Source
Instances
| QqsceneBoundingRect (QGraphicsTextItem a) () | |
| QqsceneBoundingRect (QGraphicsItem a) () |
class QsceneEvent a b where Source
Methods
sceneEvent :: a -> b -> IO Bool Source
Instances
class QsceneEventFilter a b where Source
Methods
sceneEventFilter :: a -> b -> IO Bool Source
Instances
class QsceneMatrix a b where Source
Methods
sceneMatrix :: a -> b -> IO (QMatrix ()) Source
Instances
| QsceneMatrix (QGraphicsTextItem a) () | |
| QsceneMatrix (QGraphicsItem a) () |
class QscenePos a b where Source
Instances
| QscenePos (QGraphicsTextItem a) () | |
| QscenePos (QGraphicsSceneWheelEvent a) () | |
| QscenePos (QGraphicsSceneDragDropEvent a) () | |
| QscenePos (QGraphicsSceneMouseEvent a) () | |
| QscenePos (QGraphicsSceneContextMenuEvent a) () | |
| QscenePos (QGraphicsSceneHoverEvent a) () | |
| QscenePos (QGraphicsSceneHelpEvent a) () | |
| QscenePos (QGraphicsItem a) () |
class QqscenePos a b where Source
Instances
| QqscenePos (QGraphicsTextItem a) () | |
| QqscenePos (QGraphicsSceneWheelEvent a) () | |
| QqscenePos (QGraphicsSceneDragDropEvent a) () | |
| QqscenePos (QGraphicsSceneMouseEvent a) () | |
| QqscenePos (QGraphicsSceneContextMenuEvent a) () | |
| QqscenePos (QGraphicsSceneHoverEvent a) () | |
| QqscenePos (QGraphicsSceneHelpEvent a) () | |
| QqscenePos (QGraphicsItem a) () |
class QsceneRect a b where Source
Instances
| QsceneRect (QGraphicsScene a) () | |
| QsceneRect (QGraphicsView a) () |
class QqsceneRect a b where Source
Methods
qsceneRect :: a -> b -> IO (QRectF ()) Source
Instances
| QqsceneRect (QGraphicsScene a) () | |
| QqsceneRect (QGraphicsView a) () |
class QsceneTransform a b where Source
Methods
sceneTransform :: a -> b -> IO (QTransform ()) Source
Instances
| QsceneTransform (QGraphicsTextItem a) () | |
| QsceneTransform (QGraphicsItem a) () |
class QscheduleDelayedItemsLayout a b where Source
Methods
scheduleDelayedItemsLayout :: a -> b -> IO () Source
Instances
class QscreenPos a b where Source
Instances
| QscreenPos (QGraphicsSceneWheelEvent a) () | |
| QscreenPos (QGraphicsSceneDragDropEvent a) () | |
| QscreenPos (QGraphicsSceneMouseEvent a) () | |
| QscreenPos (QGraphicsSceneContextMenuEvent a) () | |
| QscreenPos (QGraphicsSceneHoverEvent a) () | |
| QscreenPos (QGraphicsSceneHelpEvent a) () |
class QscrollContentsBy a b where Source
Methods
scrollContentsBy :: a -> b -> IO () Source
Instances
class QscrollDirtyRegion a b where Source
Methods
scrollDirtyRegion :: a -> b -> IO () Source
Instances
| QscrollDirtyRegion (QTreeWidgetSc a) (Int, Int) | |
| QscrollDirtyRegion (QTreeWidget ()) (Int, Int) | |
| QscrollDirtyRegion (QTableWidgetSc a) (Int, Int) | |
| QscrollDirtyRegion (QTableWidget ()) (Int, Int) | |
| QscrollDirtyRegion (QUndoViewSc a) (Int, Int) | |
| QscrollDirtyRegion (QUndoView ()) (Int, Int) | |
| QscrollDirtyRegion (QListWidgetSc a) (Int, Int) | |
| QscrollDirtyRegion (QListWidget ()) (Int, Int) | |
| QscrollDirtyRegion (QHeaderViewSc a) (Int, Int) | |
| QscrollDirtyRegion (QHeaderView ()) (Int, Int) | |
| QscrollDirtyRegion (QTableViewSc a) (Int, Int) | |
| QscrollDirtyRegion (QTableView ()) (Int, Int) | |
| QscrollDirtyRegion (QTreeViewSc a) (Int, Int) | |
| QscrollDirtyRegion (QTreeView ()) (Int, Int) | |
| QscrollDirtyRegion (QListViewSc a) (Int, Int) | |
| QscrollDirtyRegion (QListView ()) (Int, Int) | |
| QscrollDirtyRegion (QAbstractItemViewSc a) (Int, Int) | |
| QscrollDirtyRegion (QAbstractItemView ()) (Int, Int) |
class QscrollTo a b where Source
Instances
class QscrollToItem a b where Source
Methods
scrollToItem :: a -> b -> IO () Source
Instances
| QscrollToItem (QTreeWidget a) (QTreeWidgetItem t1) | |
| QscrollToItem (QTableWidget a) (QTableWidgetItem t1) | |
| QscrollToItem (QListWidget a) (QListWidgetItem t1) | |
| QscrollToItem (QTreeWidget a) (QTreeWidgetItem t1, ScrollHint) | |
| QscrollToItem (QTableWidget a) (QTableWidgetItem t1, ScrollHint) | |
| QscrollToItem (QListWidget a) (QListWidgetItem t1, ScrollHint) |
class Qselect a b where Source
Instances
| Qselect (QTextCursor a) SelectionType | |
| Qselect (QItemSelectionModelSc a) (QModelIndex t1, SelectionFlags) | |
| Qselect (QItemSelectionModel ()) (QModelIndex t1, SelectionFlags) | |
| Qselect (QItemSelectionModel a) (QItemSelection t1, SelectionFlags) | |
| Qselect (QItemSelection a) (QModelIndex t1, QModelIndex t2) |
class QselectAll a b where Source
Instances
| QselectAll (QLineEdit a) () | |
| QselectAll (QTreeWidgetSc a) () | |
| QselectAll (QTreeWidget ()) () | |
| QselectAll (QTableWidgetSc a) () | |
| QselectAll (QTableWidget ()) () | |
| QselectAll (QUndoViewSc a) () | |
| QselectAll (QUndoView ()) () | |
| QselectAll (QListWidgetSc a) () | |
| QselectAll (QListWidget ()) () | |
| QselectAll (QHeaderViewSc a) () | |
| QselectAll (QHeaderView ()) () | |
| QselectAll (QTextEdit a) () | |
| QselectAll (QTableViewSc a) () | |
| QselectAll (QTableView ()) () | |
| QselectAll (QTreeViewSc a) () | |
| QselectAll (QTreeView ()) () | |
| QselectAll (QListViewSc a) () | |
| QselectAll (QListView ()) () | |
| QselectAll (QAbstractSpinBox a) () | |
| QselectAll (QAbstractItemViewSc a) () | |
| QselectAll (QAbstractItemView ()) () |
class QselectedIndexes a b where Source
Methods
selectedIndexes :: a -> b -> IO [QModelIndex ()] Source
Instances
| QselectedIndexes (QTableWidgetSc a) () | |
| QselectedIndexes (QTableWidget ()) () | |
| QselectedIndexes (QItemSelectionModel a) () | |
| QselectedIndexes (QUndoViewSc a) () | |
| QselectedIndexes (QUndoView ()) () | |
| QselectedIndexes (QListWidgetSc a) () | |
| QselectedIndexes (QListWidget ()) () | |
| QselectedIndexes (QTableViewSc a) () | |
| QselectedIndexes (QTableView ()) () | |
| QselectedIndexes (QListViewSc a) () | |
| QselectedIndexes (QListView ()) () |
class QselectedItems a b c | a -> c where Source
Methods
selectedItems :: a -> b -> c Source
Instances
| QselectedItems (QTreeWidget a) () (IO [QTreeWidgetItem ()]) | |
| QselectedItems (QTableWidget a) () (IO [QTableWidgetItem ()]) | |
| QselectedItems (QGraphicsScene a) () (IO [QGraphicsItem ()]) | |
| QselectedItems (QListWidget a) () (IO [QListWidgetItem ()]) |
class QselectedText a b where Source
Methods
selectedText :: a -> b -> IO String Source
Instances
| QselectedText (QLineEdit a) () | |
| QselectedText (QTextCursor a) () |
class Qselection a b c | a -> c where Source
Instances
| Qselection (QItemSelectionModel a) () (IO (QItemSelection ())) | |
| Qselection (QTextCursor a) () (IO (QTextDocumentFragment ())) |
class QselectionChanged a b where Source
Methods
selectionChanged :: a -> b -> IO () Source
Instances
class QselectionCommand a b where Source
Methods
selectionCommand :: a -> b -> IO SelectionFlags Source
Instances
class QselectionStart a b where Source
Methods
selectionStart :: a -> b -> IO Int Source
Instances
| QselectionStart (QLineEdit a) () | |
| QselectionStart (QTextCursor a) () |
class QserialNumber a b where Source
Methods
serialNumber :: a -> b -> IO Int Source
Instances
| QserialNumber (QImage a) () | |
| QserialNumber (QPalette a) () | |
| QserialNumber (QIcon a) () | |
| QserialNumber (QPixmap a) () |
class QsetAcceptedMouseButtons a b where Source
Methods
setAcceptedMouseButtons :: a -> b -> IO () Source
class QsetAcceptsHoverEvents a b where Source
Methods
setAcceptsHoverEvents :: a -> b -> IO () Source
Instances
class QsetActiveAction a b where Source
Methods
setActiveAction :: a -> b -> IO () Source
Instances
| QsetActiveAction (QMenuBar a) (QAction t1) | |
| QsetActiveAction (QMenu a) (QAction t1) |
class QsetAlignment a b c | b -> c where Source
Methods
setAlignment :: a -> b -> c Source
Instances
| QsetAlignment (QGroupBox a) Int (IO ()) | |
| QsetAlignment (QProgressBar a) Alignment (IO ()) | |
| QsetAlignment (QLineEdit a) Alignment (IO ()) | |
| QsetAlignment (QTextTableFormat a) Alignment (IO ()) | |
| QsetAlignment (QTextBlockFormat a) Alignment (IO ()) | |
| QsetAlignment (QLabel a) Alignment (IO ()) | |
| QsetAlignment (QGraphicsView a) Alignment (IO ()) | |
| QsetAlignment (QTextOption a) Alignment (IO ()) | |
| QsetAlignment (QTextEdit a) Alignment (IO ()) | |
| QsetAlignment (QAbstractSpinBox a) Alignment (IO ()) | |
| QsetAlignment (QLayout a) Alignment (IO ()) | |
| QsetAlignment (QLayout a) (QWidget t1, Alignment) (IO Bool) | |
| QsetAlignment (QLayout a) (QLayout t1, Alignment) (IO Bool) |
class QsetAlphaChannel a b where Source
Methods
setAlphaChannel :: a -> b -> IO () Source
Instances
| QsetAlphaChannel (QImage a) (QImage t1) | |
| QsetAlphaChannel (QPixmap a) (QPixmap t1) |
class QsetAnimated a b where Source
Methods
setAnimated :: a -> b -> IO () Source
Instances
| QsetAnimated (QMainWindow a) Bool | |
| QsetAnimated (QTreeView a) Bool |
class QsetBackground a b where Source
Methods
setBackground :: a -> b -> IO () Source
Instances
| QsetBackground (QStandardItem a) (QBrush t1) | |
| QsetBackground (QPainter a) (QBrush t1) | |
| QsetBackground (QListWidgetItem a) (QBrush t1) | |
| QsetBackground (QTableWidgetItem a) (QBrush t1) | |
| QsetBackground (QTextFormat a) (QBrush t1) | |
| QsetBackground (QTreeWidgetItem a) (Int, QBrush t2) |
class QsetBackgroundBrush a b where Source
Methods
setBackgroundBrush :: a -> b -> IO () Source
Instances
| QsetBackgroundBrush (QGraphicsScene a) (QBrush t1) | |
| QsetBackgroundBrush (QGraphicsView a) (QBrush t1) |
class QsetBackgroundColor a b where Source
Methods
setBackgroundColor :: a -> b -> IO () Source
Instances
| QsetBackgroundColor (QStyleOptionFocusRect a) (QColor t1) | |
| QsetBackgroundColor (QMovie a) (QColor t1) | |
| QsetBackgroundColor (QListWidgetItemSc a) (QColor t1) | |
| QsetBackgroundColor (QListWidgetItem ()) (QColor t1) | |
| QsetBackgroundColor (QTableWidgetItem a) (QColor t1) | |
| QsetBackgroundColor (QTreeWidgetItem a) (Int, QColor t2) |
class QsetButtonSymbols a b where Source
Methods
setButtonSymbols :: a -> b -> IO () Source
class QsetButtons a b where Source
Methods
setButtons :: a -> b -> IO () Source
class QsetCenter a b where Source
Instances
| QsetCenter (QRadialGradient a) PointF | |
| QsetCenter (QConicalGradient a) PointF | |
| QsetCenter (QRadialGradient a) (Double, Double) | |
| QsetCenter (QConicalGradient a) (Double, Double) |
class QqsetCenter a b where Source
Methods
qsetCenter :: a -> b -> IO () Source
Instances
| QqsetCenter (QRadialGradient a) (QPointF t1) | |
| QqsetCenter (QConicalGradient a) (QPointF t1) |
class QsetCheckState a b where Source
Methods
setCheckState :: a -> b -> IO () Source
class QsetColumnHidden a b where Source
Methods
setColumnHidden :: a -> b -> IO () Source
Instances
| QsetColumnHidden (QTableView a) (Int, Bool) | |
| QsetColumnHidden (QTreeView a) (Int, Bool) |
class QsetColumnWidth a b where Source
Methods
setColumnWidth :: a -> b -> IO () Source
Instances
| QsetColumnWidth (QTableView a) (Int, Int) | |
| QsetColumnWidth (QTreeView a) (Int, Int) |
class QsetCompleter a b where Source
Methods
setCompleter :: a -> b -> IO () Source
Instances
| QsetCompleter (QLineEdit a) (QCompleter t1) | |
| QsetCompleter (QComboBox a) (QCompleter t1) |
class QsetContentsMargins a b where Source
Methods
setContentsMargins :: a -> b -> IO () Source
class QsetCorner a b where Source
Instances
class QsetCornerWidget a b where Source
Methods
setCornerWidget :: a -> b -> IO () Source
Instances
| QsetCornerWidget (QMenuBar a) (QWidget t1) | |
| QsetCornerWidget (QTabWidget a) (QWidget t1) | |
| QsetCornerWidget (QAbstractScrollArea a) (QWidget t1) | |
| QsetCornerWidget (QMenuBar a) (QWidget t1, Corner) | |
| QsetCornerWidget (QTabWidget a) (QWidget t1, Corner) |
class QsetCurrentFont a b where Source
Methods
setCurrentFont :: a -> b -> IO () Source
Instances
| QsetCurrentFont (QFontComboBox a) (QFont t1) | |
| QsetCurrentFont (QTextEdit a) (QFont t1) |
class QsetCurrentIndex a b where Source
Methods
setCurrentIndex :: a -> b -> IO () Source
Instances
class QsetCurrentItem a b where Source
Methods
setCurrentItem :: a -> b -> IO () Source
Instances
| QsetCurrentItem (QTreeWidget a) (QTreeWidgetItem t1) | |
| QsetCurrentItem (QTableWidget a) (QTableWidgetItem t1) | |
| QsetCurrentItem (QListWidget a) (QListWidgetItem t1) | |
| QsetCurrentItem (QTreeWidget a) (QTreeWidgetItem t1, Int) |
class QsetCurrentRow a b c | a -> c where Source
Methods
setCurrentRow :: a -> b -> c Source
Instances
| QsetCurrentRow (QCompleter a) Int (IO Bool) | |
| QsetCurrentRow (QListWidget a) Int (IO ()) |
class QsetCurrentWidget a b where Source
Methods
setCurrentWidget :: a -> b -> IO () Source
Instances
| QsetCurrentWidget (QTabWidget a) (QWidget t1) | |
| QsetCurrentWidget (QStackedLayout a) (QWidget t1) | |
| QsetCurrentWidget (QStackedWidget a) (QWidget t1) | |
| QsetCurrentWidget (QToolBox a) (QWidget t1) |
class QsetCursor a b where Source
Instances
| QsetCursor (QGraphicsTextItem a) (QCursor t1) | |
| QsetCursor (QGraphicsItem a) (QCursor t1) | |
| QsetCursor (QWidget a) (QCursor t1) |
class QsetDateRange a b where Source
Methods
setDateRange :: a -> b -> IO () Source
Instances
| QsetDateRange (QCalendarWidget a) (QDate t1, QDate t2) | |
| QsetDateRange (QDateTimeEdit a) (QDate t1, QDate t2) |
class QsetDefaultAction a b where Source
Methods
setDefaultAction :: a -> b -> IO () Source
Instances
| QsetDefaultAction (QMenu a) (QAction t1) | |
| QsetDefaultAction (QToolButton a) (QAction t1) |
class QsetDirtyRegion a b where Source
Methods
setDirtyRegion :: a -> b -> IO () Source
Instances
| QsetDirtyRegion (QTreeWidgetSc a) (QRegion t1) | |
| QsetDirtyRegion (QTreeWidget ()) (QRegion t1) | |
| QsetDirtyRegion (QTableWidgetSc a) (QRegion t1) | |
| QsetDirtyRegion (QTableWidget ()) (QRegion t1) | |
| QsetDirtyRegion (QUndoViewSc a) (QRegion t1) | |
| QsetDirtyRegion (QUndoView ()) (QRegion t1) | |
| QsetDirtyRegion (QListWidgetSc a) (QRegion t1) | |
| QsetDirtyRegion (QListWidget ()) (QRegion t1) | |
| QsetDirtyRegion (QHeaderViewSc a) (QRegion t1) | |
| QsetDirtyRegion (QHeaderView ()) (QRegion t1) | |
| QsetDirtyRegion (QTableViewSc a) (QRegion t1) | |
| QsetDirtyRegion (QTableView ()) (QRegion t1) | |
| QsetDirtyRegion (QTreeViewSc a) (QRegion t1) | |
| QsetDirtyRegion (QTreeView ()) (QRegion t1) | |
| QsetDirtyRegion (QListViewSc a) (QRegion t1) | |
| QsetDirtyRegion (QListView ()) (QRegion t1) | |
| QsetDirtyRegion (QAbstractItemViewSc a) (QRegion t1) | |
| QsetDirtyRegion (QAbstractItemView ()) (QRegion t1) |
class QsetDisabled a b where Source
Methods
setDisabled :: a -> b -> IO () Source
Instances
| QsetDisabled (QActionGroup a) Bool | |
| QsetDisabled (QAction a) Bool | |
| QsetDisabled (QTreeWidgetItem a) Bool | |
| QsetDisabled (QWidget a) Bool |
class QsetDocument a b where Source
Methods
setDocument :: a -> b -> IO () Source
Instances
| QsetDocument (QGraphicsTextItem a) (QTextDocument t1) | |
| QsetDocument (QSyntaxHighlighter a) (QTextDocument t1) | |
| QsetDocument (QTextEdit a) (QTextDocument t1) |
class QsetEditorData a b where Source
Methods
setEditorData :: a -> b -> IO () Source
Instances
| QsetEditorData (QAbstractItemDelegateSc a) (QWidget t1, QModelIndex t2) | |
| QsetEditorData (QAbstractItemDelegate ()) (QWidget t1, QModelIndex t2) | |
| QsetEditorData (QItemDelegateSc a) (QWidget t1, QModelIndex t2) | |
| QsetEditorData (QItemDelegate ()) (QWidget t1, QModelIndex t2) |
class QsetEnabled a b where Source
Methods
setEnabled :: a -> b -> IO () Source
Instances
| QsetEnabled (QActionGroup a) Bool | |
| QsetEnabled (QGraphicsTextItem a) Bool | |
| QsetEnabled (QShortcut a) Bool | |
| QsetEnabled (QAction a) Bool | |
| QsetEnabled (QStandardItem a) Bool | |
| QsetEnabled (QLayout a) Bool | |
| QsetEnabled (QGraphicsItem a) Bool | |
| QsetEnabled (QWidget a) Bool |
class QsetExpanded a b where Source
Methods
setExpanded :: a -> b -> IO () Source
Instances
| QsetExpanded (QTreeWidgetItem a) Bool | |
| QsetExpanded (QTreeView a) (QModelIndex t1, Bool) |
class QsetExtension a b where Source
Methods
setExtension :: a -> b -> IO () Source
Instances
class QsetFeatures a b where Source
Methods
setFeatures :: a -> b -> IO () Source
Instances
class QsetFirstColumnSpanned a b where Source
Methods
setFirstColumnSpanned :: a -> b -> IO () Source
Instances
class QsetFocus a b where Source
Instances
| QsetFocus (QGraphicsTextItem a) FocusReason | |
| QsetFocus (QGraphicsTextItem a) () | |
| QsetFocus (QGraphicsScene a) FocusReason | |
| QsetFocus (QGraphicsScene a) () | |
| QsetFocus (QGraphicsItem a) FocusReason | |
| QsetFocus (QGraphicsItem a) () | |
| QsetFocus (QWidget a) FocusReason | |
| QsetFocus (QWidget a) () |
class QsetFont a b where Source
Instances
| QsetFont (QStyleOptionToolButton a) (QFont t1) | |
| QsetFont (QStyleOptionMenuItem a) (QFont t1) | |
| QsetFont (QGraphicsTextItem a) (QFont t1) | |
| QsetFont (QAction a) (QFont t1) | |
| QsetFont (QGraphicsSimpleTextItem a) (QFont t1) | |
| QsetFont (QTextLayout a) (QFont t1) | |
| QsetFont (QStandardItem a) (QFont t1) | |
| QsetFont (QPainter a) (QFont t1) | |
| QsetFont (QListWidgetItem a) (QFont t1) | |
| QsetFont (QTableWidgetItem a) (QFont t1) | |
| QsetFont (QTextCharFormat a) (QFont t1) | |
| QsetFont (QStyleOptionViewItem a) (QFont t1) | |
| QsetFont (QWidget a) (QFont t1) | |
| QsetFont (QTreeWidgetItem a) (Int, QFont t2) |
class QsetForeground a b where Source
Methods
setForeground :: a -> b -> IO () Source
Instances
| QsetForeground (QStandardItem a) (QBrush t1) | |
| QsetForeground (QListWidgetItem a) (QBrush t1) | |
| QsetForeground (QTableWidgetItem a) (QBrush t1) | |
| QsetForeground (QTextFormat a) (QBrush t1) | |
| QsetForeground (QTreeWidgetItem a) (Int, QBrush t2) |
class QsetForegroundBrush a b where Source
Methods
setForegroundBrush :: a -> b -> IO () Source
Instances
| QsetForegroundBrush (QGraphicsScene a) (QBrush t1) | |
| QsetForegroundBrush (QGraphicsView a) (QBrush t1) |
class QsetFromTo a b where Source
Instances
| QsetFromTo (QPrinter a) (Int, Int) | |
| QsetFromTo (QAbstractPrintDialog a) (Int, Int) |
class QsetGeometry a b where Source
Methods
setGeometry :: a -> b -> IO () Source
Instances
class QqsetGeometry a b where Source
Methods
qsetGeometry :: a -> b -> IO () Source
Instances
class QsetHandlesChildEvents a b where Source
Methods
setHandlesChildEvents :: a -> b -> IO () Source
Instances
class QsetHidden a b where Source
Instances
| QsetHidden (QTreeWidgetItem a) Bool | |
| QsetHidden (QListWidgetItem a) Bool | |
| QsetHidden (QWidget a) Bool |
class QsetHorizontalHeaderItem a b where Source
Methods
setHorizontalHeaderItem :: a -> b -> IO () Source
Instances
class QsetHorizontalHeaderLabels a b where Source
Methods
setHorizontalHeaderLabels :: a -> b -> IO () Source
Instances
class QsetHorizontalStepsPerItem a b where Source
Methods
setHorizontalStepsPerItem :: a -> b -> IO () Source
Instances
class QsetIcon a b where Source
Instances
| QsetIcon (QMessageBox a) Icon | |
| QsetIcon (QMenu a) (QIcon t1) | |
| QsetIcon (QStyleOptionTitleBar a) (QIcon t1) | |
| QsetIcon (QStyleOptionToolButton a) (QIcon t1) | |
| QsetIcon (QStyleOptionButton a) (QIcon t1) | |
| QsetIcon (QStyleOptionMenuItem a) (QIcon t1) | |
| QsetIcon (QStyleOptionHeader a) (QIcon t1) | |
| QsetIcon (QSystemTrayIcon a) (QIcon t1) | |
| QsetIcon (QAction a) (QIcon t1) | |
| QsetIcon (QStandardItem a) (QIcon t1) | |
| QsetIcon (QListWidgetItem a) (QIcon t1) | |
| QsetIcon (QTableWidgetItem a) (QIcon t1) | |
| QsetIcon (QStyleOptionToolBox a) (QIcon t1) | |
| QsetIcon (QStyleOptionTab a) (QIcon t1) | |
| QsetIcon (QAbstractButton a) (QIcon t1) | |
| QsetIcon (QTreeWidgetItem a) (Int, QIcon t2) |
class QsetIconSize a b where Source
Methods
setIconSize :: a -> b -> IO () Source
Instances
class QqsetIconSize a b where Source
Methods
qsetIconSize :: a -> b -> IO () Source
Instances
| QqsetIconSize (QToolBar a) (QSize t1) | |
| QqsetIconSize (QTabBar a) (QSize t1) | |
| QqsetIconSize (QTabWidget a) (QSize t1) | |
| QqsetIconSize (QMainWindow a) (QSize t1) | |
| QqsetIconSize (QStyleOptionComboBox a) (QSize t1) | |
| QqsetIconSize (QStyleOptionToolButton a) (QSize t1) | |
| QqsetIconSize (QStyleOptionButton a) (QSize t1) | |
| QqsetIconSize (QComboBox a) (QSize t1) | |
| QqsetIconSize (QAbstractButton a) (QSize t1) | |
| QqsetIconSize (QAbstractItemView a) (QSize t1) |
class QsetIndent a b where Source
Instances
| QsetIndent (QTextListFormat a) Int | |
| QsetIndent (QTextBlockFormat a) Int | |
| QsetIndent (QLabel a) Int |
class QsetInputContext a b where Source
Methods
setInputContext :: a -> b -> IO () Source
Instances
| QsetInputContext (QApplication a) (QInputContext t1) | |
| QsetInputContext (QWidget a) (QInputContext t1) |
class QsetInvertedAppearance a b where Source
Methods
setInvertedAppearance :: a -> b -> IO () Source
class QsetItem a b where Source
Instances
| QsetItem (QGraphicsItemAnimation a) (QGraphicsTextItem t1) | |
| QsetItem (QGraphicsItemAnimation a) (QGraphicsItem t1) | |
| QsetItem (QStandardItemModel a) (Int, QStandardItem t2) | |
| QsetItem (QTableWidget a) (Int, Int, QTableWidgetItem t3) | |
| QsetItem (QStandardItemModel a) (Int, Int, QStandardItem t3) |
class QsetItemHidden a b where Source
Methods
setItemHidden :: a -> b -> IO () Source
Instances
| QsetItemHidden (QTreeWidget a) (QTreeWidgetItem t1, Bool) | |
| QsetItemHidden (QListWidget a) (QListWidgetItem t1, Bool) |
class QsetItemIcon a b where Source
Methods
setItemIcon :: a -> b -> IO () Source
Instances
| QsetItemIcon (QToolBox a) (Int, QIcon t2) | |
| QsetItemIcon (QComboBox a) (Int, QIcon t2) |
class QsetItemSelected a b where Source
Methods
setItemSelected :: a -> b -> IO () Source
Instances
| QsetItemSelected (QTreeWidget a) (QTreeWidgetItem t1, Bool) | |
| QsetItemSelected (QTableWidget a) (QTableWidgetItem t1, Bool) | |
| QsetItemSelected (QListWidget a) (QListWidgetItem t1, Bool) |
class QsetItemText a b where Source
Methods
setItemText :: a -> b -> IO () Source
Instances
| QsetItemText (QToolBox a) (Int, String) | |
| QsetItemText (QComboBox a) (Int, String) |
class QsetItemWidget a b where Source
Methods
setItemWidget :: a -> b -> IO () Source
Instances
| QsetItemWidget (QListWidget a) (QListWidgetItem t1, QWidget t2) | |
| QsetItemWidget (QTreeWidget a) (QTreeWidgetItem t1, Int, QWidget t3) |
class QsetLayoutDirection a b where Source
Methods
setLayoutDirection :: a -> b -> IO () Source
class QsetLineEdit a b where Source
Methods
setLineEdit :: a -> b -> IO () Source
Instances
| QsetLineEdit (QDateEditSc a) (QLineEdit t1) | |
| QsetLineEdit (QDateEdit ()) (QLineEdit t1) | |
| QsetLineEdit (QTimeEditSc a) (QLineEdit t1) | |
| QsetLineEdit (QTimeEdit ()) (QLineEdit t1) | |
| QsetLineEdit (QSpinBoxSc a) (QLineEdit t1) | |
| QsetLineEdit (QSpinBox ()) (QLineEdit t1) | |
| QsetLineEdit (QDoubleSpinBoxSc a) (QLineEdit t1) | |
| QsetLineEdit (QDoubleSpinBox ()) (QLineEdit t1) | |
| QsetLineEdit (QComboBox a) (QLineEdit t1) | |
| QsetLineEdit (QDateTimeEditSc a) (QLineEdit t1) | |
| QsetLineEdit (QDateTimeEdit ()) (QLineEdit t1) | |
| QsetLineEdit (QAbstractSpinBoxSc a) (QLineEdit t1) | |
| QsetLineEdit (QAbstractSpinBox ()) (QLineEdit t1) |
class QsetLocale a b where Source
Instances
| QsetLocale (QStyleOptionViewItemV3 a) (QLocale t1) | |
| QsetLocale (QWidget a) (QLocale t1) |
class QsetMargin a b where Source
Instances
| QsetMargin (QLabel a) Int | |
| QsetMargin (QTextFrameFormat a) Double | |
| QsetMargin (QLayout a) Int |
class QsetMaximumDate a b where Source
Methods
setMaximumDate :: a -> b -> IO () Source
Instances
| QsetMaximumDate (QCalendarWidget a) (QDate t1) | |
| QsetMaximumDate (QDateTimeEdit a) (QDate t1) |
class QsetMenu a b where Source
Instances
| QsetMenu (QAction a) (QMenu t1) | |
| QsetMenu (QToolButton a) (QMenu t1) | |
| QsetMenu (QPushButton a) (QMenu t1) |
class QsetMenuBar a b where Source
Methods
setMenuBar :: a -> b -> IO () Source
Instances
| QsetMenuBar (QMainWindow a) (QMenuBar t1) | |
| QsetMenuBar (QLayout a) (QWidget t1) |
class QsetMidLineWidth a b where Source
Methods
setMidLineWidth :: a -> b -> IO () Source
class QsetMimeData a b where Source
Methods
setMimeData :: a -> b -> IO () Source
Instances
| QsetMimeData (QClipboard a) (QMimeData t1) | |
| QsetMimeData (QDrag a) (QMimeData t1) | |
| QsetMimeData (QGraphicsSceneDragDropEvent a) (QMimeData t1) | |
| QsetMimeData (QClipboard a) (QMimeData t1, QClipboardMode) |
class QsetMinimumDate a b where Source
Methods
setMinimumDate :: a -> b -> IO () Source
Instances
| QsetMinimumDate (QCalendarWidget a) (QDate t1) | |
| QsetMinimumDate (QDateTimeEdit a) (QDate t1) |
class QsetModel a b where Source
Instances
class QsetModelData a b where Source
Methods
setModelData :: a -> b -> IO () Source
Instances
| QsetModelData (QAbstractItemDelegateSc a) (QWidget t1, QAbstractItemModel t2, QModelIndex t3) | |
| QsetModelData (QAbstractItemDelegate ()) (QWidget t1, QAbstractItemModel t2, QModelIndex t3) | |
| QsetModelData (QItemDelegateSc a) (QWidget t1, QAbstractItemModel t2, QModelIndex t3) | |
| QsetModelData (QItemDelegate ()) (QWidget t1, QAbstractItemModel t2, QModelIndex t3) |
class QsetModified a b where Source
Methods
setModified :: a -> b -> IO () Source
Instances
| QsetModified (QLineEdit a) Bool | |
| QsetModified (QTextDocument a) Bool | |
| QsetModified (QTextDocument a) () |
class QsetModifiers a b where Source
Methods
setModifiers :: a -> b -> IO () Source
class QsetOffset a b where Source
Instances
| QsetOffset (QImage a) Point | |
| QsetOffset (QGraphicsPixmapItem a) PointF | |
| QsetOffset (QHeaderView a) Int | |
| QsetOffset (QGraphicsPixmapItem a) (Double, Double) |
class QqsetOffset a b where Source
Methods
qsetOffset :: a -> b -> IO () Source
Instances
| QqsetOffset (QImage a) (QPoint t1) | |
| QqsetOffset (QGraphicsPixmapItem a) (QPointF t1) |
class QsetOpenExternalLinks a b where Source
Methods
setOpenExternalLinks :: a -> b -> IO () Source
Instances
class QsetOrientation a b where Source
Methods
setOrientation :: a -> b -> IO () Source
Instances
class QsetPageBreakPolicy a b where Source
Methods
setPageBreakPolicy :: a -> b -> IO () Source
class QsetPalette a b where Source
Methods
setPalette :: a -> b -> IO () Source
Instances
| QsetPalette (QStyleOption a) (QPalette t1) | |
| QsetPalette (QWidget a) (QPalette t1) |
class QsetParentItem a b where Source
Methods
setParentItem :: a -> b -> IO () Source
Instances
| QsetParentItem (QGraphicsTextItem a) (QGraphicsTextItem t1) | |
| QsetParentItem (QGraphicsTextItem a) (QGraphicsItem t1) | |
| QsetParentItem (QGraphicsItem a) (QGraphicsTextItem t1) | |
| QsetParentItem (QGraphicsItem a) (QGraphicsItem t1) |
class QsetPixmap a b where Source
Instances
| QsetPixmap (QSplashScreen a) (QPixmap t1) | |
| QsetPixmap (QClipboard a) (QPixmap t1) | |
| QsetPixmap (QDrag a) (QPixmap t1) | |
| QsetPixmap (QGraphicsPixmapItem a) (QPixmap t1) | |
| QsetPixmap (QLabel a) (QPixmap t1) | |
| QsetPixmap (QClipboard a) (QPixmap t1, QClipboardMode) |
class QsetPos a b where Source
Instances
class QqsetPos a b where Source
Instances
| QqsetPos (QStyleOptionToolButton a) (QPoint t1) | |
| QqsetPos (QGraphicsTextItem a) (QPointF t1) | |
| QqsetPos (QGraphicsSceneWheelEvent a) (QPointF t1) | |
| QqsetPos (QGraphicsSceneDragDropEvent a) (QPointF t1) | |
| QqsetPos (QGraphicsSceneMouseEvent a) (QPointF t1) | |
| QqsetPos (QGraphicsSceneContextMenuEvent a) (QPointF t1) | |
| QqsetPos (QGraphicsSceneHoverEvent a) (QPointF t1) | |
| QqsetPos (QGraphicsItem a) (QPointF t1) |
class QsetPosition a b where Source
Methods
setPosition :: a -> b -> IO () Source
Instances
class QqsetPosition a b where Source
Methods
qsetPosition :: a -> b -> IO () Source
Instances
| QqsetPosition (QTextLayout a) (QPointF t1) | |
| QqsetPosition (QTextLine a) (QPointF t1) |
class QsetPositionForIndex a b where Source
Methods
setPositionForIndex :: a -> b -> IO () Source
Instances
| QsetPositionForIndex (QUndoViewSc a) (Point, QModelIndex t2) | |
| QsetPositionForIndex (QUndoView ()) (Point, QModelIndex t2) | |
| QsetPositionForIndex (QListWidgetSc a) (Point, QModelIndex t2) | |
| QsetPositionForIndex (QListWidget ()) (Point, QModelIndex t2) | |
| QsetPositionForIndex (QListViewSc a) (Point, QModelIndex t2) | |
| QsetPositionForIndex (QListView ()) (Point, QModelIndex t2) |
class QqsetPositionForIndex a b where Source
Methods
qsetPositionForIndex :: a -> b -> IO () Source
Instances
| QqsetPositionForIndex (QUndoViewSc a) (QPoint t1, QModelIndex t2) | |
| QqsetPositionForIndex (QUndoView ()) (QPoint t1, QModelIndex t2) | |
| QqsetPositionForIndex (QListWidgetSc a) (QPoint t1, QModelIndex t2) | |
| QqsetPositionForIndex (QListWidget ()) (QPoint t1, QModelIndex t2) | |
| QqsetPositionForIndex (QListViewSc a) (QPoint t1, QModelIndex t2) | |
| QqsetPositionForIndex (QListView ()) (QPoint t1, QModelIndex t2) |
class QsetPrefix a b where Source
Instances
class QsetRange a b where Source
Instances
| QsetRange (QProgressBar a) (Int, Int) | |
| QsetRange (QDoubleValidator a) (Double, Double) | |
| QsetRange (QIntValidatorSc a) (Int, Int) | |
| QsetRange (QIntValidator ()) (Int, Int) | |
| QsetRange (QProgressDialog a) (Int, Int) | |
| QsetRange (QSpinBox a) (Int, Int) | |
| QsetRange (QDoubleSpinBox a) (Double, Double) | |
| QsetRange (QAbstractSlider a) (Int, Int) | |
| QsetRange (QDoubleValidatorSc a) (Double, Double, Int) | |
| QsetRange (QDoubleValidator ()) (Double, Double, Int) |
class QsetReadOnly a b where Source
Methods
setReadOnly :: a -> b -> IO () Source
Instances
| QsetReadOnly (QLineEdit a) Bool | |
| QsetReadOnly (QFileDialog a) Bool | |
| QsetReadOnly (QDirModel a) Bool | |
| QsetReadOnly (QTextEdit a) Bool | |
| QsetReadOnly (QAbstractSpinBox a) Bool |
class QqqsetRect a b where Source
Instances
| QqqsetRect (QGraphicsRectItem a) (QRectF t1) | |
| QqqsetRect (QGraphicsEllipseItem a) (QRectF t1) | |
| QqqsetRect (QStyleOption a) (QRect t1) |
class QsetRepeatAction a b where Source
Methods
setRepeatAction :: a -> b -> IO () Source
Instances
class QsetResizeMode a b where Source
Methods
setResizeMode :: a -> b -> IO () Source
class QsetResolveSymlinks a b where Source
Methods
setResolveSymlinks :: a -> b -> IO () Source
Instances
class QsetRootIndex a b where Source
Methods
setRootIndex :: a -> b -> IO () Source
Instances
| QsetRootIndex (QTreeWidgetSc a) (QModelIndex t1) | |
| QsetRootIndex (QTreeWidget ()) (QModelIndex t1) | |
| QsetRootIndex (QTableWidgetSc a) (QModelIndex t1) | |
| QsetRootIndex (QTableWidget ()) (QModelIndex t1) | |
| QsetRootIndex (QDataWidgetMapper a) (QModelIndex t1) | |
| QsetRootIndex (QUndoViewSc a) (QModelIndex t1) | |
| QsetRootIndex (QUndoView ()) (QModelIndex t1) | |
| QsetRootIndex (QListWidgetSc a) (QModelIndex t1) | |
| QsetRootIndex (QListWidget ()) (QModelIndex t1) | |
| QsetRootIndex (QHeaderViewSc a) (QModelIndex t1) | |
| QsetRootIndex (QHeaderView ()) (QModelIndex t1) | |
| QsetRootIndex (QTableViewSc a) (QModelIndex t1) | |
| QsetRootIndex (QTableView ()) (QModelIndex t1) | |
| QsetRootIndex (QTreeViewSc a) (QModelIndex t1) | |
| QsetRootIndex (QTreeView ()) (QModelIndex t1) | |
| QsetRootIndex (QListViewSc a) (QModelIndex t1) | |
| QsetRootIndex (QListView ()) (QModelIndex t1) | |
| QsetRootIndex (QAbstractItemViewSc a) (QModelIndex t1) | |
| QsetRootIndex (QAbstractItemView ()) (QModelIndex t1) |
class QsetRowHidden a b where Source
Methods
setRowHidden :: a -> b -> IO () Source
Instances
| QsetRowHidden (QTableView a) (Int, Bool) | |
| QsetRowHidden (QListView a) (Int, Bool) | |
| QsetRowHidden (QTreeView a) (Int, QModelIndex t2, Bool) |
class QsetScenePos a b where Source
Methods
setScenePos :: a -> b -> IO () Source
Instances
class QqsetScenePos a b where Source
Methods
qsetScenePos :: a -> b -> IO () Source
Instances
| QqsetScenePos (QGraphicsSceneWheelEvent a) (QPointF t1) | |
| QqsetScenePos (QGraphicsSceneDragDropEvent a) (QPointF t1) | |
| QqsetScenePos (QGraphicsSceneMouseEvent a) (QPointF t1) | |
| QqsetScenePos (QGraphicsSceneContextMenuEvent a) (QPointF t1) | |
| QqsetScenePos (QGraphicsSceneHoverEvent a) (QPointF t1) | |
| QqsetScenePos (QGraphicsSceneHelpEvent a) (QPointF t1) |
class QsetSceneRect a b where Source
Methods
setSceneRect :: a -> b -> IO () Source
Instances
| QsetSceneRect (QGraphicsScene a) RectF | |
| QsetSceneRect (QGraphicsView a) RectF | |
| QsetSceneRect (QGraphicsScene a) (Double, Double, Double, Double) | |
| QsetSceneRect (QGraphicsView a) (Double, Double, Double, Double) |
class QqsetSceneRect a b where Source
Methods
qsetSceneRect :: a -> b -> IO () Source
Instances
| QqsetSceneRect (QGraphicsScene a) (QRectF t1) | |
| QqsetSceneRect (QGraphicsView a) (QRectF t1) |
class QsetScreenPos a b where Source
Methods
setScreenPos :: a -> b -> IO () Source
Instances
class QqsetScreenPos a b where Source
Methods
qsetScreenPos :: a -> b -> IO () Source
Instances
| QqsetScreenPos (QGraphicsSceneWheelEvent a) (QPoint t1) | |
| QqsetScreenPos (QGraphicsSceneDragDropEvent a) (QPoint t1) | |
| QqsetScreenPos (QGraphicsSceneMouseEvent a) (QPoint t1) | |
| QqsetScreenPos (QGraphicsSceneContextMenuEvent a) (QPoint t1) | |
| QqsetScreenPos (QGraphicsSceneHoverEvent a) (QPoint t1) | |
| QqsetScreenPos (QGraphicsSceneHelpEvent a) (QPoint t1) |
class QsetSelectedPosition a b where Source
Methods
setSelectedPosition :: a -> b -> IO () Source
class QsetSelection a b where Source
Methods
setSelection :: a -> b -> IO () Source
Instances
class QqsetSelection a b where Source
Methods
qsetSelection :: a -> b -> IO () Source
Instances
class QsetSelectionMode a b where Source
Methods
setSelectionMode :: a -> b -> IO () Source
class QsetSelectionModel a b where Source
Methods
setSelectionModel :: a -> b -> IO () Source
Instances
class QsetShortcut a b where Source
Methods
setShortcut :: a -> b -> IO () Source
Instances
| QsetShortcut (QAction a) (QKeySequence t1) | |
| QsetShortcut (QAbstractButton a) (QKeySequence t1) |
class QsetSizeGripEnabled a b where Source
Methods
setSizeGripEnabled :: a -> b -> IO () Source
Instances
class QqsetSizeHint a b where Source
Methods
qsetSizeHint :: a -> b -> IO () Source
Instances
| QqsetSizeHint (QStandardItem a) (QSize t1) | |
| QqsetSizeHint (QListWidgetItem a) (QSize t1) | |
| QqsetSizeHint (QTableWidgetItem a) (QSize t1) | |
| QqsetSizeHint (QTreeWidgetItem a) (Int, QSize t2) |
class QsetSliderPosition a b where Source
Methods
setSliderPosition :: a -> b -> IO () Source
Instances
class QsetSortingEnabled a b where Source
Methods
setSortingEnabled :: a -> b -> IO () Source
Instances
class QsetSource a b where Source
Instances
| QsetSource (QTextBrowserSc a) (QUrl t1) | |
| QsetSource (QTextBrowser ()) (QUrl t1) | |
| QsetSource (QGraphicsSceneDragDropEvent a) (QWidget t1) |
class QsetSpacing a b where Source
Methods
setSpacing :: a -> b -> IO () Source
Instances
| QsetSpacing (QUndoViewSc a) Int | |
| QsetSpacing (QUndoView ()) Int | |
| QsetSpacing (QListWidgetSc a) Int | |
| QsetSpacing (QListWidget ()) Int | |
| QsetSpacing (QStackedLayoutSc a) Int | |
| QsetSpacing (QStackedLayout ()) Int | |
| QsetSpacing (QGridLayoutSc a) Int | |
| QsetSpacing (QGridLayout ()) Int | |
| QsetSpacing (QHBoxLayoutSc a) Int | |
| QsetSpacing (QHBoxLayout ()) Int | |
| QsetSpacing (QVBoxLayoutSc a) Int | |
| QsetSpacing (QVBoxLayout ()) Int | |
| QsetSpacing (QBoxLayoutSc a) Int | |
| QsetSpacing (QBoxLayout ()) Int | |
| QsetSpacing (QListViewSc a) Int | |
| QsetSpacing (QListView ()) Int | |
| QsetSpacing (QLayoutSc a) Int | |
| QsetSpacing (QLayout ()) Int |
class QsetStandardButtons a b where Source
Methods
setStandardButtons :: a -> b -> IO () Source
class QsetState a b where Source
Instances
class QsetStretchFactor a b c | a -> c where Source
Methods
setStretchFactor :: a -> b -> c Source
Instances
| QsetStretchFactor (QSplitter a) (Int, Int) (IO ()) | |
| QsetStretchFactor (QBoxLayout a) (QWidget t1, Int) (IO Bool) | |
| QsetStretchFactor (QBoxLayout a) (QLayout t1, Int) (IO Bool) |
class QsetStyle a b where Source
Instances
| QsetStyle (QTextListFormat a) QTextListFormatStyle | |
| QsetStyle (QFont a) QFontStyle | |
| QsetStyle (QPen a) PenStyle | |
| QsetStyle (QBrush a) BrushStyle | |
| QsetStyle (QWidget a) (QStyle t1) |
class QsetSuffix a b where Source
Instances
class QsetTabEnabled a b where Source
Methods
setTabEnabled :: a -> b -> IO () Source
Instances
| QsetTabEnabled (QTabBar a) (Int, Bool) | |
| QsetTabEnabled (QTabWidget a) (Int, Bool) |
class QsetTabIcon a b where Source
Methods
setTabIcon :: a -> b -> IO () Source
Instances
| QsetTabIcon (QTabBar a) (Int, QIcon t2) | |
| QsetTabIcon (QTabWidget a) (Int, QIcon t2) |
class QsetTabText a b where Source
Methods
setTabText :: a -> b -> IO () Source
Instances
| QsetTabText (QTabBar a) (Int, String) | |
| QsetTabText (QTabWidget a) (Int, String) |
class QsetTabToolTip a b where Source
Methods
setTabToolTip :: a -> b -> IO () Source
Instances
| QsetTabToolTip (QTabBar a) (Int, String) | |
| QsetTabToolTip (QTabWidget a) (Int, String) |
class QsetTabWhatsThis a b where Source
Methods
setTabWhatsThis :: a -> b -> IO () Source
Instances
| QsetTabWhatsThis (QTabBar a) (Int, String) | |
| QsetTabWhatsThis (QTabWidget a) (Int, String) |
class QsetTabPosition a b where Source
Methods
setTabPosition :: a -> b -> IO () Source
class QsetTextAlignment a b where Source
Methods
setTextAlignment :: a -> b -> IO () Source
Instances
class QsetTextColor a b where Source
Methods
setTextColor :: a -> b -> IO () Source
Instances
| QsetTextColor (QStyleOptionGroupBox a) (QColor t1) | |
| QsetTextColor (QListWidgetItem a) (QColor t1) | |
| QsetTextColor (QTableWidgetItem a) (QColor t1) | |
| QsetTextColor (QTextEdit a) (QColor t1) | |
| QsetTextColor (QTreeWidgetItem a) (Int, QColor t2) |
class QsetTextCursor a b where Source
Methods
setTextCursor :: a -> b -> IO () Source
Instances
| QsetTextCursor (QGraphicsTextItem a) (QTextCursor t1) | |
| QsetTextCursor (QTextEdit a) (QTextCursor t1) |
class QsetTextDirection a b where Source
Methods
setTextDirection :: a -> b -> IO () Source
class QsetTextElideMode a b where Source
Methods
setTextElideMode :: a -> b -> IO () Source
class QsetTextInteractionFlags a b where Source
Methods
setTextInteractionFlags :: a -> b -> IO () Source
class QsetToolButtonStyle a b where Source
Methods
setToolButtonStyle :: a -> b -> IO () Source
class QsetToolTip a b where Source
Methods
setToolTip :: a -> b -> IO () Source
Instances
class QsetTransform a b where Source
Methods
setTransform :: a -> b -> IO () Source
Instances
| QsetTransform (QGraphicsTextItem a) (QTransform t1) | |
| QsetTransform (QGraphicsView a) (QTransform t1) | |
| QsetTransform (QPainter a) (QTransform t1) | |
| QsetTransform (QBrush a) (QTransform t1) | |
| QsetTransform (QGraphicsItem a) (QTransform t1) | |
| QsetTransform (QGraphicsTextItem a) (QTransform t1, Bool) | |
| QsetTransform (QGraphicsView a) (QTransform t1, Bool) | |
| QsetTransform (QPainter a) (QTransform t1, Bool) | |
| QsetTransform (QGraphicsItem a) (QTransform t1, Bool) |
class QsetTristate a b where Source
Methods
setTristate :: a -> b -> IO () Source
Instances
| QsetTristate (QCheckBox a) Bool | |
| QsetTristate (QCheckBox a) () | |
| QsetTristate (QStandardItem a) Bool |
class QsetUndoRedoEnabled a b where Source
Methods
setUndoRedoEnabled :: a -> b -> IO () Source
Instances
class QsetUseDesignMetrics a b where Source
Methods
setUseDesignMetrics :: a -> b -> IO () Source
Instances
class QsetUsesScrollButtons a b where Source
Methods
setUsesScrollButtons :: a -> b -> IO () Source
Instances
class QsetValidator a b where Source
Methods
setValidator :: a -> b -> IO () Source
Instances
| QsetValidator (QLineEdit a) (QValidator t1) | |
| QsetValidator (QComboBox a) (QValidator t1) |
class QsetVerticalHeaderItem a b where Source
Methods
setVerticalHeaderItem :: a -> b -> IO () Source
Instances
class QsetVerticalHeaderLabels a b where Source
Methods
setVerticalHeaderLabels :: a -> b -> IO () Source
Instances
class QsetVerticalStepsPerItem a b where Source
Methods
setVerticalStepsPerItem :: a -> b -> IO () Source
Instances
class QsetViewport a b where Source
Methods
setViewport :: a -> b -> IO () Source
Instances
| QsetViewport (QPainter a) Rect | |
| QsetViewport (QAbstractScrollArea a) (QWidget t1) | |
| QsetViewport (QPainter a) (Int, Int, Int, Int) |
class QsetViewportMargins a b where Source
Methods
setViewportMargins :: a -> b -> IO () Source
Instances
class QsetWidget a b where Source
Instances
| QsetWidget (QDockWidget a) (QWidget t1) | |
| QsetWidget (QFocusFrame a) (QWidget t1) | |
| QsetWidget (QStyleOptionViewItemV3 a) (QWidget t1) | |
| QsetWidget (QCompleter a) (QWidget t1) | |
| QsetWidget (QScrollArea a) (QWidget t1) | |
| QsetWidget (QGraphicsSceneEvent a) (QWidget t1) |
class QsetWindowModality a b where Source
Methods
setWindowModality :: a -> b -> IO () Source
class QsetWordWrap a b where Source
Methods
setWordWrap :: a -> b -> IO () Source
Instances
| QsetWordWrap (QLabel a) Bool | |
| QsetWordWrap (QTableView a) Bool | |
| QsetWordWrap (QTreeView a) Bool | |
| QsetWordWrap (QListView a) Bool |
class QsetWrapping a b where Source
Methods
setWrapping :: a -> b -> IO () Source
Instances
| QsetWrapping (QDialSc a) Bool | |
| QsetWrapping (QDial ()) Bool | |
| QsetWrapping (QListView a) Bool | |
| QsetWrapping (QAbstractSpinBox a) Bool |
class QsetZValue a b where Source
Instances
class QsetupViewport a b where Source
Methods
setupViewport :: a -> b -> IO () Source
Instances
class Qshape a b c | a -> c where Source
Instances
class Qshortcut a b where Source
Methods
shortcut :: a -> b -> IO (QKeySequence ()) Source
Instances
| Qshortcut (QAction a) () | |
| Qshortcut (QAbstractButton a) () |
Instances
| Qqshow (QGraphicsTextItem a) () | |
| Qqshow (QSystemTrayIcon a) () | |
| Qqshow (QGraphicsItem a) () | |
| Qqshow (QWidget a) () |
class QshowColumn a b where Source
Methods
showColumn :: a -> b -> IO () Source
Instances
| QshowColumn (QTableView a) Int | |
| QshowColumn (QTreeView a) Int |
class QshowMenu a b where Source
Instances
| QshowMenu (QToolButton a) () | |
| QshowMenu (QPushButton a) () |
class QshowMessage a b where Source
Methods
showMessage :: a -> b -> IO () Source
Instances
| QshowMessage (QStatusBar a) String | |
| QshowMessage (QSplashScreen a) String | |
| QshowMessage (QErrorMessage a) String | |
| QshowMessage (QStatusBar a) (String, Int) | |
| QshowMessage (QSplashScreen a) (String, Int) | |
| QshowMessage (QSystemTrayIcon a) (String, String) | |
| QshowMessage (QSplashScreen a) (String, Int, QColor t3) | |
| QshowMessage (QSystemTrayIcon a) (String, String, MessageIcon) | |
| QshowMessage (QSystemTrayIcon a) (String, String, MessageIcon, Int) |
class QshowPopup a b where Source
Instances
| QshowPopup (QFontComboBoxSc a) () | |
| QshowPopup (QFontComboBox ()) () | |
| QshowPopup (QComboBoxSc a) () | |
| QshowPopup (QComboBox ()) () |
class QsingleStep a b c | a -> c where Source
Methods
singleStep :: a -> b -> c Source
Instances
| QsingleStep (QStyleOptionSlider a) () (IO Int) | |
| QsingleStep (QSpinBox a) () (IO Int) | |
| QsingleStep (QDoubleSpinBox a) () (IO Double) | |
| QsingleStep (QAbstractSlider a) () (IO Int) |
class QsizeFromContents a b where Source
Methods
sizeFromContents :: a -> b -> IO Size Source
Instances
| QsizeFromContents (QCommonStyle a) (ContentsType, QStyleOption t2, Size) | |
| QsizeFromContents (QStyleSc a) (ContentsType, QStyleOption t2, Size) | |
| QsizeFromContents (QStyle ()) (ContentsType, QStyleOption t2, Size) | |
| QsizeFromContents (QWindowsStyleSc a) (ContentsType, QStyleOption t2, Size, QWidget t4) | |
| QsizeFromContents (QWindowsStyle ()) (ContentsType, QStyleOption t2, Size, QWidget t4) | |
| QsizeFromContents (QCommonStyleSc a) (ContentsType, QStyleOption t2, Size, QWidget t4) | |
| QsizeFromContents (QCommonStyle ()) (ContentsType, QStyleOption t2, Size, QWidget t4) | |
| QsizeFromContents (QStyleSc a) (ContentsType, QStyleOption t2, Size, QWidget t4) | |
| QsizeFromContents (QStyle ()) (ContentsType, QStyleOption t2, Size, QWidget t4) |
class QqsizeFromContents a b where Source
Methods
qsizeFromContents :: a -> b -> IO (QSize ()) Source
Instances
| QqsizeFromContents (QCommonStyle a) (ContentsType, QStyleOption t2, QSize t3) | |
| QqsizeFromContents (QStyleSc a) (ContentsType, QStyleOption t2, QSize t3) | |
| QqsizeFromContents (QStyle ()) (ContentsType, QStyleOption t2, QSize t3) | |
| QqsizeFromContents (QWindowsStyleSc a) (ContentsType, QStyleOption t2, QSize t3, QWidget t4) | |
| QqsizeFromContents (QWindowsStyle ()) (ContentsType, QStyleOption t2, QSize t3, QWidget t4) | |
| QqsizeFromContents (QCommonStyleSc a) (ContentsType, QStyleOption t2, QSize t3, QWidget t4) | |
| QqsizeFromContents (QCommonStyle ()) (ContentsType, QStyleOption t2, QSize t3, QWidget t4) | |
| QqsizeFromContents (QStyleSc a) (ContentsType, QStyleOption t2, QSize t3, QWidget t4) | |
| QqsizeFromContents (QStyle ()) (ContentsType, QStyleOption t2, QSize t3, QWidget t4) |
class QsizeHintForColumn a b where Source
Methods
sizeHintForColumn :: a -> b -> IO Int Source
Instances
class QsizeHintForRow a b where Source
Methods
sizeHintForRow :: a -> b -> IO Int Source
Instances
class QsliderChange a b where Source
Methods
sliderChange :: a -> b -> IO () Source
Instances
class QsliderPosition a b where Source
Methods
sliderPosition :: a -> b -> IO Int Source
Instances
| QsliderPosition (QStyleOptionSlider a) () | |
| QsliderPosition (QAbstractSlider a) () |
class QsortByColumn a b where Source
Methods
sortByColumn :: a -> b -> IO () Source
Instances
| QsortByColumn (QTableView a) Int | |
| QsortByColumn (QTreeView a) Int | |
| QsortByColumn (QTableView a) (Int, SortOrder) | |
| QsortByColumn (QTreeView a) (Int, SortOrder) |
class QsortChildren a b where Source
Methods
sortChildren :: a -> b -> IO () Source
Instances
| QsortChildren (QStandardItem a) Int | |
| QsortChildren (QStandardItem a) (Int, SortOrder) | |
| QsortChildren (QTreeWidgetItem a) (Int, SortOrder) |
class QsortItems a b where Source
Instances
| QsortItems (QTableWidget a) Int | |
| QsortItems (QListWidget a) SortOrder | |
| QsortItems (QListWidget a) () | |
| QsortItems (QTreeWidget a) (Int, SortOrder) | |
| QsortItems (QTableWidget a) (Int, SortOrder) |
class QsortRole a b where Source
Instances
| QsortRole (QSortFilterProxyModel a) () | |
| QsortRole (QStandardItemModel a) () |
class QspacerItem a b where Source
Methods
spacerItem :: a -> b -> IO (QSpacerItem ()) Source
Instances
| QspacerItem (QSpacerItemSc a) () | |
| QspacerItem (QSpacerItem ()) () | |
| QspacerItem (QStackedLayoutSc a) () | |
| QspacerItem (QStackedLayout ()) () | |
| QspacerItem (QGridLayoutSc a) () | |
| QspacerItem (QGridLayout ()) () | |
| QspacerItem (QHBoxLayoutSc a) () | |
| QspacerItem (QHBoxLayout ()) () | |
| QspacerItem (QVBoxLayoutSc a) () | |
| QspacerItem (QVBoxLayout ()) () | |
| QspacerItem (QBoxLayoutSc a) () | |
| QspacerItem (QBoxLayout ()) () | |
| QspacerItem (QLayoutSc a) () | |
| QspacerItem (QLayout ()) () |
class Qspacing a b where Source
Instances
| Qspacing (QUndoViewSc a) () | |
| Qspacing (QUndoView ()) () | |
| Qspacing (QListWidgetSc a) () | |
| Qspacing (QListWidget ()) () | |
| Qspacing (QStackedLayoutSc a) () | |
| Qspacing (QStackedLayout ()) () | |
| Qspacing (QGridLayoutSc a) () | |
| Qspacing (QGridLayout ()) () | |
| Qspacing (QHBoxLayoutSc a) () | |
| Qspacing (QHBoxLayout ()) () | |
| Qspacing (QVBoxLayoutSc a) () | |
| Qspacing (QVBoxLayout ()) () | |
| Qspacing (QBoxLayoutSc a) () | |
| Qspacing (QBoxLayout ()) () | |
| Qspacing (QListViewSc a) () | |
| Qspacing (QListView ()) () | |
| Qspacing (QLayoutSc a) () | |
| Qspacing (QLayout ()) () |
class QstandardButton a b c | a -> c where Source
Methods
standardButton :: a -> b -> c Source
Instances
class QstandardButtons a b c | a -> c where Source
Methods
standardButtons :: a -> b -> c Source
Instances
class QstandardIconImplementation a b where Source
Methods
standardIconImplementation :: a -> b -> IO (QIcon ()) Source
Instances
class QstandardPalette a b where Source
Methods
standardPalette :: a -> b -> IO (QPalette ()) Source
Instances
| QstandardPalette (QWindowsStyleSc a) () | |
| QstandardPalette (QWindowsStyle ()) () | |
| QstandardPalette (QCommonStyleSc a) () | |
| QstandardPalette (QCommonStyle ()) () | |
| QstandardPalette (QStyleSc a) () | |
| QstandardPalette (QStyle ()) () |
class QstandardPixmap a b where Source
Methods
standardPixmap :: a -> b -> IO (QPixmap ()) Source
Instances
class QstartAutoScroll a b where Source
Methods
startAutoScroll :: a -> b -> IO () Source
Instances
| QstartAutoScroll (QTreeWidgetSc a) () | |
| QstartAutoScroll (QTreeWidget ()) () | |
| QstartAutoScroll (QTableWidgetSc a) () | |
| QstartAutoScroll (QTableWidget ()) () | |
| QstartAutoScroll (QUndoViewSc a) () | |
| QstartAutoScroll (QUndoView ()) () | |
| QstartAutoScroll (QListWidgetSc a) () | |
| QstartAutoScroll (QListWidget ()) () | |
| QstartAutoScroll (QHeaderViewSc a) () | |
| QstartAutoScroll (QHeaderView ()) () | |
| QstartAutoScroll (QTableViewSc a) () | |
| QstartAutoScroll (QTableView ()) () | |
| QstartAutoScroll (QTreeViewSc a) () | |
| QstartAutoScroll (QTreeView ()) () | |
| QstartAutoScroll (QListViewSc a) () | |
| QstartAutoScroll (QListView ()) () | |
| QstartAutoScroll (QAbstractItemViewSc a) () | |
| QstartAutoScroll (QAbstractItemView ()) () |
class QstartDrag a b where Source
Instances
class QstatusTip a b where Source
Instances
| QstatusTip (QAction a) () | |
| QstatusTip (QStandardItem a) () | |
| QstatusTip (QTreeWidgetItem a) Int | |
| QstatusTip (QListWidgetItem a) () | |
| QstatusTip (QTableWidgetItem a) () | |
| QstatusTip (QWidget a) () |
class QstepBy a b where Source
Instances
| QstepBy (QDateEditSc a) Int | |
| QstepBy (QDateEdit ()) Int | |
| QstepBy (QTimeEditSc a) Int | |
| QstepBy (QTimeEdit ()) Int | |
| QstepBy (QSpinBoxSc a) Int | |
| QstepBy (QSpinBox ()) Int | |
| QstepBy (QDoubleSpinBoxSc a) Int | |
| QstepBy (QDoubleSpinBox ()) Int | |
| QstepBy (QDateTimeEditSc a) Int | |
| QstepBy (QDateTimeEdit ()) Int | |
| QstepBy (QAbstractSpinBoxSc a) Int | |
| QstepBy (QAbstractSpinBox ()) Int |
class QstepEnabled a b where Source
Methods
stepEnabled :: a -> b -> IO StepEnabled Source
Instances
| QstepEnabled (QStyleOptionSpinBox a) () | |
| QstepEnabled (QDateEditSc a) () | |
| QstepEnabled (QDateEdit ()) () | |
| QstepEnabled (QTimeEditSc a) () | |
| QstepEnabled (QTimeEdit ()) () | |
| QstepEnabled (QSpinBoxSc a) () | |
| QstepEnabled (QSpinBox ()) () | |
| QstepEnabled (QDoubleSpinBoxSc a) () | |
| QstepEnabled (QDoubleSpinBox ()) () | |
| QstepEnabled (QDateTimeEditSc a) () | |
| QstepEnabled (QDateTimeEdit ()) () | |
| QstepEnabled (QAbstractSpinBoxSc a) () | |
| QstepEnabled (QAbstractSpinBox ()) () |
class QstopAutoScroll a b where Source
Methods
stopAutoScroll :: a -> b -> IO () Source
Instances
| QstopAutoScroll (QTreeWidgetSc a) () | |
| QstopAutoScroll (QTreeWidget ()) () | |
| QstopAutoScroll (QTableWidgetSc a) () | |
| QstopAutoScroll (QTableWidget ()) () | |
| QstopAutoScroll (QUndoViewSc a) () | |
| QstopAutoScroll (QUndoView ()) () | |
| QstopAutoScroll (QListWidgetSc a) () | |
| QstopAutoScroll (QListWidget ()) () | |
| QstopAutoScroll (QHeaderViewSc a) () | |
| QstopAutoScroll (QHeaderView ()) () | |
| QstopAutoScroll (QTableViewSc a) () | |
| QstopAutoScroll (QTableView ()) () | |
| QstopAutoScroll (QTreeViewSc a) () | |
| QstopAutoScroll (QTreeView ()) () | |
| QstopAutoScroll (QListViewSc a) () | |
| QstopAutoScroll (QListView ()) () | |
| QstopAutoScroll (QAbstractItemViewSc a) () | |
| QstopAutoScroll (QAbstractItemView ()) () |
class QstrikeOut a b where Source
Instances
| QstrikeOut (QFont a) () | |
| QstrikeOut (QFontInfo a) () |
class QstrikeOutPos a b c | a -> c where Source
Methods
strikeOutPos :: a -> b -> c Source
Instances
| QstrikeOutPos (QFontMetricsF a) () (IO Double) | |
| QstrikeOutPos (QFontMetrics a) () (IO Int) |
class Qstyle a b c | a -> c where Source
Instances
| Qstyle (QTextListFormat a) () (IO QTextListFormatStyle) | |
| Qstyle (QFont a) () (IO QFontStyle) | |
| Qstyle (QPen a) () (IO PenStyle) | |
| Qstyle (QBrush a) () (IO BrushStyle) | |
| Qstyle (QFontInfo a) () (IO QFontStyle) | |
| Qstyle (QWidget a) () (IO (QStyle ())) |
class QstyleHint a b c | a -> c where Source
Instances
class QstyleSheet a b where Source
Methods
styleSheet :: a -> b -> IO String Source
Instances
| QstyleSheet (QApplication a) () | |
| QstyleSheet (QWidget a) () |
class QsubControlRect a b where Source
Methods
subControlRect :: a -> b -> IO Rect Source
Instances
| QsubControlRect (QCommonStyle a) (ComplexControl, QStyleOptionComplex t2, SubControl) | |
| QsubControlRect (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl) | |
| QsubControlRect (QStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl) | |
| QsubControlRect (QWindowsStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QsubControlRect (QWindowsStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QsubControlRect (QCommonStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QsubControlRect (QCommonStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QsubControlRect (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QsubControlRect (QStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) |
class QqsubControlRect a b where Source
Methods
qsubControlRect :: a -> b -> IO (QRect ()) Source
Instances
| QqsubControlRect (QCommonStyle a) (ComplexControl, QStyleOptionComplex t2, SubControl) | |
| QqsubControlRect (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl) | |
| QqsubControlRect (QStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl) | |
| QqsubControlRect (QWindowsStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QqsubControlRect (QWindowsStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QqsubControlRect (QCommonStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QqsubControlRect (QCommonStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QqsubControlRect (QStyleSc a) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) | |
| QqsubControlRect (QStyle ()) (ComplexControl, QStyleOptionComplex t2, SubControl, QWidget t4) |
class QsubElementRect a b where Source
Methods
subElementRect :: a -> b -> IO Rect Source
Instances
| QsubElementRect (QCommonStyle a) (SubElement, QStyleOption t2) | |
| QsubElementRect (QStyleSc a) (SubElement, QStyleOption t2) | |
| QsubElementRect (QStyle ()) (SubElement, QStyleOption t2) | |
| QsubElementRect (QWindowsStyleSc a) (SubElement, QStyleOption t2, QWidget t3) | |
| QsubElementRect (QWindowsStyle ()) (SubElement, QStyleOption t2, QWidget t3) | |
| QsubElementRect (QCommonStyleSc a) (SubElement, QStyleOption t2, QWidget t3) | |
| QsubElementRect (QCommonStyle ()) (SubElement, QStyleOption t2, QWidget t3) | |
| QsubElementRect (QStyleSc a) (SubElement, QStyleOption t2, QWidget t3) | |
| QsubElementRect (QStyle ()) (SubElement, QStyleOption t2, QWidget t3) |
class QqsubElementRect a b where Source
Methods
qsubElementRect :: a -> b -> IO (QRect ()) Source
Instances
| QqsubElementRect (QCommonStyle a) (SubElement, QStyleOption t2) | |
| QqsubElementRect (QStyleSc a) (SubElement, QStyleOption t2) | |
| QqsubElementRect (QStyle ()) (SubElement, QStyleOption t2) | |
| QqsubElementRect (QWindowsStyleSc a) (SubElement, QStyleOption t2, QWidget t3) | |
| QqsubElementRect (QWindowsStyle ()) (SubElement, QStyleOption t2, QWidget t3) | |
| QqsubElementRect (QCommonStyleSc a) (SubElement, QStyleOption t2, QWidget t3) | |
| QqsubElementRect (QCommonStyle ()) (SubElement, QStyleOption t2, QWidget t3) | |
| QqsubElementRect (QStyleSc a) (SubElement, QStyleOption t2, QWidget t3) | |
| QqsubElementRect (QStyle ()) (SubElement, QStyleOption t2, QWidget t3) |
class QsupportsExtension a b where Source
Methods
supportsExtension :: a -> b -> IO Bool Source
Instances
class QtabInserted a b where Source
Methods
tabInserted :: a -> b -> IO () Source
Instances
| QtabInserted (QTabBarSc a) Int | |
| QtabInserted (QTabBar ()) Int | |
| QtabInserted (QTabWidgetSc a) Int | |
| QtabInserted (QTabWidget ()) Int |
class QtabRemoved a b where Source
Methods
tabRemoved :: a -> b -> IO () Source
Instances
| QtabRemoved (QTabBarSc a) Int | |
| QtabRemoved (QTabBar ()) Int | |
| QtabRemoved (QTabWidgetSc a) Int | |
| QtabRemoved (QTabWidget ()) Int |
class QtabToolTip a b where Source
Methods
tabToolTip :: a -> b -> IO String Source
Instances
| QtabToolTip (QTabBar a) Int | |
| QtabToolTip (QTabWidget a) Int |
class QtabWhatsThis a b where Source
Methods
tabWhatsThis :: a -> b -> IO String Source
Instances
| QtabWhatsThis (QTabBar a) Int | |
| QtabWhatsThis (QTabWidget a) Int |
class QtakeAt a b where Source
Methods
takeAt :: a -> b -> IO (QLayoutItem ()) Source
Instances
| QtakeAt (QStackedLayoutSc a) Int | |
| QtakeAt (QStackedLayout ()) Int | |
| QtakeAt (QGridLayoutSc a) Int | |
| QtakeAt (QGridLayout ()) Int | |
| QtakeAt (QHBoxLayoutSc a) Int | |
| QtakeAt (QHBoxLayout ()) Int | |
| QtakeAt (QVBoxLayoutSc a) Int | |
| QtakeAt (QVBoxLayout ()) Int | |
| QtakeAt (QBoxLayoutSc a) Int | |
| QtakeAt (QBoxLayout ()) Int | |
| QtakeAt (QLayoutSc a) Int | |
| QtakeAt (QLayout ()) Int |
class QtakeChild a b c | a -> c where Source
Instances
| QtakeChild (QStandardItem a) Int (IO (QStandardItem ())) | |
| QtakeChild (QTreeWidgetItem a) Int (IO (QTreeWidgetItem ())) | |
| QtakeChild (QStandardItem a) (Int, Int) (IO (QStandardItem ())) |
class QtakeColumn a b where Source
Methods
takeColumn :: a -> b -> IO [QStandardItem ()] Source
Instances
class QtakeHorizontalHeaderItem a b c | a -> c where Source
Methods
takeHorizontalHeaderItem :: a -> b -> c Source
Instances
| QtakeHorizontalHeaderItem (QTableWidget a) Int (IO (QTableWidgetItem ())) | |
| QtakeHorizontalHeaderItem (QStandardItemModel a) Int (IO (QStandardItem ())) |
class QtakeItem a b c | a -> c where Source
Instances
| QtakeItem (QListWidget a) Int (IO (QListWidgetItem ())) | |
| QtakeItem (QStandardItemModel a) Int (IO (QStandardItem ())) | |
| QtakeItem (QTableWidget a) (Int, Int) (IO (QTableWidgetItem ())) | |
| QtakeItem (QStandardItemModel a) (Int, Int) (IO (QStandardItem ())) |
class QtakeVerticalHeaderItem a b c | a -> c where Source
Methods
takeVerticalHeaderItem :: a -> b -> c Source
Instances
| QtakeVerticalHeaderItem (QTableWidget a) Int (IO (QTableWidgetItem ())) | |
| QtakeVerticalHeaderItem (QStandardItemModel a) Int (IO (QStandardItem ())) |
class QtextAlignment a b c | a -> c where Source
Methods
textAlignment :: a -> b -> c Source
Instances
| QtextAlignment (QStyleOptionGroupBox a) () (IO Alignment) | |
| QtextAlignment (QStyleOptionHeader a) () (IO Alignment) | |
| QtextAlignment (QStandardItem a) () (IO Alignment) | |
| QtextAlignment (QTreeWidgetItem a) Int (IO Int) | |
| QtextAlignment (QListWidgetItem a) () (IO Int) | |
| QtextAlignment (QTableWidgetItem a) () (IO Int) | |
| QtextAlignment (QStyleOptionProgressBar a) () (IO Alignment) |
class QtextColor a b where Source
Instances
| QtextColor (QStyleOptionGroupBox a) () | |
| QtextColor (QTreeWidgetItem a) Int | |
| QtextColor (QListWidgetItem a) () | |
| QtextColor (QTableWidgetItem a) () | |
| QtextColor (QTextEdit a) () |
class QtextCursor a b where Source
Methods
textCursor :: a -> b -> IO (QTextCursor ()) Source
Instances
| QtextCursor (QGraphicsTextItem a) () | |
| QtextCursor (QTextEdit a) () |
class QtextDirection a b c | a -> c where Source
Methods
textDirection :: a -> b -> c Source
Instances
| QtextDirection (QProgressBar a) () (IO QProgressBarDirection) | |
| QtextDirection (QTextOption a) () (IO LayoutDirection) |
class QtextElideMode a b where Source
Methods
textElideMode :: a -> b -> IO TextElideMode Source
Instances
| QtextElideMode (QStyleOptionViewItem a) () | |
| QtextElideMode (QAbstractItemView a) () |
class QtextFormat a b where Source
Methods
textFormat :: a -> b -> IO TextFormat Source
Instances
| QtextFormat (QLabel a) () | |
| QtextFormat (QMessageBox a) () |
class QtextInteractionFlags a b where Source
Methods
textInteractionFlags :: a -> b -> IO TextInteractionFlags Source
Instances
| QtextInteractionFlags (QGraphicsTextItem a) () | |
| QtextInteractionFlags (QLabel a) () | |
| QtextInteractionFlags (QTextEdit a) () |
class QtextList a b c | a -> c where Source
Instances
| QtextList (QImage a) () (IO [QImageTextKeyLang ()]) | |
| QtextList (QTextBlock a) () (IO (QTextList ())) |
class QtextWidth a b where Source
Instances
| QtextWidth (QGraphicsTextItem a) () | |
| QtextWidth (QTextDocument a) () |
class QtickInterval a b where Source
Methods
tickInterval :: a -> b -> IO Int Source
Instances
| QtickInterval (QStyleOptionSlider a) () | |
| QtickInterval (QSlider a) () |
class QtickPosition a b where Source
Methods
tickPosition :: a -> b -> IO TickPosition Source
Instances
| QtickPosition (QStyleOptionSlider a) () | |
| QtickPosition (QSlider a) () |
class QtightBoundingRect a b c | a -> c where Source
Methods
tightBoundingRect :: a -> b -> c Source
Instances
class QqtightBoundingRect a b c | a -> c where Source
Methods
qtightBoundingRect :: a -> b -> c Source
Instances
| QqtightBoundingRect (QFontMetricsF a) String (IO (QRectF ())) | |
| QqtightBoundingRect (QFontMetrics a) String (IO (QRect ())) |
class QtoHtml a b where Source
Instances
| QtoHtml (QGraphicsTextItem a) () | |
| QtoHtml (QTextDocument a) String | |
| QtoHtml (QTextDocument a) () | |
| QtoHtml (QTextDocumentFragment a) String | |
| QtoHtml (QTextDocumentFragment a) () | |
| QtoHtml (QTextEdit a) () |
class QtoPlainText a b where Source
Methods
toPlainText :: a -> b -> IO String Source
Instances
| QtoPlainText (QGraphicsTextItem a) () | |
| QtoPlainText (QTextDocument a) () | |
| QtoPlainText (QTextDocumentFragment a) () | |
| QtoPlainText (QTextEdit a) () |
class Qtoggle a b c | a -> c where Source
Instances
| Qtoggle (QAction a) () (IO ()) | |
| Qtoggle (QToolBarChangeEvent a) () (IO Bool) | |
| Qtoggle (QAbstractButton a) () (IO ()) |
class QtoggleViewAction a b where Source
Methods
toggleViewAction :: a -> b -> IO (QAction ()) Source
Instances
| QtoggleViewAction (QToolBar a) () | |
| QtoggleViewAction (QDockWidget a) () |
class QtoolBarArea a b where Source
Methods
toolBarArea :: a -> b -> IO ToolBarArea Source
Instances
| QtoolBarArea (QStyleOptionToolBar a) () | |
| QtoolBarArea (QMainWindow a) (QToolBar t1) |
class QtoolButtonStyle a b where Source
Methods
toolButtonStyle :: a -> b -> IO ToolButtonStyle Source
Instances
| QtoolButtonStyle (QToolBar a) () | |
| QtoolButtonStyle (QMainWindow a) () | |
| QtoolButtonStyle (QStyleOptionToolButton a) () | |
| QtoolButtonStyle (QToolButton a) () |
class QtoolTip a b where Source
Instances
| QtoolTip (QGraphicsTextItem a) () | |
| QtoolTip (QSystemTrayIcon a) () | |
| QtoolTip (QAction a) () | |
| QtoolTip (QStandardItem a) () | |
| QtoolTip (QTreeWidgetItem a) Int | |
| QtoolTip (QListWidgetItem a) () | |
| QtoolTip (QTableWidgetItem a) () | |
| QtoolTip (QTextCharFormat a) () | |
| QtoolTip (QGraphicsItem a) () | |
| QtoolTip (QWidget a) () |
class QtopLevelItem a b c | a -> c where Source
Methods
topLevelItem :: a -> b -> c Source
Instances
| QtopLevelItem (QTreeWidget a) Int (IO (QTreeWidgetItem ())) | |
| QtopLevelItem (QGraphicsTextItem a) () (IO (QGraphicsItem ())) | |
| QtopLevelItem (QGraphicsItem a) () (IO (QGraphicsItem ())) |
class QtopMargin a b where Source
Instances
| QtopMargin (QTextBlockFormat a) () | |
| QtopMargin (QTextFrameFormat a) () |
class Qtransform a b where Source
Methods
transform :: a -> b -> IO (QTransform ()) Source
Instances
| Qtransform (QGraphicsTextItem a) () | |
| Qtransform (QGraphicsView a) () | |
| Qtransform (QPainter a) () | |
| Qtransform (QBrush a) () | |
| Qtransform (QGraphicsItem a) () |
class Qtransformed a b c | a -> c where Source
Methods
transformed :: a -> b -> c Source
Instances
class Qtransformed_nf a b c | a -> c where Source
Methods
transformed_nf :: a -> b -> c Source
Instances
class Qunderline a b where Source
Instances
| Qunderline (QFont a) () | |
| Qunderline (QFontInfo a) () |
class QunderlinePos a b c | a -> c where Source
Methods
underlinePos :: a -> b -> c Source
Instances
| QunderlinePos (QFontMetricsF a) () (IO Double) | |
| QunderlinePos (QFontMetrics a) () (IO Int) |
Instances
| Qundo (QLineEdit a) () | |
| Qundo (QUndoGroup a) () | |
| Qundo (QUndoStack a) () | |
| Qundo (QTextDocument a) () | |
| Qundo (QUndoCommandSc a) () | |
| Qundo (QUndoCommand ()) () | |
| Qundo (QTextEdit a) () | |
| Qundo (QTextDocument a) (QTextCursor t1) |
class QundoText a b where Source
Instances
| QundoText (QUndoGroup a) () | |
| QundoText (QUndoStack a) () |
class Qunpolish a b where Source
Instances
| Qunpolish (QWindowsStyleSc a) (QWidget t1) | |
| Qunpolish (QWindowsStyleSc a) (QApplication t1) | |
| Qunpolish (QWindowsStyle ()) (QApplication t1) | |
| Qunpolish (QWindowsStyle ()) (QWidget t1) | |
| Qunpolish (QCommonStyleSc a) (QWidget t1) | |
| Qunpolish (QCommonStyleSc a) (QApplication t1) | |
| Qunpolish (QCommonStyle ()) (QApplication t1) | |
| Qunpolish (QCommonStyle ()) (QWidget t1) | |
| Qunpolish (QStyleSc a) (QWidget t1) | |
| Qunpolish (QStyleSc a) (QApplication t1) | |
| Qunpolish (QStyle ()) (QApplication t1) | |
| Qunpolish (QStyle ()) (QWidget t1) |
class QunsetCursor a b where Source
Methods
unsetCursor :: a -> b -> IO () Source
Instances
| QunsetCursor (QGraphicsTextItem a) () | |
| QunsetCursor (QGraphicsItem a) () | |
| QunsetCursor (QWidget a) () |
class Qupdate a b where Source
Instances
| Qupdate (QGraphicsTextItem a) RectF | |
| Qupdate (QGraphicsTextItem a) () | |
| Qupdate (QGraphicsScene a) RectF | |
| Qupdate (QGraphicsScene a) () | |
| Qupdate (QLayout a) () | |
| Qupdate (QAbstractItemView a) () | |
| Qupdate (QGraphicsItem a) RectF | |
| Qupdate (QGraphicsItem a) () | |
| Qupdate (QWidget a) Rect | |
| Qupdate (QWidget a) () | |
| Qupdate (QWidget a) (QRegion t1) | |
| Qupdate (QGraphicsTextItem a) (Double, Double, Double, Double) | |
| Qupdate (QGraphicsScene a) (Double, Double, Double, Double) | |
| Qupdate (QGraphicsItem a) (Double, Double, Double, Double) | |
| Qupdate (QWidget a) (Int, Int, Int, Int) |
class Qqupdate a b where Source
Instances
| Qqupdate (QGraphicsTextItem a) (QRectF t1) | |
| Qqupdate (QGraphicsScene a) (QRectF t1) | |
| Qqupdate (QGraphicsItem a) (QRectF t1) | |
| Qqupdate (QWidget a) (QRect t1) |
class QupdateEditorData a b where Source
Methods
updateEditorData :: a -> b -> IO () Source
Instances
| QupdateEditorData (QTreeWidgetSc a) () | |
| QupdateEditorData (QTreeWidget ()) () | |
| QupdateEditorData (QTableWidgetSc a) () | |
| QupdateEditorData (QTableWidget ()) () | |
| QupdateEditorData (QUndoViewSc a) () | |
| QupdateEditorData (QUndoView ()) () | |
| QupdateEditorData (QListWidgetSc a) () | |
| QupdateEditorData (QListWidget ()) () | |
| QupdateEditorData (QHeaderViewSc a) () | |
| QupdateEditorData (QHeaderView ()) () | |
| QupdateEditorData (QTableViewSc a) () | |
| QupdateEditorData (QTableView ()) () | |
| QupdateEditorData (QTreeViewSc a) () | |
| QupdateEditorData (QTreeView ()) () | |
| QupdateEditorData (QListViewSc a) () | |
| QupdateEditorData (QListView ()) () | |
| QupdateEditorData (QAbstractItemViewSc a) () | |
| QupdateEditorData (QAbstractItemView ()) () |
class QupdateEditorGeometries a b where Source
Methods
updateEditorGeometries :: a -> b -> IO () Source
Instances
| QupdateEditorGeometries (QTreeWidgetSc a) () | |
| QupdateEditorGeometries (QTreeWidget ()) () | |
| QupdateEditorGeometries (QTableWidgetSc a) () | |
| QupdateEditorGeometries (QTableWidget ()) () | |
| QupdateEditorGeometries (QUndoViewSc a) () | |
| QupdateEditorGeometries (QUndoView ()) () | |
| QupdateEditorGeometries (QListWidgetSc a) () | |
| QupdateEditorGeometries (QListWidget ()) () | |
| QupdateEditorGeometries (QHeaderViewSc a) () | |
| QupdateEditorGeometries (QHeaderView ()) () | |
| QupdateEditorGeometries (QTableViewSc a) () | |
| QupdateEditorGeometries (QTableView ()) () | |
| QupdateEditorGeometries (QTreeViewSc a) () | |
| QupdateEditorGeometries (QTreeView ()) () | |
| QupdateEditorGeometries (QListViewSc a) () | |
| QupdateEditorGeometries (QListView ()) () | |
| QupdateEditorGeometries (QAbstractItemViewSc a) () | |
| QupdateEditorGeometries (QAbstractItemView ()) () |
class QupdateEditorGeometry a b where Source
Methods
updateEditorGeometry :: a -> b -> IO () Source
Instances
| QupdateEditorGeometry (QAbstractItemDelegateSc a) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QupdateEditorGeometry (QAbstractItemDelegate ()) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QupdateEditorGeometry (QItemDelegateSc a) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) | |
| QupdateEditorGeometry (QItemDelegate ()) (QWidget t1, QStyleOptionViewItem t2, QModelIndex t3) |
class QupdateGeometries a b where Source
Methods
updateGeometries :: a -> b -> IO () Source
Instances
| QupdateGeometries (QTreeWidgetSc a) () | |
| QupdateGeometries (QTreeWidget ()) () | |
| QupdateGeometries (QTableWidgetSc a) () | |
| QupdateGeometries (QTableWidget ()) () | |
| QupdateGeometries (QUndoViewSc a) () | |
| QupdateGeometries (QUndoView ()) () | |
| QupdateGeometries (QListWidgetSc a) () | |
| QupdateGeometries (QListWidget ()) () | |
| QupdateGeometries (QHeaderViewSc a) () | |
| QupdateGeometries (QHeaderView ()) () | |
| QupdateGeometries (QTableViewSc a) () | |
| QupdateGeometries (QTableView ()) () | |
| QupdateGeometries (QTreeViewSc a) () | |
| QupdateGeometries (QTreeView ()) () | |
| QupdateGeometries (QListViewSc a) () | |
| QupdateGeometries (QListView ()) () | |
| QupdateGeometries (QAbstractItemViewSc a) () | |
| QupdateGeometries (QAbstractItemView ()) () |
class QuseDesignMetrics a b where Source
Methods
useDesignMetrics :: a -> b -> IO Bool Source
Instances
| QuseDesignMetrics (QTextDocument a) () | |
| QuseDesignMetrics (QTextOption a) () |
class QusesScrollButtons a b where Source
Methods
usesScrollButtons :: a -> b -> IO Bool Source
Instances
| QusesScrollButtons (QTabBar a) () | |
| QusesScrollButtons (QTabWidget a) () |
class Qvalidator a b where Source
Methods
validator :: a -> b -> IO (QValidator ()) Source
Instances
| Qvalidator (QLineEdit a) () | |
| Qvalidator (QComboBox a) () |
class QvalueFromText a b c | a -> c where Source
Methods
valueFromText :: a -> b -> c Source
Instances
| QvalueFromText (QSpinBoxSc a) String (IO Int) | |
| QvalueFromText (QSpinBox ()) String (IO Int) | |
| QvalueFromText (QDoubleSpinBoxSc a) String (IO Double) | |
| QvalueFromText (QDoubleSpinBox ()) String (IO Double) |
class QvaluePropertyName a b where Source
Methods
valuePropertyName :: a -> b -> IO String Source
class QverticalHeaderItem a b c | a -> c where Source
Methods
verticalHeaderItem :: a -> b -> c Source
Instances
| QverticalHeaderItem (QTableWidget a) Int (IO (QTableWidgetItem ())) | |
| QverticalHeaderItem (QStandardItemModel a) Int (IO (QStandardItem ())) |
class QverticalOffset a b where Source
Methods
verticalOffset :: a -> b -> IO Int Source
Instances
| QverticalOffset (QTreeWidgetSc a) () | |
| QverticalOffset (QTreeWidget ()) () | |
| QverticalOffset (QTableWidgetSc a) () | |
| QverticalOffset (QTableWidget ()) () | |
| QverticalOffset (QUndoViewSc a) () | |
| QverticalOffset (QUndoView ()) () | |
| QverticalOffset (QListWidgetSc a) () | |
| QverticalOffset (QListWidget ()) () | |
| QverticalOffset (QHeaderViewSc a) () | |
| QverticalOffset (QHeaderView ()) () | |
| QverticalOffset (QTableViewSc a) () | |
| QverticalOffset (QTableView ()) () | |
| QverticalOffset (QTreeViewSc a) () | |
| QverticalOffset (QTreeView ()) () | |
| QverticalOffset (QListViewSc a) () | |
| QverticalOffset (QListView ()) () | |
| QverticalOffset (QAbstractItemViewSc a) () | |
| QverticalOffset (QAbstractItemView ()) () |
class QverticalScrollbarAction a b where Source
Methods
verticalScrollbarAction :: a -> b -> IO () Source
Instances
class QverticalScrollbarValueChanged a b where Source
Methods
verticalScrollbarValueChanged :: a -> b -> IO () Source
Instances
class QverticalStepsPerItem a b where Source
Methods
verticalStepsPerItem :: a -> b -> IO Int Source
Instances
| QverticalStepsPerItem (QTreeWidgetSc a) () | |
| QverticalStepsPerItem (QTreeWidget ()) () | |
| QverticalStepsPerItem (QTableWidgetSc a) () | |
| QverticalStepsPerItem (QTableWidget ()) () | |
| QverticalStepsPerItem (QUndoViewSc a) () | |
| QverticalStepsPerItem (QUndoView ()) () | |
| QverticalStepsPerItem (QListWidgetSc a) () | |
| QverticalStepsPerItem (QListWidget ()) () | |
| QverticalStepsPerItem (QHeaderViewSc a) () | |
| QverticalStepsPerItem (QHeaderView ()) () | |
| QverticalStepsPerItem (QTableViewSc a) () | |
| QverticalStepsPerItem (QTableView ()) () | |
| QverticalStepsPerItem (QTreeViewSc a) () | |
| QverticalStepsPerItem (QTreeView ()) () | |
| QverticalStepsPerItem (QListViewSc a) () | |
| QverticalStepsPerItem (QListView ()) () | |
| QverticalStepsPerItem (QAbstractItemViewSc a) () | |
| QverticalStepsPerItem (QAbstractItemView ()) () |
class QviewMode a b c | a -> c where Source
Instances
| QviewMode (QFileDialog a) () (IO QFileDialogViewMode) | |
| QviewMode (QListView a) () (IO QListViewViewMode) |
class QviewOptions a b where Source
Methods
viewOptions :: a -> b -> IO (QStyleOptionViewItem ()) Source
Instances
| QviewOptions (QTreeWidgetSc a) () | |
| QviewOptions (QTreeWidget ()) () | |
| QviewOptions (QTableWidgetSc a) () | |
| QviewOptions (QTableWidget ()) () | |
| QviewOptions (QUndoViewSc a) () | |
| QviewOptions (QUndoView ()) () | |
| QviewOptions (QListWidgetSc a) () | |
| QviewOptions (QListWidget ()) () | |
| QviewOptions (QHeaderViewSc a) () | |
| QviewOptions (QHeaderView ()) () | |
| QviewOptions (QTableViewSc a) () | |
| QviewOptions (QTableView ()) () | |
| QviewOptions (QTreeViewSc a) () | |
| QviewOptions (QTreeView ()) () | |
| QviewOptions (QListViewSc a) () | |
| QviewOptions (QListView ()) () | |
| QviewOptions (QAbstractItemViewSc a) () | |
| QviewOptions (QAbstractItemView ()) () |
class QviewportEvent a b where Source
Methods
viewportEvent :: a -> b -> IO Bool Source
Instances
class QvisualItemRect a b where Source
Methods
visualItemRect :: a -> b -> IO Rect Source
Instances
| QvisualItemRect (QTreeWidget a) (QTreeWidgetItem t1) | |
| QvisualItemRect (QTableWidget a) (QTableWidgetItem t1) | |
| QvisualItemRect (QListWidget a) (QListWidgetItem t1) |
class QqvisualItemRect a b where Source
Methods
qvisualItemRect :: a -> b -> IO (QRect ()) Source
Instances
| QqvisualItemRect (QTreeWidget a) (QTreeWidgetItem t1) | |
| QqvisualItemRect (QTableWidget a) (QTableWidgetItem t1) | |
| QqvisualItemRect (QListWidget a) (QListWidgetItem t1) |
class QvisualRect a b where Source
Methods
visualRect :: a -> b -> IO Rect Source
Instances
| QvisualRect (QTreeWidgetSc a) (QModelIndex t1) | |
| QvisualRect (QTreeWidget ()) (QModelIndex t1) | |
| QvisualRect (QTableWidgetSc a) (QModelIndex t1) | |
| QvisualRect (QTableWidget ()) (QModelIndex t1) | |
| QvisualRect (QUndoViewSc a) (QModelIndex t1) | |
| QvisualRect (QUndoView ()) (QModelIndex t1) | |
| QvisualRect (QListWidgetSc a) (QModelIndex t1) | |
| QvisualRect (QListWidget ()) (QModelIndex t1) | |
| QvisualRect (QHeaderViewSc a) (QModelIndex t1) | |
| QvisualRect (QHeaderView ()) (QModelIndex t1) | |
| QvisualRect (QTableViewSc a) (QModelIndex t1) | |
| QvisualRect (QTableView ()) (QModelIndex t1) | |
| QvisualRect (QTreeViewSc a) (QModelIndex t1) | |
| QvisualRect (QTreeView ()) (QModelIndex t1) | |
| QvisualRect (QListViewSc a) (QModelIndex t1) | |
| QvisualRect (QListView ()) (QModelIndex t1) | |
| QvisualRect (QAbstractItemViewSc a) (QModelIndex t1) | |
| QvisualRect (QAbstractItemView ()) (QModelIndex t1) |
class QqvisualRect a b where Source
Methods
qvisualRect :: a -> b -> IO (QRect ()) Source
Instances
| QqvisualRect (QTreeWidgetSc a) (QModelIndex t1) | |
| QqvisualRect (QTreeWidget ()) (QModelIndex t1) | |
| QqvisualRect (QTableWidgetSc a) (QModelIndex t1) | |
| QqvisualRect (QTableWidget ()) (QModelIndex t1) | |
| QqvisualRect (QUndoViewSc a) (QModelIndex t1) | |
| QqvisualRect (QUndoView ()) (QModelIndex t1) | |
| QqvisualRect (QListWidgetSc a) (QModelIndex t1) | |
| QqvisualRect (QListWidget ()) (QModelIndex t1) | |
| QqvisualRect (QHeaderViewSc a) (QModelIndex t1) | |
| QqvisualRect (QHeaderView ()) (QModelIndex t1) | |
| QqvisualRect (QTableViewSc a) (QModelIndex t1) | |
| QqvisualRect (QTableView ()) (QModelIndex t1) | |
| QqvisualRect (QTreeViewSc a) (QModelIndex t1) | |
| QqvisualRect (QTreeView ()) (QModelIndex t1) | |
| QqvisualRect (QListViewSc a) (QModelIndex t1) | |
| QqvisualRect (QListView ()) (QModelIndex t1) | |
| QqvisualRect (QAbstractItemViewSc a) (QModelIndex t1) | |
| QqvisualRect (QAbstractItemView ()) (QModelIndex t1) |
class QvisualRegionForSelection a b where Source
Methods
visualRegionForSelection :: a -> b -> IO (QRegion ()) Source
Instances
class QwhatsThis a b where Source
Instances
| QwhatsThis (QShortcut a) () | |
| QwhatsThis (QAction a) () | |
| QwhatsThis (QStandardItem a) () | |
| QwhatsThis (QTreeWidgetItem a) Int | |
| QwhatsThis (QListWidgetItem a) () | |
| QwhatsThis (QTableWidgetItem a) () | |
| QwhatsThis (QWidget a) () |
class Qwidget a b where Source
Instances
| Qwidget (QDockWidget a) () | |
| Qwidget (QTabWidget a) Int | |
| Qwidget (QFocusFrame a) () | |
| Qwidget (QCompleter a) () | |
| Qwidget (QSpacerItemSc a) () | |
| Qwidget (QSpacerItem ()) () | |
| Qwidget (QStackedLayoutSc a) Int | |
| Qwidget (QStackedLayoutSc a) () | |
| Qwidget (QStackedLayout ()) Int | |
| Qwidget (QStackedLayout ()) () | |
| Qwidget (QGridLayoutSc a) () | |
| Qwidget (QGridLayout ()) () | |
| Qwidget (QSplitter a) Int | |
| Qwidget (QStackedWidget a) Int | |
| Qwidget (QToolBox a) Int | |
| Qwidget (QHBoxLayoutSc a) () | |
| Qwidget (QHBoxLayout ()) () | |
| Qwidget (QVBoxLayoutSc a) () | |
| Qwidget (QVBoxLayout ()) () | |
| Qwidget (QScrollArea a) () | |
| Qwidget (QBoxLayoutSc a) () | |
| Qwidget (QBoxLayout ()) () | |
| Qwidget (QLayoutSc a) () | |
| Qwidget (QLayout ()) () | |
| Qwidget (QGraphicsSceneEvent a) () |
class QwidgetEvent a b where Source
Methods
widgetEvent :: a -> b -> IO () Source
Instances
| QwidgetEvent (QStackedLayoutSc a) (QEvent t1) | |
| QwidgetEvent (QStackedLayout ()) (QEvent t1) | |
| QwidgetEvent (QGridLayoutSc a) (QEvent t1) | |
| QwidgetEvent (QGridLayout ()) (QEvent t1) | |
| QwidgetEvent (QHBoxLayoutSc a) (QEvent t1) | |
| QwidgetEvent (QHBoxLayout ()) (QEvent t1) | |
| QwidgetEvent (QVBoxLayoutSc a) (QEvent t1) | |
| QwidgetEvent (QVBoxLayout ()) (QEvent t1) | |
| QwidgetEvent (QBoxLayoutSc a) (QEvent t1) | |
| QwidgetEvent (QBoxLayout ()) (QEvent t1) | |
| QwidgetEvent (QLayoutSc a) (QEvent t1) | |
| QwidgetEvent (QLayout ()) (QEvent t1) |
class QxHeight a b c | a -> c where Source
Instances
| QxHeight (QFontMetricsF a) () (IO Double) | |
| QxHeight (QFontMetrics a) () (IO Int) |
class QzValue a b where Source
Instances
| QzValue (QGraphicsTextItem a) () | |
| QzValue (QGraphicsItem a) () |