public class QFrame: QWidget, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrameThis type implements System.IDisposable.
Qt Namespace
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
public void QFrame(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);
Qt.QFrame Class, Qt Namespace
public void QFrame();
Qt.QFrame Class, Qt Namespace
public void QFrame(Qt.QWidget parent);
Qt.QFrame Class, Qt Namespace
public void QFrame(Qt.QWidget parent, System.String name);
Qt.QFrame Class, Qt Namespace
public void QFrame(void * ptr);
Qt.QFrame Class, Qt Namespace
public Qt.QRect ContentsRect();
Qt.QFrame Class, Qt Namespace
protected void DrawContents(Qt.QPainter arg1);
Qt.QFrame Class, Qt Namespace
protected void DrawFrame(Qt.QPainter arg1);
Qt.QFrame Class, Qt Namespace
protected override void Finalize();
Qt.QFrame Class, Qt Namespace
protected void FrameChanged();
Qt.QFrame Class, Qt Namespace
public Qt.QRect FrameRect();
Qt.QFrame Class, Qt Namespace
public Shadow FrameShadow();
Qt.QFrame Class, Qt Namespace
public Shape FrameShape();
Qt.QFrame Class, Qt Namespace
public int FrameStyle();
Qt.QFrame Class, Qt Namespace
public int FrameWidth();
Qt.QFrame Class, Qt Namespace
public bool LineShapesOk();
Qt.QFrame Class, Qt Namespace
public int LineWidth();
Qt.QFrame Class, Qt Namespace
public int Margin();
Qt.QFrame Class, Qt Namespace
public int MidLineWidth();
Qt.QFrame Class, Qt Namespace
public void SetFrameRect(Qt.QRect arg1);
Qt.QFrame Class, Qt Namespace
public void SetFrameShadow(Shadow arg1);
Qt.QFrame Class, Qt Namespace
public void SetFrameShape(Shape arg1);
Qt.QFrame Class, Qt Namespace
public void SetFrameStyle(int arg1);
Qt.QFrame Class, Qt Namespace
public void SetLineWidth(int arg1);
Qt.QFrame Class, Qt Namespace
public void SetMargin(int arg1);
Qt.QFrame Class, Qt Namespace
public void SetMidLineWidth(int arg1);
Qt.QFrame Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QFrame Class, Qt Namespace