Documentation
class QqWebEngineProfileTrUtf8 x1 where #
qWebEngineProfileTrUtf8 :: x1 -> IO String #
Instances
QqWebEngineProfileTrUtf8 String # | |
Defined in Qtc.Webenginewidgets.QWebEngineProfile qWebEngineProfileTrUtf8 :: String -> IO String # | |
QqWebEngineProfileTrUtf8 (String, String) # | |
Defined in Qtc.Webenginewidgets.QWebEngineProfile qWebEngineProfileTrUtf8 :: (String, String) -> IO String # | |
QqWebEngineProfileTrUtf8 (String, String, Int) # | |
Defined in Qtc.Webenginewidgets.QWebEngineProfile qWebEngineProfileTrUtf8 :: (String, String, Int) -> IO String # |
qWebEngineProfileDefaultProfile :: () -> IO (QWebEngineProfile ()) #
class QqWebEngineProfile x1 where #
qWebEngineProfile :: x1 -> IO (QWebEngineProfile ()) #
Instances
QqWebEngineProfile () # | |
Defined in Qtc.Webenginewidgets.QWebEngineProfile qWebEngineProfile :: () -> IO (QWebEngineProfile ()) # | |
QqWebEngineProfile String # | |
Defined in Qtc.Webenginewidgets.QWebEngineProfile qWebEngineProfile :: String -> IO (QWebEngineProfile ()) # | |
QqWebEngineProfile (QObject t1) # | |
Defined in Qtc.Webenginewidgets.QWebEngineProfile qWebEngineProfile :: QObject t1 -> IO (QWebEngineProfile ()) # | |
QqWebEngineProfile (String, QObject t2) # | |
Defined in Qtc.Webenginewidgets.QWebEngineProfile qWebEngineProfile :: (String, QObject t2) -> IO (QWebEngineProfile ()) # |
clearAllVisitedLinks :: QWebEngineProfile a -> () -> IO () #
clearVisitedLinks :: QWebEngineProfile a -> [QUrl t1] -> IO () #
visitedLinksContainsUrl :: QWebEngineProfile a -> QUrl t1 -> IO Bool #
qWebEngineProfile_delete :: QWebEngineProfile a -> IO () #
qWebEngineProfile_deleteLater :: QWebEngineProfile a -> IO () #