public class QLabel: QFrame, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QLabelThis type implements System.IDisposable.
Qt Namespace
QLabel Constructors
QLabel(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QLabel(System.String, Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QLabel(Qt.QWidget, System.String, Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QLabel(Qt.QWidget) Constructor
QLabel(Qt.QWidget, System.String) Constructor
QLabel(System.String, Qt.QWidget) Constructor
QLabel(System.String, Qt.QWidget, System.String) Constructor
QLabel(Qt.QWidget, System.String, Qt.QWidget) Constructor
QLabel(Qt.QWidget, System.String, Qt.QWidget, System.String) Constructor
QLabel(void *) Constructor
QLabel Methods
QLabel.Alignment Method
QLabel.AutoResize Method
QLabel.Buddy Method
QLabel.Clear Method
QLabel.DrawContents Method
QLabel.Finalize Method
QLabel.FontChange Method
QLabel.HasScaledContents Method
QLabel.HeightForWidth Method
QLabel.Indent Method
QLabel.MinimumSizeHint Method
QLabel.Movie Method
QLabel.Picture Method
QLabel.Pixmap Method
QLabel.SetAlignment Method
QLabel.SetAutoResize Method
QLabel.SetBuddy Method
QLabel.SetFont Method
QLabel.SetIndent Method
QLabel.SetMovie Method
QLabel.SetNum(int) Method
QLabel.SetNum(double) Method
QLabel.SetPicture Method
QLabel.SetPixmap Method
QLabel.SetScaledContents Method
QLabel.SetText Method
QLabel.SetTextFormat Method
QLabel.SizeHint Method
QLabel.Text Method
QLabel.TextFormat Method
public void QLabel(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);
Qt.QLabel Class, Qt Namespace
public void QLabel(System.String text, Qt.QWidget parent, System.String name, Qt.WidgetFlags f);
Qt.QLabel Class, Qt Namespace
public void QLabel(Qt.QWidget buddy, System.String arg1, Qt.QWidget parent, System.String name, Qt.WidgetFlags f);
Qt.QLabel Class, Qt Namespace
public void QLabel(Qt.QWidget parent);
Qt.QLabel Class, Qt Namespace
public void QLabel(Qt.QWidget parent, System.String name);
Qt.QLabel Class, Qt Namespace
public void QLabel(System.String text, Qt.QWidget parent);
Qt.QLabel Class, Qt Namespace
public void QLabel(System.String text, Qt.QWidget parent, System.String name);
Qt.QLabel Class, Qt Namespace
public void QLabel(Qt.QWidget buddy, System.String arg1, Qt.QWidget parent);
Qt.QLabel Class, Qt Namespace
public void QLabel(Qt.QWidget buddy, System.String arg1, Qt.QWidget parent, System.String name);
Qt.QLabel Class, Qt Namespace
public void QLabel(void * ptr);
Qt.QLabel Class, Qt Namespace
public int Alignment();
Qt.QLabel Class, Qt Namespace
public bool AutoResize();
Qt.QLabel Class, Qt Namespace
public Qt.QWidget Buddy();
Qt.QLabel Class, Qt Namespace
public void Clear();
Qt.QLabel Class, Qt Namespace
protected void DrawContents(Qt.QPainter arg1);
Qt.QLabel Class, Qt Namespace
protected override void Finalize();
Qt.QLabel Class, Qt Namespace
protected void FontChange(Qt.QFont arg1);
Qt.QLabel Class, Qt Namespace
public bool HasScaledContents();
Qt.QLabel Class, Qt Namespace
public int HeightForWidth(int arg1);
Qt.QLabel Class, Qt Namespace
public int Indent();
Qt.QLabel Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QLabel Class, Qt Namespace
public Qt.QMovie Movie();
Qt.QLabel Class, Qt Namespace
public Qt.QPicture Picture();
Qt.QLabel Class, Qt Namespace
public Qt.QPixmap Pixmap();
Qt.QLabel Class, Qt Namespace
public void SetAlignment(int arg1);
Qt.QLabel Class, Qt Namespace
public void SetAutoResize(bool arg1);
Qt.QLabel Class, Qt Namespace
public void SetBuddy(Qt.QWidget arg1);
Qt.QLabel Class, Qt Namespace
public void SetFont(Qt.QFont f);
Qt.QLabel Class, Qt Namespace
public void SetIndent(int arg1);
Qt.QLabel Class, Qt Namespace
public void SetMovie(Qt.QMovie arg1);
Qt.QLabel Class, Qt Namespace
public void SetNum(int arg1);
Qt.QLabel Class, Qt Namespace
public void SetNum(double arg1);
Qt.QLabel Class, Qt Namespace
public void SetPicture(Qt.QPicture arg1);
Qt.QLabel Class, Qt Namespace
public void SetPixmap(Qt.QPixmap arg1);
Qt.QLabel Class, Qt Namespace
public void SetScaledContents(bool arg1);
Qt.QLabel Class, Qt Namespace
public void SetText(System.String arg1);
Qt.QLabel Class, Qt Namespace
public void SetTextFormat(Qt.TextFormat arg1);
Qt.QLabel Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QLabel Class, Qt Namespace
public System.String Text();
Qt.QLabel Class, Qt Namespace
public Qt.TextFormat TextFormat();
Qt.QLabel Class, Qt Namespace