- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerLanguageExtension.Impl
public interface QDesignerLanguageExtension extends QtObjectInterface
Java wrapper for Qt class QDesignerLanguageExtension
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerLanguageExtension.Impl
Implementor class for interfaceQDesignerLanguageExtension
-
Method Summary
-
Method Details
-
classNameOf
-
createFormWindowSettingsDialog
@QtUninvokable QDialog createFormWindowSettingsDialog(QDesignerFormWindowInterface formWindow, QWidget parentWidget) -
createPromotionDialog
Overloaded function for
createPromotionDialog(io.qt.designer.QDesignerFormEditorInterface, io.qt.widgets.QWidget)
withparentWidget = null
. -
createPromotionDialog
@QtUninvokable QDialog createPromotionDialog(QDesignerFormEditorInterface formEditor, QWidget parentWidget) -
createPromotionDialog
@QtUninvokable default QDialog createPromotionDialog(QDesignerFormEditorInterface formEditor, String promotableWidgetClassName, String[] promoteToClassName)Overloaded function for
createPromotionDialog(io.qt.designer.QDesignerFormEditorInterface, java.lang.String, java.lang.String[], io.qt.widgets.QWidget)
withparentWidget = null
. -
createPromotionDialog
@QtUninvokable QDialog createPromotionDialog(QDesignerFormEditorInterface formEditor, String promotableWidgetClassName, String[] promoteToClassName, QWidget parentWidget) -
createResourceBrowser
-
isLanguageResource
-
name
-
signalMatchesSlot
-
uiExtension
-
widgetBoxContents
-