public class QWidgetFactory: QtSupport, System.IDisposable
System.Object
QtSupport
QWidgetFactoryThis type implements System.IDisposable.
Qt Namespace
QWidgetFactory Constructors
QWidgetFactory() Constructor
QWidgetFactory(void *) Constructor
QWidgetFactory Methods
QWidgetFactory.AddWidgetFactory Method
QWidgetFactory.Create(System.String, Qt.QObject, Qt.QWidget, System.String) Method
QWidgetFactory.Create(Qt.QIODevice, Qt.QObject, Qt.QWidget, System.String) Method
QWidgetFactory.Create(System.String) Method
QWidgetFactory.Create(System.String, Qt.QObject) Method
QWidgetFactory.Create(System.String, Qt.QObject, Qt.QWidget) Method
QWidgetFactory.Create(Qt.QIODevice) Method
QWidgetFactory.Create(Qt.QIODevice, Qt.QObject) Method
QWidgetFactory.Create(Qt.QIODevice, Qt.QObject, Qt.QWidget) Method
QWidgetFactory.CreateWidget Method
QWidgetFactory.Finalize Method
QWidgetFactory.LoadImages Method
public void QWidgetFactory();
Qt.QWidgetFactory Class, Qt Namespace
public void QWidgetFactory(void * ptr);
Qt.QWidgetFactory Class, Qt Namespace
public static void AddWidgetFactory(Qt.QWidgetFactory factory);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(System.String uiFile, Qt.QObject connector, Qt.QWidget parent, System.String name);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(Qt.QIODevice dev, Qt.QObject connector, Qt.QWidget parent, System.String name);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(System.String uiFile);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(System.String uiFile, Qt.QObject connector);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(System.String uiFile, Qt.QObject connector, Qt.QWidget parent);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(Qt.QIODevice dev);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(Qt.QIODevice dev, Qt.QObject connector);
Qt.QWidgetFactory Class, Qt Namespace
public static Qt.QWidget Create(Qt.QIODevice dev, Qt.QObject connector, Qt.QWidget parent);
Qt.QWidgetFactory Class, Qt Namespace
public Qt.QWidget CreateWidget(System.String className, Qt.QWidget parent, System.String name);
Qt.QWidgetFactory Class, Qt Namespace
protected override void Finalize();
Qt.QWidgetFactory Class, Qt Namespace
public static void LoadImages(System.String dir);
Qt.QWidgetFactory Class, Qt Namespace