Documentation
class QqDesignerFormWindowManagerInterfaceTrUtf8 x1 where #
qDesignerFormWindowManagerInterfaceTrUtf8 :: x1 -> IO String #
Instances
QqDesignerFormWindowManagerInterfaceTrUtf8 String # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface qDesignerFormWindowManagerInterfaceTrUtf8 :: String -> IO String # | |
QqDesignerFormWindowManagerInterfaceTrUtf8 (String, String) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface qDesignerFormWindowManagerInterfaceTrUtf8 :: (String, String) -> IO String # | |
QqDesignerFormWindowManagerInterfaceTrUtf8 (String, String, Int) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface qDesignerFormWindowManagerInterfaceTrUtf8 :: (String, String, Int) -> IO String # |
class QqDesignerFormWindowManagerInterface x1 where #
qDesignerFormWindowManagerInterface :: x1 -> IO (QDesignerFormWindowManagerInterface ()) #
Instances
actionAdjustSize :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionBreakLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionCopy :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionCut :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionDelete :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionFormLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionGridLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionHorizontalLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionLower :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionPaste :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionRaise :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionRedo :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSelectAll :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSimplifyLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSplitHorizontal :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSplitVertical :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionUndo :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionVerticalLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
class QactiveFormWindow x0 x1 where #
activeFormWindow :: x0 -> x1 -> IO (QDesignerFormWindowInterface ()) #
Instances
QactiveFormWindow (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface activeFormWindow :: QDesignerFormWindowManagerInterface () -> () -> IO (QDesignerFormWindowInterface ()) # | |
QactiveFormWindow (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface activeFormWindow :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO (QDesignerFormWindowInterface ()) # |
class QaddFormWindow x0 x1 where #
addFormWindow :: x0 -> x1 -> IO () #
Instances
class QcloseAllPreviews x0 x1 where #
closeAllPreviews :: x0 -> x1 -> IO () #
Instances
QcloseAllPreviews (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface closeAllPreviews :: QDesignerFormWindowManagerInterface () -> () -> IO () # | |
QcloseAllPreviews (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface closeAllPreviews :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO () # |
class QcreateFormWindow x0 x1 where #
createFormWindow :: x0 -> x1 -> IO (QDesignerFormWindowInterface ()) #
Instances
class QcreatePreviewPixmap x0 x1 where #
createPreviewPixmap :: x0 -> x1 -> IO (QPixmap ()) #
Instances
QcreatePreviewPixmap (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface createPreviewPixmap :: QDesignerFormWindowManagerInterface () -> () -> IO (QPixmap ()) # | |
QcreatePreviewPixmap (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface createPreviewPixmap :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO (QPixmap ()) # |
class QdragItems x0 x1 where #
Instances
QdragItems (QDesignerFormWindowManagerInterface ()) [QDesignerDnDItemInterface t1] # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface dragItems :: QDesignerFormWindowManagerInterface () -> [QDesignerDnDItemInterface t1] -> IO () # | |
QdragItems (QDesignerFormWindowManagerInterfaceSc a) [QDesignerDnDItemInterface t1] # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface dragItems :: QDesignerFormWindowManagerInterfaceSc a -> [QDesignerDnDItemInterface t1] -> IO () # |
class QformWindowCount x0 x1 where #
formWindowCount :: x0 -> x1 -> IO Int #
Instances
QformWindowCount (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface formWindowCount :: QDesignerFormWindowManagerInterface () -> () -> IO Int # | |
QformWindowCount (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface formWindowCount :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO Int # |
class QremoveFormWindow x0 x1 where #
removeFormWindow :: x0 -> x1 -> IO () #
Instances
class QsetActiveFormWindow x0 x1 where #
setActiveFormWindow :: x0 -> x1 -> IO () #
Instances
class QshowPluginDialog x0 x1 where #
showPluginDialog :: x0 -> x1 -> IO () #
Instances
QshowPluginDialog (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface showPluginDialog :: QDesignerFormWindowManagerInterface () -> () -> IO () # | |
QshowPluginDialog (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface showPluginDialog :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO () # |
class QshowPreview x0 x1 where #
showPreview :: x0 -> x1 -> IO () #
Instances
QshowPreview (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface showPreview :: QDesignerFormWindowManagerInterface () -> () -> IO () # | |
QshowPreview (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface showPreview :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO () # |