Documentation
class QforceShow_h x0 x1 where #
forceShow_h :: x0 -> x1 -> IO () #
Instances
QforceShow_h (QProgressDialog ()) () # | |
Defined in Qtc.Widgets.QProgressDialog_h forceShow_h :: QProgressDialog () -> () -> IO () # | |
QforceShow_h (QProgressDialogSc a) () # | |
Defined in Qtc.Widgets.QProgressDialog_h forceShow_h :: QProgressDialogSc a -> () -> IO () # |
class QsetCancelButtonText_h x0 x1 where #
setCancelButtonText_h :: x0 -> x1 -> IO () #
Instances
QsetCancelButtonText_h (QProgressDialog ()) String # | |
Defined in Qtc.Widgets.QProgressDialog_h setCancelButtonText_h :: QProgressDialog () -> String -> IO () # | |
QsetCancelButtonText_h (QProgressDialogSc a) String # | |
Defined in Qtc.Widgets.QProgressDialog_h setCancelButtonText_h :: QProgressDialogSc a -> String -> IO () # |
class QsetLabelText_h x0 x1 where #
setLabelText_h :: x0 -> x1 -> IO () #
Instances
QsetLabelText_h (QProgressDialog ()) String # | |
Defined in Qtc.Widgets.QProgressDialog_h setLabelText_h :: QProgressDialog () -> String -> IO () # | |
QsetLabelText_h (QProgressDialogSc a) String # | |
Defined in Qtc.Widgets.QProgressDialog_h setLabelText_h :: QProgressDialogSc a -> String -> IO () # |
class QsetMinimumDuration_h x0 x1 where #
setMinimumDuration_h :: x0 -> x1 -> IO () #
Instances
QsetMinimumDuration_h (QProgressDialog ()) Int # | |
Defined in Qtc.Widgets.QProgressDialog_h setMinimumDuration_h :: QProgressDialog () -> Int -> IO () # | |
QsetMinimumDuration_h (QProgressDialogSc a) Int # | |
Defined in Qtc.Widgets.QProgressDialog_h setMinimumDuration_h :: QProgressDialogSc a -> Int -> IO () # |