java.lang.Object
io.qt.QtObject
io.qt.designer.QAbstractFormBuilder
io.qt.designer.QFormBuilder
- All Implemented Interfaces:
QtObjectInterface
Used to dynamically construct user interfaces from UI files at run-time
Java wrapper for Qt's class QFormBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addPluginPath
(String pluginPath) final void
protected QLayout
createLayout
(String layoutName, QObject parent, String name) protected QWidget
createWidget
(String widgetName, QWidget parentWidget, String name) final QStringList
final void
setPluginPath
(Collection<String> pluginPaths) protected void
protected static QWidget
widgetByName
(QWidget topLevel, String name) Methods inherited from class io.qt.designer.QAbstractFormBuilder
addMenuAction, applyPropertyInternally, checkProperty, createAction, createActionGroup, errorString, load, load, reset, save, setWorkingDirectory, toolBarAreaMetaEnum, workingDirectory
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QFormBuilder
public QFormBuilder() -
QFormBuilder
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addPluginPath
-
clearPluginPaths
-
customWidgets
-
pluginPaths
-
setPluginPath
-
createLayout
- Overrides:
createLayout
in classQAbstractFormBuilder
-
createWidget
- Overrides:
createWidget
in classQAbstractFormBuilder
-
updateCustomWidgets
-
widgetByName
-