25 static void initializeResources();
26 static void initializePlugins(QDesignerFormEditorInterface *core);
28 static QDesignerFormEditorInterface *createFormEditor(QObject *parent);
29 static QDesignerFormEditorInterface *
30 createFormEditorWithPluginPaths(
const QStringList &pluginPaths,
32 static QDesignerWidgetBoxInterface *createWidgetBox(QDesignerFormEditorInterface *core, QWidget *parent);
33 static QDesignerPropertyEditorInterface *createPropertyEditor(QDesignerFormEditorInterface *core, QWidget *parent);
34 static QDesignerObjectInspectorInterface *createObjectInspector(QDesignerFormEditorInterface *core, QWidget *parent);
35 static QDesignerActionEditorInterface *createActionEditor(QDesignerFormEditorInterface *core, QWidget *parent);
37 static QObject *createTaskMenu(QDesignerFormEditorInterface *core, QObject *parent);
38 static QWidget *createResourceEditor(QDesignerFormEditorInterface *core, QWidget *parent);
39 static QWidget *createSignalSlotEditor(QDesignerFormEditorInterface *core, QWidget *parent);
41 static QStringList defaultPluginPaths();