Qt.QFrame Class

public class QFrame: QWidget, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QFrame Constructors

QFrame(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QFrame() Constructor
QFrame(Qt.QWidget) Constructor
QFrame(Qt.QWidget, System.String) Constructor
QFrame(void *) Constructor

QFrame Methods

QFrame.ContentsRect Method
QFrame.DrawContents Method
QFrame.DrawFrame Method
QFrame.Finalize Method
QFrame.FrameChanged Method
QFrame.FrameRect Method
QFrame.FrameShadow Method
QFrame.FrameShape Method
QFrame.FrameStyle Method
QFrame.FrameWidth Method
QFrame.LineShapesOk Method
QFrame.LineWidth Method
QFrame.Margin Method
QFrame.MidLineWidth Method
QFrame.SetFrameRect Method
QFrame.SetFrameShadow Method
QFrame.SetFrameShape Method
QFrame.SetFrameStyle Method
QFrame.SetLineWidth Method
QFrame.SetMargin Method
QFrame.SetMidLineWidth Method
QFrame.SizeHint Method


QFrame(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

public void QFrame(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QFrame Class, Qt Namespace

QFrame() Constructor

public void QFrame();

See Also

Qt.QFrame Class, Qt Namespace

QFrame(Qt.QWidget) Constructor

public void QFrame(Qt.QWidget parent);

See Also

Qt.QFrame Class, Qt Namespace

QFrame(Qt.QWidget, System.String) Constructor

public void QFrame(Qt.QWidget parent, System.String name);

See Also

Qt.QFrame Class, Qt Namespace

QFrame(void *) Constructor

public void QFrame(void * ptr);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.ContentsRect Method

public Qt.QRect ContentsRect();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.DrawContents Method

protected void DrawContents(Qt.QPainter arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.DrawFrame Method

protected void DrawFrame(Qt.QPainter arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.Finalize Method

protected override void Finalize();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.FrameChanged Method

protected void FrameChanged();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.FrameRect Method

public Qt.QRect FrameRect();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.FrameShadow Method

public Shadow FrameShadow();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.FrameShape Method

public Shape FrameShape();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.FrameStyle Method

public int FrameStyle();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.FrameWidth Method

public int FrameWidth();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.LineShapesOk Method

public bool LineShapesOk();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.LineWidth Method

public int LineWidth();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.Margin Method

public int Margin();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.MidLineWidth Method

public int MidLineWidth();

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SetFrameRect Method

public void SetFrameRect(Qt.QRect arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SetFrameShadow Method

public void SetFrameShadow(Shadow arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SetFrameShape Method

public void SetFrameShape(Shape arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SetFrameStyle Method

public void SetFrameStyle(int arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SetLineWidth Method

public void SetLineWidth(int arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SetMargin Method

public void SetMargin(int arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SetMidLineWidth Method

public void SetMidLineWidth(int arg1);

See Also

Qt.QFrame Class, Qt Namespace

QFrame.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QFrame Class, Qt Namespace