Documentation
class QqActionTrUtf8 x1 where #
qActionTrUtf8 :: x1 -> IO String #
Instances
QqActionTrUtf8 String # | |
Defined in Qtc.Widgets.QAction qActionTrUtf8 :: String -> IO String # | |
QqActionTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QAction qActionTrUtf8 :: (String, String) -> IO String # | |
QqActionTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QAction qActionTrUtf8 :: (String, String, Int) -> IO String # |
Instances
QqAction () # | |
Defined in Qtc.Widgets.QAction | |
QqAction String # | |
Defined in Qtc.Widgets.QAction | |
QqAction (QObject t1) # | |
Defined in Qtc.Widgets.QAction | |
QqAction (String, QObject t2) # | |
Defined in Qtc.Widgets.QAction | |
QqAction (QIcon t1, String) # | |
Defined in Qtc.Widgets.QAction | |
QqAction (QIcon t1, String, QObject t3) # | |
associatedGraphicsWidgets :: QAction a -> () -> IO [QGraphicsWidget ()] #
associatedWidgets :: QAction a -> () -> IO [QWidget ()] #
isIconVisibleInMenu :: QAction a -> () -> IO Bool #
isShortcutVisibleInContextMenu :: QAction a -> () -> IO Bool #
setActionGroup :: QAction a -> QActionGroup t1 -> IO () #
setIconText :: QAction a -> String -> IO () #
setIconVisibleInMenu :: QAction a -> Bool -> IO () #
setMenuRole :: QAction a -> MenuRole -> IO () #
setSeparator :: QAction a -> Bool -> IO () #
setShortcutContext :: QAction a -> ShortcutContext -> IO () #
setShortcutVisibleInContextMenu :: QAction a -> Bool -> IO () #
class QsetShortcuts x1 where #
setShortcuts :: QAction a -> x1 -> IO () #
Instances
QsetShortcuts StandardKey # | |
Defined in Qtc.Widgets.QAction setShortcuts :: QAction a -> StandardKey -> IO () # | |
QsetShortcuts [QKeySequence t1] # | |
Defined in Qtc.Widgets.QAction setShortcuts :: QAction a -> [QKeySequence t1] -> IO () # |
shortcutContext :: QAction a -> () -> IO ShortcutContext #
shortcuts :: QAction a -> () -> IO [QKeySequence ()] #
class QshowStatusText x1 where #
showStatusText :: QAction a -> x1 -> IO Bool #
Instances
QshowStatusText () # | |
Defined in Qtc.Widgets.QAction showStatusText :: QAction a -> () -> IO Bool # | |
QshowStatusText (QWidget t1) # | |
Defined in Qtc.Widgets.QAction showStatusText :: QAction a -> QWidget t1 -> IO Bool # |
qAction_delete :: QAction a -> IO () #
qAction_deleteLater :: QAction a -> IO () #