Documentation
qStandardPathsDisplayName :: StandardLocation -> IO String #
qStandardPathsEnableTestMode :: Bool -> IO () #
class QqStandardPathsFindExecutable x1 where #
qStandardPathsFindExecutable :: x1 -> IO String #
Instances
QqStandardPathsFindExecutable String # | |
Defined in Qtc.Core.QStandardPaths qStandardPathsFindExecutable :: String -> IO String # | |
QqStandardPathsFindExecutable (String, [String]) # | |
Defined in Qtc.Core.QStandardPaths qStandardPathsFindExecutable :: (String, [String]) -> IO String # |
qStandardPathsIsTestModeEnabled :: () -> IO Bool #
class QqStandardPathsLocate x1 where #
qStandardPathsLocate :: x1 -> IO String #
Instances
QqStandardPathsLocate (StandardLocation, String) # | |
Defined in Qtc.Core.QStandardPaths qStandardPathsLocate :: (StandardLocation, String) -> IO String # | |
QqStandardPathsLocate (StandardLocation, String, LocateOptions) # | |
Defined in Qtc.Core.QStandardPaths qStandardPathsLocate :: (StandardLocation, String, LocateOptions) -> IO String # |
class QqStandardPathsLocateAll x1 where #
qStandardPathsLocateAll :: x1 -> IO [String] #
Instances
QqStandardPathsLocateAll (StandardLocation, String) # | |
Defined in Qtc.Core.QStandardPaths qStandardPathsLocateAll :: (StandardLocation, String) -> IO [String] # | |
QqStandardPathsLocateAll (StandardLocation, String, LocateOptions) # | |
Defined in Qtc.Core.QStandardPaths qStandardPathsLocateAll :: (StandardLocation, String, LocateOptions) -> IO [String] # |
qStandardPathsSetTestModeEnabled :: Bool -> IO () #
qStandardPathsStandardLocations :: StandardLocation -> IO [String] #
qStandardPathsWritableLocation :: StandardLocation -> IO String #