Qtc.Widgets.QLabel

Contents

Documentation

class QsetNum x0 x1 where #

Methods

setNum :: x0 -> x1 -> IO () #

Instances
QsetNum (QLabel ()) Double # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setNum :: QLabel () -> Double -> IO () #

QsetNum (QLabel ()) Int # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setNum :: QLabel () -> Int -> IO () #

QsetNum (QLabelSc a) Int # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setNum :: QLabelSc a -> Int -> IO () #

QsetNum (QLabelSc a) Double # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setNum :: QLabelSc a -> Double -> IO () #

class QqLabelTrUtf8 x1 where #

Methods

qLabelTrUtf8 :: x1 -> IO String #

Instances
QqLabelTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabelTrUtf8 :: String -> IO String #

QqLabelTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabelTrUtf8 :: (String, String) -> IO String #

QqLabelTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabelTrUtf8 :: (String, String, Int) -> IO String #

class QqLabel x1 where #

Methods

qLabel :: x1 -> IO (QLabel ()) #

Instances
QqLabel () # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabel :: () -> IO (QLabel ()) #

QqLabel String # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabel :: String -> IO (QLabel ()) #

QqLabel (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabel :: QWidget t1 -> IO (QLabel ()) #

QqLabel (String, QWidget t2) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabel :: (String, QWidget t2) -> IO (QLabel ()) #

QqLabel (QWidget t1, WindowFlags) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabel :: (QWidget t1, WindowFlags) -> IO (QLabel ()) #

QqLabel (String, QWidget t2, WindowFlags) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

qLabel :: (String, QWidget t2, WindowFlags) -> IO (QLabel ()) #

hasScaledContents :: QLabel a -> () -> IO Bool #

movie :: QLabel a -> () -> IO (QMovie ()) #

picture :: QLabel a -> () -> IO (QPicture ()) #

setBuddy :: QLabel a -> QWidget t1 -> IO () #

class QsetMovie x0 x1 where #

Methods

setMovie :: x0 -> x1 -> IO () #

Instances
QsetMovie (QLabel ()) (QMovie t1) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setMovie :: QLabel () -> QMovie t1 -> IO () #

QsetMovie (QLabelSc a) (QMovie t1) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setMovie :: QLabelSc a -> QMovie t1 -> IO () #

class QsetPicture x0 x1 where #

Methods

setPicture :: x0 -> x1 -> IO () #

Instances
QsetPicture (QLabel ()) (QPicture t1) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setPicture :: QLabel () -> QPicture t1 -> IO () #

QsetPicture (QLabelSc a) (QPicture t1) # 
Instance details

Defined in Qtc.Widgets.QLabel

Methods

setPicture :: QLabelSc a -> QPicture t1 -> IO () #

setScaledContents :: QLabel a -> Bool -> IO () #

qLabel_delete :: QLabel a -> IO () #

Orphan instances

QwordWrap (QLabel a) () # 
Instance details

Methods

wordWrap :: QLabel a -> () -> IO Bool #

QtextInteractionFlags (QLabel a) () # 
Instance details

QsetWordWrap (QLabel a) Bool # 
Instance details

Methods

setWordWrap :: QLabel a -> Bool -> IO () #

QsetTextInteractionFlags (QLabel a) TextInteractionFlags # 
Instance details

QsetOpenExternalLinks (QLabel a) Bool # 
Instance details

Methods

setOpenExternalLinks :: QLabel a -> Bool -> IO () #

QopenExternalLinks (QLabel a) () # 
Instance details

Methods

openExternalLinks :: QLabel a -> () -> IO Bool #

QupdateMicroFocus (QLabel ()) () # 
Instance details

Methods

updateMicroFocus :: QLabel () -> () -> IO () #

QupdateMicroFocus (QLabelSc a) () # 
Instance details

Methods

updateMicroFocus :: QLabelSc a -> () -> IO () #

Qupdate (QLabel ()) () # 
Instance details

Methods

update :: QLabel () -> () -> IO () #

Qupdate (QLabelSc a) () # 
Instance details

Methods

update :: QLabelSc a -> () -> IO () #

QtextFormat (QLabel a) () # 
Instance details

Methods

textFormat :: QLabel a -> () -> IO Qt_TextFormat #

QshowNormal (QLabel ()) () # 
Instance details

Methods

showNormal :: QLabel () -> () -> IO () #

QshowNormal (QLabelSc a) () # 
Instance details

Methods

showNormal :: QLabelSc a -> () -> IO () #

QshowMinimized (QLabel ()) () # 
Instance details

Methods

showMinimized :: QLabel () -> () -> IO () #

QshowMinimized (QLabelSc a) () # 
Instance details

Methods

showMinimized :: QLabelSc a -> () -> IO () #

QshowMaximized (QLabel ()) () # 
Instance details

Methods

showMaximized :: QLabel () -> () -> IO () #

QshowMaximized (QLabelSc a) () # 
Instance details

Methods

showMaximized :: QLabelSc a -> () -> IO () #

QshowFullScreen (QLabel ()) () # 
Instance details

Methods

showFullScreen :: QLabel () -> () -> IO () #

QshowFullScreen (QLabelSc a) () # 
Instance details

Methods

showFullScreen :: QLabelSc a -> () -> IO () #

Qqshow (QLabel ()) () # 
Instance details

Methods

qshow :: QLabel () -> () -> IO () #

Qqshow (QLabelSc a) () # 
Instance details

Methods

qshow :: QLabelSc a -> () -> IO () #

QsharedPainter (QLabel ()) () # 
Instance details

Methods

sharedPainter :: QLabel () -> () -> IO (QPainter ()) #

QsharedPainter (QLabelSc a) () # 
Instance details

Methods

sharedPainter :: QLabelSc a -> () -> IO (QPainter ()) #

QsetWindowTitle (QLabel ()) String # 
Instance details

Methods

setWindowTitle :: QLabel () -> String -> IO () #

QsetWindowTitle (QLabelSc a) String # 
Instance details

Methods

setWindowTitle :: QLabelSc a -> String -> IO () #

QsetWindowModified (QLabel ()) Bool # 
Instance details

Methods

setWindowModified :: QLabel () -> Bool -> IO () #

QsetWindowModified (QLabelSc a) Bool # 
Instance details

Methods

setWindowModified :: QLabelSc a -> Bool -> IO () #

QsetVisible (QLabel ()) Bool # 
Instance details

Methods

setVisible :: QLabel () -> Bool -> IO () #

QsetVisible (QLabelSc a) Bool # 
Instance details

Methods

setVisible :: QLabelSc a -> Bool -> IO () #

QsetTextFormat (QLabel a) Qt_TextFormat # 
Instance details

Methods

setTextFormat :: QLabel a -> Qt_TextFormat -> IO () #

QsetText (QLabel ()) String # 
Instance details

Methods

setText :: QLabel () -> String -> IO () #

QsetText (QLabelSc a) String # 
Instance details

Methods

setText :: QLabelSc a -> String -> IO () #

QsetStyleSheet (QLabel ()) String # 
Instance details

Methods

setStyleSheet :: QLabel () -> String -> IO () #

QsetStyleSheet (QLabelSc a) String # 
Instance details

Methods

setStyleSheet :: QLabelSc a -> String -> IO () #

QsetMargin (QLabel a) Int # 
Instance details

Methods

setMargin :: QLabel a -> Int -> IO () #

QsetIndent (QLabel a) Int # 
Instance details

Methods

setIndent :: QLabel a -> Int -> IO () #

QsetHidden (QLabel ()) Bool # 
Instance details

Methods

setHidden :: QLabel () -> Bool -> IO () #

QsetHidden (QLabelSc a) Bool # 
Instance details

Methods

setHidden :: QLabelSc a -> Bool -> IO () #

QsetGeometry (QLabel ()) Rect # 
Instance details

Methods

setGeometry :: QLabel () -> Rect -> IO () #

QsetGeometry (QLabelSc a) Rect # 
Instance details

Methods

setGeometry :: QLabelSc a -> Rect -> IO () #

QsetEnabled (QLabel ()) Bool # 
Instance details

Methods

setEnabled :: QLabel () -> Bool -> IO () #

QsetEnabled (QLabelSc a) Bool # 
Instance details

Methods

setEnabled :: QLabelSc a -> Bool -> IO () #

QsetDisabled (QLabel ()) Bool # 
Instance details

Methods

setDisabled :: QLabel () -> Bool -> IO () #

QsetDisabled (QLabelSc a) Bool # 
Instance details

Methods

setDisabled :: QLabelSc a -> Bool -> IO () #

QsenderSignalIndex (QLabel ()) () # 
Instance details

Methods

senderSignalIndex :: QLabel () -> () -> IO Int #

QsenderSignalIndex (QLabelSc a) () # 
Instance details

Methods

senderSignalIndex :: QLabelSc a -> () -> IO Int #

Qsender (QLabel ()) () # 
Instance details

Methods

sender :: QLabel () -> () -> IO (QObject ()) #

Qsender (QLabelSc a) () # 
Instance details

Methods

sender :: QLabelSc a -> () -> IO (QObject ()) #

QselectionStart (QLabel a) () # 
Instance details

Methods

selectionStart :: QLabel a -> () -> IO Int #

QselectedText (QLabel a) () # 
Instance details

Methods

selectedText :: QLabel a -> () -> IO String #

Qrepaint (QLabel ()) () # 
Instance details

Methods

repaint :: QLabel () -> () -> IO () #

Qrepaint (QLabelSc a) () # 
Instance details

Methods

repaint :: QLabelSc a -> () -> IO () #

Qreceivers (QLabel ()) String # 
Instance details

Methods

receivers :: QLabel () -> String -> IO Int #

Qreceivers (QLabelSc a) String # 
Instance details

Methods

receivers :: QLabelSc a -> String -> IO Int #

Qraise (QLabel ()) () # 
Instance details

Methods

raise :: QLabel () -> () -> IO () #

Qraise (QLabelSc a) () # 
Instance details

Methods

raise :: QLabelSc a -> () -> IO () #

Qpixmap (QLabel a) () # 
Instance details

Methods

pixmap :: QLabel a -> () -> IO (QPixmap ()) #

QpaintEngine (QLabel ()) () # 
Instance details

Methods

paintEngine :: QLabel () -> () -> IO (QPaintEngine ()) #

QpaintEngine (QLabelSc a) () # 
Instance details

Methods

paintEngine :: QLabelSc a -> () -> IO (QPaintEngine ()) #

Qmove (QLabel ()) Point # 
Instance details

Methods

move :: QLabel () -> Point -> IO () #

Qmove (QLabelSc a) Point # 
Instance details

Methods

move :: QLabelSc a -> Point -> IO () #

QqminimumSizeHint (QLabel ()) () # 
Instance details

Methods

qminimumSizeHint :: QLabel () -> () -> IO (QSize ()) #

QqminimumSizeHint (QLabelSc a) () # 
Instance details

Methods

qminimumSizeHint :: QLabelSc a -> () -> IO (QSize ()) #

QminimumSizeHint (QLabel ()) () # 
Instance details

Methods

minimumSizeHint :: QLabel () -> () -> IO Size #

QminimumSizeHint (QLabelSc a) () # 
Instance details

Methods

minimumSizeHint :: QLabelSc a -> () -> IO Size #

Qmetric (QLabel ()) PaintDeviceMetric # 
Instance details

Methods

metric :: QLabel () -> PaintDeviceMetric -> IO Int #

Qmetric (QLabelSc a) PaintDeviceMetric # 
Instance details

Methods

metric :: QLabelSc a -> PaintDeviceMetric -> IO Int #

Qlower (QLabel ()) () # 
Instance details

Methods

lower :: QLabel () -> () -> IO () #

Qlower (QLabelSc a) () # 
Instance details

Methods

lower :: QLabelSc a -> () -> IO () #

QisEnabled (QLabel ()) () # 
Instance details

Methods

isEnabled :: QLabel () -> () -> IO Bool #

QisEnabled (QLabelSc a) () # 
Instance details

Methods

isEnabled :: QLabelSc a -> () -> IO Bool #

QinputMethodQuery (QLabel ()) InputMethodQuery # 
Instance details

QinputMethodQuery (QLabelSc a) InputMethodQuery # 
Instance details

Qhide (QLabel ()) () # 
Instance details

Methods

hide :: QLabel () -> () -> IO () #

Qhide (QLabelSc a) () # 
Instance details

Methods

hide :: QLabelSc a -> () -> IO () #

QhasSelectedText (QLabel a) () # 
Instance details

Methods

hasSelectedText :: QLabel a -> () -> IO Bool #

QhasHeightForWidth (QLabel ()) () # 
Instance details

Methods

hasHeightForWidth :: QLabel () -> () -> IO Bool #

QhasHeightForWidth (QLabelSc a) () # 
Instance details

Methods

hasHeightForWidth :: QLabelSc a -> () -> IO Bool #

Qfont (QLabel ()) () # 
Instance details

Methods

font :: QLabel () -> () -> IO (QFont ()) #

Qfont (QLabelSc a) () # 
Instance details

Methods

font :: QLabelSc a -> () -> IO (QFont ()) #

QfocusPreviousChild (QLabel ()) () # 
Instance details

Methods

focusPreviousChild :: QLabel () -> () -> IO Bool #

QfocusPreviousChild (QLabelSc a) () # 
Instance details

Methods

focusPreviousChild :: QLabelSc a -> () -> IO Bool #

QfocusNextPrevChild (QLabel ()) Bool # 
Instance details

Methods

focusNextPrevChild :: QLabel () -> Bool -> IO Bool #

QfocusNextPrevChild (QLabelSc a) Bool # 
Instance details

Methods

focusNextPrevChild :: QLabelSc a -> Bool -> IO Bool #

QfocusNextChild (QLabel ()) () # 
Instance details

Methods

focusNextChild :: QLabel () -> () -> IO Bool #

QfocusNextChild (QLabelSc a) () # 
Instance details

Methods

focusNextChild :: QLabelSc a -> () -> IO Bool #

QdevType (QLabel ()) () # 
Instance details

Methods

devType :: QLabel () -> () -> IO Int #

QdevType (QLabelSc a) () # 
Instance details

Methods

devType :: QLabelSc a -> () -> IO Int #

Qdestroy (QLabel ()) Bool # 
Instance details

Methods

destroy :: QLabel () -> Bool -> IO () #

Qdestroy (QLabel ()) () # 
Instance details

Methods

destroy :: QLabel () -> () -> IO () #

Qdestroy (QLabelSc a) Bool # 
Instance details

Methods

destroy :: QLabelSc a -> Bool -> IO () #

Qdestroy (QLabelSc a) () # 
Instance details

Methods

destroy :: QLabelSc a -> () -> IO () #

QcolorCount (QLabel ()) () # 
Instance details

Methods

colorCount :: QLabel () -> () -> IO Int #

QcolorCount (QLabelSc a) () # 
Instance details

Methods

colorCount :: QLabelSc a -> () -> IO Int #

Qqwidth (QLabel ()) () (IO Int) # 
Instance details

Methods

qwidth :: QLabel () -> () -> IO Int #

Qqwidth (QLabelSc a) () (IO Int) # 
Instance details

Methods

qwidth :: QLabelSc a -> () -> IO Int #

Qtext (QLabel a) () (IO String) # 
Instance details

Methods

text :: QLabel a -> () -> IO String #

QqsizeHint (QLabel ()) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QLabel () -> () -> IO (QSize ()) #

QqsizeHint (QLabelSc a) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QLabelSc a -> () -> IO (QSize ()) #

QsizeHint (QLabel ()) () (IO Size) # 
Instance details

Methods

sizeHint :: QLabel () -> () -> IO Size #

QsizeHint (QLabelSc a) () (IO Size) # 
Instance details

Methods

sizeHint :: QLabelSc a -> () -> IO Size #

QsetFocus (QLabel ()) () (IO ()) # 
Instance details

Methods

setFocus :: QLabel () -> () -> IO () #

QsetFocus (QLabelSc a) () (IO ()) # 
Instance details

Methods

setFocus :: QLabelSc a -> () -> IO () #

QsetAlignment (QLabel ()) Qt_Alignment (IO ()) # 
Instance details

Methods

setAlignment :: QLabel () -> Qt_Alignment -> IO () #

QsetAlignment (QLabelSc a) Qt_Alignment (IO ()) # 
Instance details

Methods

setAlignment :: QLabelSc a -> Qt_Alignment -> IO () #

Qresize (QLabel ()) Size (IO ()) # 
Instance details

Methods

resize :: QLabel () -> Size -> IO () #

Qresize (QLabelSc a) Size (IO ()) # 
Instance details

Methods

resize :: QLabelSc a -> Size -> IO () #

Qproperty (QLabel ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QLabel () -> String -> IO (QVariant ()) #

Qproperty (QLabelSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QLabelSc a -> String -> IO (QVariant ()) #

Qparent (QLabel ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QLabel () -> () -> IO (QObject ()) #

Qparent (QLabelSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QLabelSc a -> () -> IO (QObject ()) #

Qmargin (QLabel a) () (IO Int) # 
Instance details

Methods

margin :: QLabel a -> () -> IO Int #

Qindent (QLabel a) () (IO Int) # 
Instance details

Methods

indent :: QLabel a -> () -> IO Int #

QheightForWidth (QLabel ()) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QLabel () -> Int -> IO Int #

QheightForWidth (QLabelSc a) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QLabelSc a -> Int -> IO Int #

Qqheight (QLabel ()) () (IO Int) # 
Instance details

Methods

qheight :: QLabel () -> () -> IO Int #

Qqheight (QLabelSc a) () (IO Int) # 
Instance details

Methods

qheight :: QLabelSc a -> () -> IO Int #

QdevicePixelRatio (QLabel ()) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QLabel () -> () -> IO Int #

QdevicePixelRatio (QLabelSc a) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QLabelSc a -> () -> IO Int #

Qdepth (QLabel ()) () (IO Int) # 
Instance details

Methods

depth :: QLabel () -> () -> IO Int #

Qdepth (QLabelSc a) () (IO Int) # 
Instance details

Methods

depth :: QLabelSc a -> () -> IO Int #

Qcursor (QLabel ()) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QLabel () -> () -> IO (QCursor ()) #

Qcursor (QLabelSc a) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QLabelSc a -> () -> IO (QCursor ()) #

Qcreate (QLabel ()) Int (IO ()) # 
Instance details

Methods

create :: QLabel () -> Int -> IO () #

Qcreate (QLabel ()) () (IO ()) # 
Instance details

Methods

create :: QLabel () -> () -> IO () #

Qcreate (QLabelSc a) Int (IO ()) # 
Instance details

Methods

create :: QLabelSc a -> Int -> IO () #

Qcreate (QLabelSc a) () (IO ()) # 
Instance details

Methods

create :: QLabelSc a -> () -> IO () #

Qclose (QLabel ()) () (IO Bool) # 
Instance details

Methods

close :: QLabel () -> () -> IO Bool #

Qclose (QLabelSc a) () (IO Bool) # 
Instance details

Methods

close :: QLabelSc a -> () -> IO Bool #

Qclear (QLabel ()) () (IO ()) # 
Instance details

Methods

clear :: QLabel () -> () -> IO () #

Qclear (QLabelSc a) () (IO ()) # 
Instance details

Methods

clear :: QLabelSc a -> () -> IO () #

Qbuddy (QLabel a) () (IO (QWidget ())) # 
Instance details

Methods

buddy :: QLabel a -> () -> IO (QWidget ()) #

Qalignment (QLabel a) () (IO Qt_Alignment) # 
Instance details

Methods

alignment :: QLabel a -> () -> IO Qt_Alignment #

QuserMethod (QLabel ()) () (IO ()) # 
Instance details

Methods

userMethod :: QLabel () -> Int -> () -> IO () #

QuserMethod (QLabelSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QLabelSc a -> Int -> () -> IO () #

QwheelEvent (QLabel ()) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QLabel () -> QWheelEvent t1 -> IO () #

QwheelEvent (QLabelSc a) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QLabelSc a -> QWheelEvent t1 -> IO () #

QtimerEvent (QLabel ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QLabel () -> QTimerEvent t1 -> IO () #

QtimerEvent (QLabelSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QLabelSc a -> QTimerEvent t1 -> IO () #

QtabletEvent (QLabel ()) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QLabel () -> QTabletEvent t1 -> IO () #

QtabletEvent (QLabelSc a) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QLabelSc a -> QTabletEvent t1 -> IO () #

QshowEvent (QLabel ()) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QLabel () -> QShowEvent t1 -> IO () #

QshowEvent (QLabelSc a) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QLabelSc a -> QShowEvent t1 -> IO () #

QsetPixmap (QLabel ()) (QPixmap t1) # 
Instance details

Methods

setPixmap :: QLabel () -> QPixmap t1 -> IO () #

QsetPixmap (QLabelSc a) (QPixmap t1) # 
Instance details

Methods

setPixmap :: QLabelSc a -> QPixmap t1 -> IO () #

QqsetGeometry (QLabel ()) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QLabel () -> QRect t1 -> IO () #

QqsetGeometry (QLabelSc a) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QLabelSc a -> QRect t1 -> IO () #

QsetFont (QLabel ()) (QFont t1) # 
Instance details

Methods

setFont :: QLabel () -> QFont t1 -> IO () #

QsetFont (QLabelSc a) (QFont t1) # 
Instance details

Methods

setFont :: QLabelSc a -> QFont t1 -> IO () #

QsetCursor (QLabel ()) (QCursor t1) # 
Instance details

Methods

setCursor :: QLabel () -> QCursor t1 -> IO () #

QsetCursor (QLabelSc a) (QCursor t1) # 
Instance details

Methods

setCursor :: QLabelSc a -> QCursor t1 -> IO () #

QresizeEvent (QLabel ()) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QLabel () -> QResizeEvent t1 -> IO () #

QresizeEvent (QLabelSc a) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QLabelSc a -> QResizeEvent t1 -> IO () #

Qqresize (QLabel ()) (QSize t1) # 
Instance details

Methods

qresize :: QLabel () -> QSize t1 -> IO () #

Qqresize (QLabelSc a) (QSize t1) # 
Instance details

Methods

qresize :: QLabelSc a -> QSize t1 -> IO () #

Qredirected (QLabel ()) (QPoint t1) # 
Instance details

Methods

redirected :: QLabel () -> QPoint t1 -> IO (QPaintDevice ()) #

Qredirected (QLabelSc a) (QPoint t1) # 
Instance details

Methods

redirected :: QLabelSc a -> QPoint t1 -> IO (QPaintDevice ()) #

QpaintEvent (QLabel ()) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QLabel () -> QPaintEvent t1 -> IO () #

QpaintEvent (QLabelSc a) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QLabelSc a -> QPaintEvent t1 -> IO () #

QmoveEvent (QLabel ()) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QLabel () -> QMoveEvent t1 -> IO () #

QmoveEvent (QLabelSc a) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QLabelSc a -> QMoveEvent t1 -> IO () #

Qqmove (QLabel ()) (QPoint t1) # 
Instance details

Methods

qmove :: QLabel () -> QPoint t1 -> IO () #

Qqmove (QLabelSc a) (QPoint t1) # 
Instance details

Methods

qmove :: QLabelSc a -> QPoint t1 -> IO () #

QmouseReleaseEvent (QLabel ()) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QLabel () -> QMouseEvent t1 -> IO () #

QmouseReleaseEvent (QLabelSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QLabelSc a -> QMouseEvent t1 -> IO () #

QmousePressEvent (QLabel ()) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QLabel () -> QMouseEvent t1 -> IO () #

QmousePressEvent (QLabelSc a) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QLabelSc a -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QLabel ()) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QLabel () -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QLabelSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QLabelSc a -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QLabel ()) (QMouseEvent t1) # 
Instance details

Methods

mouseDoubleClickEvent :: QLabel () -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QLabelSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseDoubleClickEvent :: QLabelSc a -> QMouseEvent t1 -> IO () #

QleaveEvent (QLabel ()) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QLabel () -> QEvent t1 -> IO () #

QleaveEvent (QLabelSc a) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QLabelSc a -> QEvent t1 -> IO () #

QkeyReleaseEvent (QLabel ()) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QLabel () -> QKeyEvent t1 -> IO () #

QkeyReleaseEvent (QLabelSc a) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QLabelSc a -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QLabel ()) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QLabel () -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QLabelSc a) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QLabelSc a -> QKeyEvent t1 -> IO () #

QisSignalConnected (QLabel ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QLabel () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QLabelSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QLabelSc a -> QMetaMethod t1 -> IO Bool #

QinputMethodEvent (QLabel ()) (QInputMethodEvent t1) # 
Instance details

Methods

inputMethodEvent :: QLabel () -> QInputMethodEvent t1 -> IO () #

QinputMethodEvent (QLabelSc a) (QInputMethodEvent t1) # 
Instance details

Methods

inputMethodEvent :: QLabelSc a -> QInputMethodEvent t1 -> IO () #

QinitStyleOption (QLabel ()) (QStyleOptionFrame t1) # 
Instance details

Methods

initStyleOption :: QLabel () -> QStyleOptionFrame t1 -> IO () #

QinitStyleOption (QLabelSc a) (QStyleOptionFrame t1) # 
Instance details

Methods

initStyleOption :: QLabelSc a -> QStyleOptionFrame t1 -> IO () #

QinitPainter (QLabel ()) (QPainter t1) # 
Instance details

Methods

initPainter :: QLabel () -> QPainter t1 -> IO () #

QinitPainter (QLabelSc a) (QPainter t1) # 
Instance details

Methods

initPainter :: QLabelSc a -> QPainter t1 -> IO () #

QhideEvent (QLabel ()) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QLabel () -> QHideEvent t1 -> IO () #

QhideEvent (QLabelSc a) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QLabelSc a -> QHideEvent t1 -> IO () #

QfocusOutEvent (QLabel ()) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QLabel () -> QFocusEvent t1 -> IO () #

QfocusOutEvent (QLabelSc a) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QLabelSc a -> QFocusEvent t1 -> IO () #

QfocusInEvent (QLabel ()) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QLabel () -> QFocusEvent t1 -> IO () #

QfocusInEvent (QLabelSc a) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QLabelSc a -> QFocusEvent t1 -> IO () #

QenterEvent (QLabel ()) (QEvent t1) # 
Instance details

Methods

enterEvent :: QLabel () -> QEvent t1 -> IO () #

QenterEvent (QLabelSc a) (QEvent t1) # 
Instance details

Methods

enterEvent :: QLabelSc a -> QEvent t1 -> IO () #

QdropEvent (QLabel ()) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QLabel () -> QDropEvent t1 -> IO () #

QdropEvent (QLabelSc a) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QLabelSc a -> QDropEvent t1 -> IO () #

QdrawFrame (QLabel ()) (QPainter t1) # 
Instance details

Methods

drawFrame :: QLabel () -> QPainter t1 -> IO () #

QdrawFrame (QLabelSc a) (QPainter t1) # 
Instance details

Methods

drawFrame :: QLabelSc a -> QPainter t1 -> IO () #

QdragMoveEvent (QLabel ()) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QLabel () -> QDragMoveEvent t1 -> IO () #

QdragMoveEvent (QLabelSc a) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QLabelSc a -> QDragMoveEvent t1 -> IO () #

QdragLeaveEvent (QLabel ()) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QLabel () -> QDragLeaveEvent t1 -> IO () #

QdragLeaveEvent (QLabelSc a) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QLabelSc a -> QDragLeaveEvent t1 -> IO () #

QdragEnterEvent (QLabel ()) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QLabel () -> QDragEnterEvent t1 -> IO () #

QdragEnterEvent (QLabelSc a) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QLabelSc a -> QDragEnterEvent t1 -> IO () #

QdisconnectNotify (QLabel ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QLabel () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QLabelSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QLabelSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QLabel ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QLabel () -> QEvent t1 -> IO () #

QcustomEvent (QLabelSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QLabelSc a -> QEvent t1 -> IO () #

QcontextMenuEvent (QLabel ()) (QContextMenuEvent t1) # 
Instance details

Methods

contextMenuEvent :: QLabel () -> QContextMenuEvent t1 -> IO () #

QcontextMenuEvent (QLabelSc a) (QContextMenuEvent t1) # 
Instance details

Methods

contextMenuEvent :: QLabelSc a -> QContextMenuEvent t1 -> IO () #

QconnectNotify (QLabel ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QLabel () -> QMetaMethod t1 -> IO () #

QconnectNotify (QLabelSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QLabelSc a -> QMetaMethod t1 -> IO () #

QcloseEvent (QLabel ()) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QLabel () -> QCloseEvent t1 -> IO () #

QcloseEvent (QLabelSc a) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QLabelSc a -> QCloseEvent t1 -> IO () #

QchildEvent (QLabel ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QLabel () -> QChildEvent t1 -> IO () #

QchildEvent (QLabelSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QLabelSc a -> QChildEvent t1 -> IO () #

QchangeEvent (QLabel ()) (QEvent t1) # 
Instance details

Methods

changeEvent :: QLabel () -> QEvent t1 -> IO () #

QchangeEvent (QLabelSc a) (QEvent t1) # 
Instance details

Methods

changeEvent :: QLabelSc a -> QEvent t1 -> IO () #

QactionEvent (QLabel ()) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QLabel () -> QActionEvent t1 -> IO () #

QactionEvent (QLabelSc a) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QLabelSc a -> QActionEvent t1 -> IO () #

Qevent (QLabel ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QLabel () -> QEvent t1 -> IO Bool #

Qevent (QLabelSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QLabelSc a -> QEvent t1 -> IO Bool #

QaddAction (QLabel ()) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QLabel () -> QAction t1 -> IO () #

QaddAction (QLabelSc a) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QLabelSc a -> QAction t1 -> IO () #

QuserMethod (QLabel ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QLabel () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QLabelSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QLabelSc a -> Int -> QVariant () -> IO (QVariant ()) #

QsetSelection (QLabel a) (Int, Int) # 
Instance details

Methods

setSelection :: QLabel a -> (Int, Int) -> IO () #

Qmove (QLabel ()) (Int, Int) # 
Instance details

Methods

move :: QLabel () -> (Int, Int) -> IO () #

Qmove (QLabelSc a) (Int, Int) # 
Instance details

Methods

move :: QLabelSc a -> (Int, Int) -> IO () #

QeventFilter (QLabel ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QLabel () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QLabelSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QLabelSc a -> (QObject t1, QEvent t2) -> IO Bool #

Qdestroy (QLabel ()) (Bool, Bool) # 
Instance details

Methods

destroy :: QLabel () -> (Bool, Bool) -> IO () #

Qdestroy (QLabelSc a) (Bool, Bool) # 
Instance details

Methods

destroy :: QLabelSc a -> (Bool, Bool) -> IO () #

Qresize (QLabel ()) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QLabel () -> (Int, Int) -> IO () #

Qresize (QLabelSc a) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QLabelSc a -> (Int, Int) -> IO () #

Qcreate (QLabel ()) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QLabel () -> (Int, Bool) -> IO () #

Qcreate (QLabelSc a) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QLabelSc a -> (Int, Bool) -> IO () #

QnativeEvent (QLabel ()) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QLabel () -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

QnativeEvent (QLabelSc a) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QLabelSc a -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

Qcreate (QLabel ()) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QLabel () -> (Int, Bool, Bool) -> IO () #

Qcreate (QLabelSc a) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QLabelSc a -> (Int, Bool, Bool) -> IO () #

QsetGeometry (QLabel ()) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QLabel () -> (Int, Int, Int, Int) -> IO () #

QsetGeometry (QLabelSc a) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QLabelSc a -> (Int, Int, Int, Int) -> IO () #