Qtc.Widgets.QMainWindow

Contents

Documentation

class QqMainWindowTrUtf8 x1 where #

Methods

qMainWindowTrUtf8 :: x1 -> IO String #

Instances
QqMainWindowTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

qMainWindowTrUtf8 :: String -> IO String #

QqMainWindowTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

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

QqMainWindowTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

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

class QqMainWindow x1 where #

Methods

qMainWindow :: x1 -> IO (QMainWindow ()) #

Instances
QqMainWindow () # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

qMainWindow :: () -> IO (QMainWindow ()) #

QqMainWindow (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

qMainWindow :: QWidget t1 -> IO (QMainWindow ()) #

QqMainWindow (QWidget t1, WindowFlags) # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

qMainWindow :: (QWidget t1, WindowFlags) -> IO (QMainWindow ()) #

class QaddDockWidget x1 where #

Methods

addDockWidget :: QMainWindow a -> x1 -> IO () #

class QaddToolBar x1 xr | x1 -> xr where #

Methods

addToolBar :: QMainWindow a -> x1 -> xr #

Instances
QaddToolBar String (IO (QToolBar ())) # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

addToolBar :: QMainWindow a -> String -> IO (QToolBar ()) #

QaddToolBar (QToolBar t1) (IO ()) # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

addToolBar :: QMainWindow a -> QToolBar t1 -> IO () #

QaddToolBar (ToolBarArea, QToolBar t2) (IO ()) # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

addToolBar :: QMainWindow a -> (ToolBarArea, QToolBar t2) -> IO () #

class QaddToolBarBreak x1 where #

Methods

addToolBarBreak :: QMainWindow a -> x1 -> IO () #

Instances
QaddToolBarBreak () # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

addToolBarBreak :: QMainWindow a -> () -> IO () #

QaddToolBarBreak ToolBarArea # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

addToolBarBreak :: QMainWindow a -> ToolBarArea -> IO () #

centralWidget :: QMainWindow a -> () -> IO (QWidget ()) #

class QcreatePopupMenu x0 x1 where #

Methods

createPopupMenu :: x0 -> x1 -> IO (QMenu ()) #

Instances
QcreatePopupMenu (QMainWindow ()) () # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

createPopupMenu :: QMainWindow () -> () -> IO (QMenu ()) #

QcreatePopupMenu (QMainWindowSc a) () # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

createPopupMenu :: QMainWindowSc a -> () -> IO (QMenu ()) #

insertToolBar :: QMainWindow a -> (QToolBar t1, QToolBar t2) -> IO () #

isDockNestingEnabled :: QMainWindow a -> () -> IO Bool #

qisSeparator :: QMainWindow a -> QPoint t1 -> IO Bool #

menuWidget :: QMainWindow a -> () -> IO (QWidget ()) #

removeToolBar :: QMainWindow a -> QToolBar t1 -> IO () #

resizeDocks :: QMainWindow a -> ([QDockWidget t1], [Int], Qt_Orientation) -> IO () #

class QsetDockNestingEnabled x0 x1 where #

Methods

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

Instances
QsetDockNestingEnabled (QMainWindow ()) Bool # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

setDockNestingEnabled :: QMainWindow () -> Bool -> IO () #

QsetDockNestingEnabled (QMainWindowSc a) Bool # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

setDockNestingEnabled :: QMainWindowSc a -> Bool -> IO () #

setMenuWidget :: QMainWindow a -> QWidget t1 -> IO () #

setStatusBar :: QMainWindow a -> QStatusBar t1 -> IO () #

class QsetUnifiedTitleAndToolBarOnMac x0 x1 where #

Methods

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

Instances
QsetUnifiedTitleAndToolBarOnMac (QMainWindow ()) Bool # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

setUnifiedTitleAndToolBarOnMac :: QMainWindow () -> Bool -> IO () #

QsetUnifiedTitleAndToolBarOnMac (QMainWindowSc a) Bool # 
Instance details

Defined in Qtc.Widgets.QMainWindow

Methods

setUnifiedTitleAndToolBarOnMac :: QMainWindowSc a -> Bool -> IO () #

statusBar :: QMainWindow a -> () -> IO (QStatusBar ()) #

takeCentralWidget :: QMainWindow a -> () -> IO (QWidget ()) #

toolBarBreak :: QMainWindow a -> QToolBar t1 -> IO Bool #

Orphan instances

QtoolButtonStyle (QMainWindow a) () # 
Instance details

QtabShape (QMainWindow a) () # 
Instance details

Methods

tabShape :: QMainWindow a -> () -> IO TabShape #

QtabPosition (QMainWindow a) DockWidgetArea # 
Instance details

QsetToolButtonStyle (QMainWindow a) ToolButtonStyle # 
Instance details

QsetTabShape (QMainWindow a) TabShape # 
Instance details

Methods

setTabShape :: QMainWindow a -> TabShape -> IO () #

QsetDocumentMode (QMainWindow a) Bool # 
Instance details

Methods

setDocumentMode :: QMainWindow a -> Bool -> IO () #

QsaveState (QMainWindow a) Int # 
Instance details

Methods

saveState :: QMainWindow a -> Int -> IO (QByteArray ()) #

QsaveState (QMainWindow a) () # 
Instance details

Methods

saveState :: QMainWindow a -> () -> IO (QByteArray ()) #

QisSeparator (QMainWindow a) Point # 
Instance details

Methods

isSeparator :: QMainWindow a -> Point -> IO Bool #

QqiconSize (QMainWindow a) () # 
Instance details

Methods

qiconSize :: QMainWindow a -> () -> IO (QSize ()) #

QiconSize (QMainWindow a) () # 
Instance details

Methods

iconSize :: QMainWindow a -> () -> IO Size #

QdocumentMode (QMainWindow a) () # 
Instance details

Methods

documentMode :: QMainWindow a -> () -> IO Bool #

QupdateMicroFocus (QMainWindow ()) () # 
Instance details

Methods

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

QupdateMicroFocus (QMainWindowSc a) () # 
Instance details

Methods

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

Qupdate (QMainWindow ()) () # 
Instance details

Methods

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

Qupdate (QMainWindowSc a) () # 
Instance details

Methods

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

QshowNormal (QMainWindow ()) () # 
Instance details

Methods

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

QshowNormal (QMainWindowSc a) () # 
Instance details

Methods

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

QshowMinimized (QMainWindow ()) () # 
Instance details

Methods

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

QshowMinimized (QMainWindowSc a) () # 
Instance details

Methods

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

QshowMaximized (QMainWindow ()) () # 
Instance details

Methods

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

QshowMaximized (QMainWindowSc a) () # 
Instance details

Methods

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

QshowFullScreen (QMainWindow ()) () # 
Instance details

Methods

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

QshowFullScreen (QMainWindowSc a) () # 
Instance details

Methods

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

Qqshow (QMainWindow ()) () # 
Instance details

Methods

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

Qqshow (QMainWindowSc a) () # 
Instance details

Methods

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

QsharedPainter (QMainWindow ()) () # 
Instance details

Methods

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

QsharedPainter (QMainWindowSc a) () # 
Instance details

Methods

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

QsetWindowTitle (QMainWindow ()) String # 
Instance details

Methods

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

QsetWindowTitle (QMainWindowSc a) String # 
Instance details

Methods

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

QsetWindowModified (QMainWindow ()) Bool # 
Instance details

Methods

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

QsetWindowModified (QMainWindowSc a) Bool # 
Instance details

Methods

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

QsetVisible (QMainWindow ()) Bool # 
Instance details

Methods

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

QsetVisible (QMainWindowSc a) Bool # 
Instance details

Methods

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

QsetStyleSheet (QMainWindow ()) String # 
Instance details

Methods

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

QsetStyleSheet (QMainWindowSc a) String # 
Instance details

Methods

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

QsetIconSize (QMainWindow a) Size # 
Instance details

Methods

setIconSize :: QMainWindow a -> Size -> IO () #

QsetHidden (QMainWindow ()) Bool # 
Instance details

Methods

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

QsetHidden (QMainWindowSc a) Bool # 
Instance details

Methods

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

QsetGeometry (QMainWindow ()) Rect # 
Instance details

Methods

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

QsetGeometry (QMainWindowSc a) Rect # 
Instance details

Methods

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

QsetEnabled (QMainWindow ()) Bool # 
Instance details

Methods

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

QsetEnabled (QMainWindowSc a) Bool # 
Instance details

Methods

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

QsetDisabled (QMainWindow ()) Bool # 
Instance details

Methods

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

QsetDisabled (QMainWindowSc a) Bool # 
Instance details

Methods

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

QsetAnimated (QMainWindow ()) Bool # 
Instance details

Methods

setAnimated :: QMainWindow () -> Bool -> IO () #

QsetAnimated (QMainWindowSc a) Bool # 
Instance details

Methods

setAnimated :: QMainWindowSc a -> Bool -> IO () #

QsenderSignalIndex (QMainWindow ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QMainWindowSc a) () # 
Instance details

Methods

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

Qsender (QMainWindow ()) () # 
Instance details

Methods

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

Qsender (QMainWindowSc a) () # 
Instance details

Methods

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

Qrepaint (QMainWindow ()) () # 
Instance details

Methods

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

Qrepaint (QMainWindowSc a) () # 
Instance details

Methods

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

Qreceivers (QMainWindow ()) String # 
Instance details

Methods

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

Qreceivers (QMainWindowSc a) String # 
Instance details

Methods

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

Qraise (QMainWindow ()) () # 
Instance details

Methods

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

Qraise (QMainWindowSc a) () # 
Instance details

Methods

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

QpaintEngine (QMainWindow ()) () # 
Instance details

Methods

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

QpaintEngine (QMainWindowSc a) () # 
Instance details

Methods

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

Qmove (QMainWindow ()) Point # 
Instance details

Methods

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

Qmove (QMainWindowSc a) Point # 
Instance details

Methods

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

QqminimumSizeHint (QMainWindow ()) () # 
Instance details

Methods

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

QqminimumSizeHint (QMainWindowSc a) () # 
Instance details

Methods

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

QminimumSizeHint (QMainWindow ()) () # 
Instance details

Methods

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

QminimumSizeHint (QMainWindowSc a) () # 
Instance details

Methods

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

Qmetric (QMainWindow ()) PaintDeviceMetric # 
Instance details

Methods

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

Qmetric (QMainWindowSc a) PaintDeviceMetric # 
Instance details

Methods

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

Qlower (QMainWindow ()) () # 
Instance details

Methods

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

Qlower (QMainWindowSc a) () # 
Instance details

Methods

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

QisEnabled (QMainWindow ()) () # 
Instance details

Methods

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

QisEnabled (QMainWindowSc a) () # 
Instance details

Methods

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

QisAnimated (QMainWindow a) () # 
Instance details

Methods

isAnimated :: QMainWindow a -> () -> IO Bool #

QinputMethodQuery (QMainWindow ()) InputMethodQuery # 
Instance details

QinputMethodQuery (QMainWindowSc a) InputMethodQuery # 
Instance details

Qhide (QMainWindow ()) () # 
Instance details

Methods

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

Qhide (QMainWindowSc a) () # 
Instance details

Methods

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

QhasHeightForWidth (QMainWindow ()) () # 
Instance details

Methods

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

QhasHeightForWidth (QMainWindowSc a) () # 
Instance details

Methods

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

Qfont (QMainWindow ()) () # 
Instance details

Methods

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

Qfont (QMainWindowSc a) () # 
Instance details

Methods

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

QfocusPreviousChild (QMainWindow ()) () # 
Instance details

Methods

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

QfocusPreviousChild (QMainWindowSc a) () # 
Instance details

Methods

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

QfocusNextPrevChild (QMainWindow ()) Bool # 
Instance details

Methods

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

QfocusNextPrevChild (QMainWindowSc a) Bool # 
Instance details

Methods

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

QfocusNextChild (QMainWindow ()) () # 
Instance details

Methods

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

QfocusNextChild (QMainWindowSc a) () # 
Instance details

Methods

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

QdevType (QMainWindow ()) () # 
Instance details

Methods

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

QdevType (QMainWindowSc a) () # 
Instance details

Methods

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

Qdestroy (QMainWindow ()) Bool # 
Instance details

Methods

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

Qdestroy (QMainWindow ()) () # 
Instance details

Methods

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

Qdestroy (QMainWindowSc a) Bool # 
Instance details

Methods

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

Qdestroy (QMainWindowSc a) () # 
Instance details

Methods

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

QcolorCount (QMainWindow ()) () # 
Instance details

Methods

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

QcolorCount (QMainWindowSc a) () # 
Instance details

Methods

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

QmenuBar (QMainWindow a) () (IO (QMenuBar ())) # 
Instance details

Methods

menuBar :: QMainWindow a -> () -> IO (QMenuBar ()) #

Qcorner (QMainWindow a) Corner (IO DockWidgetArea) # 
Instance details

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetFocus (QMainWindow ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qcreate (QMainWindow ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QMainWindow ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QtoolBarArea (QMainWindow a) (QToolBar t1) # 
Instance details

Methods

toolBarArea :: QMainWindow a -> QToolBar t1 -> IO ToolBarArea #

QsetMenuBar (QMainWindow a) (QMenuBar t1) # 
Instance details

Methods

setMenuBar :: QMainWindow a -> QMenuBar t1 -> IO () #

QrestoreState (QMainWindow a) (QByteArray t1) # 
Instance details

Methods

restoreState :: QMainWindow a -> QByteArray t1 -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QqsetIconSize (QMainWindow a) (QSize t1) # 
Instance details

Methods

qsetIconSize :: QMainWindow a -> QSize t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetTabPosition (QMainWindow a) (DockWidgetAreas, QTabWidget_TabPosition) # 
Instance details

QsetCorner (QMainWindow a) (Corner, DockWidgetArea) # 
Instance details

Methods

setCorner :: QMainWindow a -> (Corner, DockWidgetArea) -> IO () #

QrestoreState (QMainWindow a) (QByteArray t1, Int) # 
Instance details

Methods

restoreState :: QMainWindow a -> (QByteArray t1, Int) -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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