Qt.QWidgetFactory Class

public class QWidgetFactory: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QWidgetFactory

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QWidgetFactory() Constructor

public void QWidgetFactory();

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory(void *) Constructor

public void QWidgetFactory(void * ptr);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.AddWidgetFactory Method

public static void AddWidgetFactory(Qt.QWidgetFactory factory);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(System.String, Qt.QObject, Qt.QWidget, System.String) Method

public static Qt.QWidget Create(System.String uiFile, Qt.QObject connector, Qt.QWidget parent, System.String name);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(Qt.QIODevice, Qt.QObject, Qt.QWidget, System.String) Method

public static Qt.QWidget Create(Qt.QIODevice dev, Qt.QObject connector, Qt.QWidget parent, System.String name);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(System.String) Method

public static Qt.QWidget Create(System.String uiFile);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(System.String, Qt.QObject) Method

public static Qt.QWidget Create(System.String uiFile, Qt.QObject connector);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(System.String, Qt.QObject, Qt.QWidget) Method

public static Qt.QWidget Create(System.String uiFile, Qt.QObject connector, Qt.QWidget parent);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(Qt.QIODevice) Method

public static Qt.QWidget Create(Qt.QIODevice dev);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(Qt.QIODevice, Qt.QObject) Method

public static Qt.QWidget Create(Qt.QIODevice dev, Qt.QObject connector);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Create(Qt.QIODevice, Qt.QObject, Qt.QWidget) Method

public static Qt.QWidget Create(Qt.QIODevice dev, Qt.QObject connector, Qt.QWidget parent);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.CreateWidget Method

public Qt.QWidget CreateWidget(System.String className, Qt.QWidget parent, System.String name);

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.Finalize Method

protected override void Finalize();

See Also

Qt.QWidgetFactory Class, Qt Namespace

QWidgetFactory.LoadImages Method

public static void LoadImages(System.String dir);

See Also

Qt.QWidgetFactory Class, Qt Namespace