| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Gui.QMessageBox
Description
Documentation
class QqMessageBox x1 where Source
Methods
qMessageBox :: x1 -> IO (QMessageBox ()) Source
Instances
| QqMessageBox () | |
| QqMessageBox (QWidget t1) | |
| QqMessageBox (Icon, String, String) | |
| QqMessageBox (Icon, String, String, QMessageBoxStandardButtons) | |
| QqMessageBox (Icon, String, String, QMessageBoxStandardButtons, QWidget t5) | |
| QqMessageBox (String, String, Icon, Int, Int, Int) | |
| QqMessageBox (Icon, String, String, QMessageBoxStandardButtons, QWidget t5, WindowFlags) | |
| QqMessageBox (String, String, Icon, Int, Int, Int, QWidget t7) | |
| QqMessageBox (String, String, Icon, Int, Int, Int, QWidget t7, WindowFlags) |
class QqMessageBoxAboutQt x1 where Source
Methods
qMessageBoxAboutQt :: x1 -> IO () Source
Instances
| QqMessageBoxAboutQt (QWidget t1) | |
| QqMessageBoxAboutQt (QWidget t1, String) |
clickedButton :: QMessageBox a -> () -> IO (QAbstractButton ()) Source
class QqMessageBoxCritical x1 xr where Source
Methods
qMessageBoxCritical :: x1 -> xr Source
Instances
| QqMessageBoxCritical (QWidget t1, String, String) (IO QMessageBoxStandardButton) | |
| QqMessageBoxCritical (QWidget t1, String, String, QMessageBoxStandardButtons) (IO QMessageBoxStandardButton) | |
| QqMessageBoxCritical (QWidget t1, String, String, String) (IO Int) | |
| QqMessageBoxCritical (QWidget t1, String, String, QMessageBoxStandardButtons, QMessageBoxStandardButton) (IO QMessageBoxStandardButton) | |
| QqMessageBoxCritical (QWidget t1, String, String, String, String) (IO Int) | |
| QqMessageBoxCritical (QWidget t1, String, String, QMessageBoxStandardButton, QMessageBoxStandardButton) (IO Int) | |
| QqMessageBoxCritical (QWidget t1, String, String, Int, Int) (IO Int) | |
| QqMessageBoxCritical (QWidget t1, String, String, String, String, String) (IO Int) | |
| QqMessageBoxCritical (QWidget t1, String, String, Int, Int, Int) (IO Int) | |
| QqMessageBoxCritical (QWidget t1, String, String, String, String, String, Int) (IO Int) | |
| QqMessageBoxCritical (QWidget t1, String, String, String, String, String, Int, Int) (IO Int) |
defaultButton :: QMessageBox a -> () -> IO (QPushButton ()) Source
detailedText :: QMessageBox a -> () -> IO String Source
escapeButton :: QMessageBox a -> () -> IO (QAbstractButton ()) Source
class QiconPixmap x0 x1 where Source
Methods
iconPixmap :: x0 -> x1 -> IO (QPixmap ()) Source
Instances
| QiconPixmap (QMessageBoxSc a) () | |
| QiconPixmap (QMessageBox ()) () |
class QiconPixmap_nf x0 x1 where Source
Methods
iconPixmap_nf :: x0 -> x1 -> IO (QPixmap ()) Source
Instances
| QiconPixmap_nf (QMessageBoxSc a) () | |
| QiconPixmap_nf (QMessageBox ()) () |
class QqMessageBoxInformation x1 xr where Source
Methods
qMessageBoxInformation :: x1 -> xr Source
Instances
informativeText :: QMessageBox a -> () -> IO String Source
class QqMessageBoxQuestion x1 xr where Source
Methods
qMessageBoxQuestion :: x1 -> xr Source
Instances
setButtonText :: QMessageBox a -> (Int, String) -> IO () Source
class QsetDefaultButton x1 where Source
Methods
setDefaultButton :: QMessageBox a -> x1 -> IO () Source
setDetailedText :: QMessageBox a -> String -> IO () Source
class QsetEscapeButton x1 where Source
Methods
setEscapeButton :: QMessageBox a -> x1 -> IO () Source
setIconPixmap :: QMessageBox a -> QPixmap t1 -> IO () Source
setInformativeText :: QMessageBox a -> String -> IO () Source
qMessageBoxStandardIcon :: Icon -> IO (QPixmap ()) Source
qMessageBoxStandardIcon_nf :: Icon -> IO (QPixmap ()) Source
class QqMessageBoxWarning x1 xr where Source
Methods
qMessageBoxWarning :: x1 -> xr Source
Instances
| QqMessageBoxWarning (QWidget t1, String, String) (IO QMessageBoxStandardButton) | |
| QqMessageBoxWarning (QWidget t1, String, String, QMessageBoxStandardButtons) (IO QMessageBoxStandardButton) | |
| QqMessageBoxWarning (QWidget t1, String, String, String) (IO Int) | |
| QqMessageBoxWarning (QWidget t1, String, String, QMessageBoxStandardButtons, QMessageBoxStandardButton) (IO QMessageBoxStandardButton) | |
| QqMessageBoxWarning (QWidget t1, String, String, String, String) (IO Int) | |
| QqMessageBoxWarning (QWidget t1, String, String, QMessageBoxStandardButton, QMessageBoxStandardButton) (IO Int) | |
| QqMessageBoxWarning (QWidget t1, String, String, Int, Int) (IO Int) | |
| QqMessageBoxWarning (QWidget t1, String, String, String, String, String) (IO Int) | |
| QqMessageBoxWarning (QWidget t1, String, String, Int, Int, Int) (IO Int) | |
| QqMessageBoxWarning (QWidget t1, String, String, String, String, String, Int) (IO Int) | |
| QqMessageBoxWarning (QWidget t1, String, String, String, String, String, Int, Int) (IO Int) |
qMessageBox_delete :: QMessageBox a -> IO () Source
qMessageBox_deleteLater :: QMessageBox a -> IO () Source