Documentation
qGuiApplicationExec :: () -> IO Int #
qGuiApplicationIsRightToLeft :: () -> IO Bool #
qGuiApplicationSync :: () -> IO () #
class QqGuiApplicationTrUtf8 x1 where #
qGuiApplicationTrUtf8 :: x1 -> IO String #
Instances
QqGuiApplicationTrUtf8 String # | |
Defined in Qtc.Gui.QGuiApplication qGuiApplicationTrUtf8 :: String -> IO String # | |
QqGuiApplicationTrUtf8 (String, String) # | |
Defined in Qtc.Gui.QGuiApplication qGuiApplicationTrUtf8 :: (String, String) -> IO String # | |
QqGuiApplicationTrUtf8 (String, String, Int) # | |
Defined in Qtc.Gui.QGuiApplication qGuiApplicationTrUtf8 :: (String, String, Int) -> IO String # |
qGuiApplicationAllWindows :: () -> IO (QVoid ()) #
qGuiApplicationApplicationDisplayName :: () -> IO String #
qGuiApplicationApplicationState :: () -> IO ApplicationState #
qGuiApplicationChangeOverrideCursor :: QCursor t1 -> IO () #
qGuiApplicationClipboard :: () -> IO (QClipboard ()) #
qGuiApplicationDesktopFileName :: () -> IO String #
qGuiApplicationDesktopSettingsAware :: () -> IO Bool #
qGuiApplicationFocusObject :: () -> IO (QObject ()) #
qGuiApplicationFocusWindow :: () -> IO (QWindow ()) #
qGuiApplicationFont :: () -> IO (QFont ()) #
qGuiApplicationInputMethod :: () -> IO (QInputMethod ()) #
qGuiApplicationIsFallbackSessionManagementEnabled :: () -> IO Bool #
qGuiApplicationIsLeftToRight :: () -> IO Bool #
isSavingSession :: QGuiApplication a -> () -> IO Bool #
isSessionRestored :: QGuiApplication a -> () -> IO Bool #
qGuiApplicationKeyboardModifiers :: () -> IO KeyboardModifiers #
qGuiApplicationLayoutDirection :: () -> IO LayoutDirection #
qGuiApplicationModalWindow :: () -> IO (QWindow ()) #
qGuiApplicationMouseButtons :: () -> IO MouseButtons #
qGuiApplicationOverrideCursor :: () -> IO (QCursor ()) #
qGuiApplicationPalette :: () -> IO (QPalette ()) #
qGuiApplicationPlatformFunction :: QByteArray t1 -> IO (QVoid ()) #
qGuiApplicationPlatformName :: () -> IO String #
qGuiApplicationPlatformNativeInterface :: () -> IO (QPlatformNativeInterface ()) #
qGuiApplicationPrimaryScreen :: () -> IO (QScreen ()) #
qGuiApplicationQueryKeyboardModifiers :: () -> IO KeyboardModifiers #
qGuiApplicationQuitOnLastWindowClosed :: () -> IO Bool #
qGuiApplicationRestoreOverrideCursor :: () -> IO () #
qGuiApplicationScreenAt :: Point -> IO (QScreen ()) #
qqGuiApplicationScreenAt :: QPoint t1 -> IO (QScreen ()) #
qGuiApplicationScreens :: () -> IO [QScreen ()] #
qGuiApplicationSetApplicationDisplayName :: String -> IO () #
qGuiApplicationSetDesktopFileName :: String -> IO () #
qGuiApplicationSetDesktopSettingsAware :: Bool -> IO () #
qGuiApplicationSetFallbackSessionManagementEnabled :: Bool -> IO () #
qGuiApplicationSetFont :: QFont t1 -> IO () #
qGuiApplicationSetLayoutDirection :: LayoutDirection -> IO () #
qGuiApplicationSetOverrideCursor :: QCursor t1 -> IO () #
qGuiApplicationSetPalette :: QPalette t1 -> IO () #
qGuiApplicationSetQuitOnLastWindowClosed :: Bool -> IO () #
qGuiApplicationSetWindowIcon :: QIcon t1 -> IO () #
qGuiApplicationStyleHints :: () -> IO (QStyleHints ()) #
qGuiApplicationTopLevelAt :: Point -> IO (QWindow ()) #
qqGuiApplicationTopLevelAt :: QPoint t1 -> IO (QWindow ()) #
qGuiApplicationTopLevelWindows :: () -> IO (QVoid ()) #
qGuiApplicationWindowIcon :: () -> IO (QIcon ()) #
qGuiApplication_delete :: QGuiApplication a -> IO () #
qGuiApplication_deleteLater :: QGuiApplication a -> IO () #