Documentation
class QqFontDialogTrUtf8 x1 where #
qFontDialogTrUtf8 :: x1 -> IO String #
Instances
QqFontDialogTrUtf8 String # | |
Defined in Qtc.Widgets.QFontDialog qFontDialogTrUtf8 :: String -> IO String # | |
QqFontDialogTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialogTrUtf8 :: (String, String) -> IO String # | |
QqFontDialogTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialogTrUtf8 :: (String, String, Int) -> IO String # |
class QqFontDialog x1 where #
qFontDialog :: x1 -> IO (QFontDialog ()) #
Instances
QqFontDialog () # | |
Defined in Qtc.Widgets.QFontDialog qFontDialog :: () -> IO (QFontDialog ()) # | |
QqFontDialog (QWidget t1) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialog :: QWidget t1 -> IO (QFontDialog ()) # | |
QqFontDialog (QFont t1) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialog :: QFont t1 -> IO (QFontDialog ()) # | |
QqFontDialog (QFont t1, QWidget t2) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialog :: (QFont t1, QWidget t2) -> IO (QFontDialog ()) # |
class QqFontDialogGetFont x1 where #
qFontDialogGetFont :: x1 -> IO (QFont ()) #
Instances
QqFontDialogGetFont (QBoolPtr t1) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialogGetFont :: QBoolPtr t1 -> IO (QFont ()) # | |
QqFontDialogGetFont (QBoolPtr t1, QWidget t2) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialogGetFont :: (QBoolPtr t1, QWidget t2) -> IO (QFont ()) # | |
QqFontDialogGetFont (QBoolPtr t1, QFont t2) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialogGetFont :: (QBoolPtr t1, QFont t2) -> IO (QFont ()) # | |
QqFontDialogGetFont (QBoolPtr t1, QFont t2, QWidget t3) # | |
Defined in Qtc.Widgets.QFontDialog | |
QqFontDialogGetFont (QBoolPtr t1, QFont t2, QWidget t3, String) # | |
Defined in Qtc.Widgets.QFontDialog | |
QqFontDialogGetFont (QBoolPtr t1, QFont t2, QWidget t3, String, FontDialogOptions) # | |
Defined in Qtc.Widgets.QFontDialog qFontDialogGetFont :: (QBoolPtr t1, QFont t2, QWidget t3, String, FontDialogOptions) -> IO (QFont ()) # |
selectedFont :: QFontDialog a -> () -> IO (QFont ()) #
qFontDialog_delete :: QFontDialog a -> IO () #
qFontDialog_deleteLater :: QFontDialog a -> IO () #