Documentation
class QqColorDialogTrUtf8 x1 where #
qColorDialogTrUtf8 :: x1 -> IO String #
Instances
QqColorDialogTrUtf8 String # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogTrUtf8 :: String -> IO String # | |
QqColorDialogTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogTrUtf8 :: (String, String) -> IO String # | |
QqColorDialogTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogTrUtf8 :: (String, String, Int) -> IO String # |
class QqColorDialog x1 where #
qColorDialog :: x1 -> IO (QColorDialog ()) #
Instances
QqColorDialog () # | |
Defined in Qtc.Widgets.QColorDialog qColorDialog :: () -> IO (QColorDialog ()) # | |
QqColorDialog (QWidget t1) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialog :: QWidget t1 -> IO (QColorDialog ()) # | |
QqColorDialog (QColor t1) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialog :: QColor t1 -> IO (QColorDialog ()) # | |
QqColorDialog (QColor t1, QWidget t2) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialog :: (QColor t1, QWidget t2) -> IO (QColorDialog ()) # |
currentColor :: QColorDialog a -> () -> IO (QColor ()) #
qColorDialogCustomColor :: Int -> IO (QColor ()) #
qColorDialogCustomCount :: () -> IO Int #
class QqColorDialogGetColor x1 where #
qColorDialogGetColor :: x1 -> IO (QColor ()) #
Instances
QqColorDialogGetColor () # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetColor :: () -> IO (QColor ()) # | |
QqColorDialogGetColor (QColor t1) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetColor :: QColor t1 -> IO (QColor ()) # | |
QqColorDialogGetColor (QColor t1, QWidget t2) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetColor :: (QColor t1, QWidget t2) -> IO (QColor ()) # | |
QqColorDialogGetColor (QColor t1, QWidget t2, String) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetColor :: (QColor t1, QWidget t2, String) -> IO (QColor ()) # | |
QqColorDialogGetColor (QColor t1, QWidget t2, String, ColorDialogOptions) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetColor :: (QColor t1, QWidget t2, String, ColorDialogOptions) -> IO (QColor ()) # |
class QqColorDialogGetRgba x1 where #
qColorDialogGetRgba :: x1 -> IO Int #
Instances
QqColorDialogGetRgba Int # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetRgba :: Int -> IO Int # | |
QqColorDialogGetRgba () # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetRgba :: () -> IO Int # | |
QqColorDialogGetRgba (Int, QBoolPtr t2) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetRgba :: (Int, QBoolPtr t2) -> IO Int # | |
QqColorDialogGetRgba (Int, QBoolPtr t2, QWidget t3) # | |
Defined in Qtc.Widgets.QColorDialog qColorDialogGetRgba :: (Int, QBoolPtr t2, QWidget t3) -> IO Int # |
selectedColor :: QColorDialog a -> () -> IO (QColor ()) #
setCurrentColor :: QColorDialog a -> QColor t1 -> IO () #
qColorDialogSetCustomColor :: (Int, QColor t2) -> IO () #
qColorDialogSetStandardColor :: (Int, QColor t2) -> IO () #
qColorDialogStandardColor :: Int -> IO (QColor ()) #
qColorDialog_delete :: QColorDialog a -> IO () #
qColorDialog_deleteLater :: QColorDialog a -> IO () #