Qtc.Widgets.QApplication

Contents

Documentation

qApplicationExec :: () -> IO Int #

class QqApplicationTrUtf8 x1 where #

Methods

qApplicationTrUtf8 :: x1 -> IO String #

Instances
QqApplicationTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationTrUtf8 :: String -> IO String #

QqApplicationTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

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

QqApplicationTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

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

class QqApplicationAlert x1 where #

Methods

qApplicationAlert :: x1 -> IO () #

Instances
QqApplicationAlert (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationAlert :: QWidget t1 -> IO () #

QqApplicationAlert (QWidget t1, Int) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationAlert :: (QWidget t1, Int) -> IO () #

class QqApplicationFont x1 where #

Methods

qApplicationFont :: x1 -> IO (QFont ()) #

Instances
QqApplicationFont () # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationFont :: () -> IO (QFont ()) #

QqApplicationFont String # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationFont :: String -> IO (QFont ()) #

QqApplicationFont (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationFont :: QWidget t1 -> IO (QFont ()) #

class QqApplicationPalette x1 where #

Methods

qApplicationPalette :: x1 -> IO (QPalette ()) #

Instances
QqApplicationPalette () # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationPalette :: () -> IO (QPalette ()) #

QqApplicationPalette String # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationPalette :: String -> IO (QPalette ()) #

QqApplicationPalette (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationPalette :: QWidget t1 -> IO (QPalette ()) #

class QqApplicationSetFont x1 where #

Methods

qApplicationSetFont :: x1 -> IO () #

Instances
QqApplicationSetFont (QFont t1) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationSetFont :: QFont t1 -> IO () #

QqApplicationSetFont (QFont t1, String) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationSetFont :: (QFont t1, String) -> IO () #

class QqApplicationSetPalette x1 where #

Methods

qApplicationSetPalette :: x1 -> IO () #

Instances
QqApplicationSetPalette (QPalette t1) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationSetPalette :: QPalette t1 -> IO () #

QqApplicationSetPalette (QPalette t1, String) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationSetPalette :: (QPalette t1, String) -> IO () #

class QqApplicationSetStyle x1 xr | x1 -> xr where #

Methods

qApplicationSetStyle :: x1 -> xr #

Instances
QqApplicationSetStyle String (IO (QStyle ())) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationSetStyle :: String -> IO (QStyle ()) #

QqApplicationSetStyle (QStyle t1) (IO ()) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationSetStyle :: QStyle t1 -> IO () #

qApplicationStyle :: () -> IO (QStyle ()) #

class QqApplicationTopLevelAt x1 where #

Methods

qApplicationTopLevelAt :: x1 -> IO (QWidget ()) #

Instances
QqApplicationTopLevelAt Point # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationTopLevelAt :: Point -> IO (QWidget ()) #

QqApplicationTopLevelAt (Int, Int) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationTopLevelAt :: (Int, Int) -> IO (QWidget ()) #

qApplicationWindowIcon :: () -> IO (QIcon ()) #

qApplicationAboutQt :: () -> IO () #

class QautoSipEnabled x0 x1 where #

Methods

autoSipEnabled :: x0 -> x1 -> IO Bool #

Instances
QautoSipEnabled (QApplication ()) () # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

autoSipEnabled :: QApplication () -> () -> IO Bool #

QautoSipEnabled (QApplicationSc a) () # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

autoSipEnabled :: QApplicationSc a -> () -> IO Bool #

qApplicationBeep :: () -> IO () #

qApplicationColorSpec :: () -> IO Int #

class QsetAutoSipEnabled x0 x1 where #

Methods

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

Instances
QsetAutoSipEnabled (QApplication ()) Bool # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

setAutoSipEnabled :: QApplication () -> Bool -> IO () #

QsetAutoSipEnabled (QApplicationSc a) Bool # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

setAutoSipEnabled :: QApplicationSc a -> Bool -> IO () #

qApplicationSetColorSpec :: Int -> IO () #

class QqApplicationSetEffectEnabled x1 where #

Methods

qApplicationSetEffectEnabled :: x1 -> IO () #

Instances
QqApplicationSetEffectEnabled UIEffect # 
Instance details

Defined in Qtc.Widgets.QApplication

QqApplicationSetEffectEnabled (UIEffect, Bool) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationSetEffectEnabled :: (UIEffect, Bool) -> IO () #

class QqApplicationWidgetAt x1 where #

Methods

qApplicationWidgetAt :: x1 -> IO (QWidget ()) #

Instances
QqApplicationWidgetAt Point # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationWidgetAt :: Point -> IO (QWidget ()) #

QqApplicationWidgetAt (Int, Int) # 
Instance details

Defined in Qtc.Widgets.QApplication

Methods

qApplicationWidgetAt :: (Int, Int) -> IO (QWidget ()) #

Orphan instances

QstyleSheet (QApplication a) () # 
Instance details

Methods

styleSheet :: QApplication a -> () -> IO String #

QsetStyleSheet (QApplication ()) String # 
Instance details

Methods

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

QsetStyleSheet (QApplicationSc a) String # 
Instance details

Methods

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

QsenderSignalIndex (QApplication ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QApplicationSc a) () # 
Instance details

Methods

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

Qsender (QApplication ()) () # 
Instance details

Methods

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

Qsender (QApplicationSc a) () # 
Instance details

Methods

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

Qreceivers (QApplication ()) String # 
Instance details

Methods

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

Qreceivers (QApplicationSc a) String # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QdevicePixelRatio (QApplication ()) () (IO Double) # 
Instance details

Methods

devicePixelRatio :: QApplication () -> () -> IO Double #

QdevicePixelRatio (QApplicationSc a) () (IO Double) # 
Instance details

Methods

devicePixelRatio :: QApplicationSc a -> () -> IO Double #

QuserMethod (QApplication ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qnotify (QApplication ()) (QObject t1, QEvent t2) # 
Instance details

Methods

notify :: QApplication () -> (QObject t1, QEvent t2) -> IO Bool #

Qnotify (QApplicationSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

notify :: QApplicationSc a -> (QObject t1, QEvent t2) -> IO Bool #

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

Methods

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

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

Methods

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