Qt.QLabel Class

public class QLabel: QFrame, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QLabel

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


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

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

See Also

Qt.QLabel Class, Qt Namespace

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

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

See Also

Qt.QLabel Class, Qt Namespace

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

public void QLabel(Qt.QWidget buddy, System.String arg1, Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QLabel Class, Qt Namespace

QLabel(Qt.QWidget) Constructor

public void QLabel(Qt.QWidget parent);

See Also

Qt.QLabel Class, Qt Namespace

QLabel(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QLabel Class, Qt Namespace

QLabel(System.String, Qt.QWidget) Constructor

public void QLabel(System.String text, Qt.QWidget parent);

See Also

Qt.QLabel Class, Qt Namespace

QLabel(System.String, Qt.QWidget, System.String) Constructor

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

See Also

Qt.QLabel Class, Qt Namespace

QLabel(Qt.QWidget, System.String, Qt.QWidget) Constructor

public void QLabel(Qt.QWidget buddy, System.String arg1, Qt.QWidget parent);

See Also

Qt.QLabel Class, Qt Namespace

QLabel(Qt.QWidget, System.String, Qt.QWidget, System.String) Constructor

public void QLabel(Qt.QWidget buddy, System.String arg1, Qt.QWidget parent, System.String name);

See Also

Qt.QLabel Class, Qt Namespace

QLabel(void *) Constructor

public void QLabel(void * ptr);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Alignment Method

public int Alignment();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.AutoResize Method

public bool AutoResize();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Buddy Method

public Qt.QWidget Buddy();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Clear Method

public void Clear();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.DrawContents Method

protected void DrawContents(Qt.QPainter arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Finalize Method

protected override void Finalize();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.FontChange Method

protected void FontChange(Qt.QFont arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.HasScaledContents Method

public bool HasScaledContents();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.HeightForWidth Method

public int HeightForWidth(int arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Indent Method

public int Indent();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.MinimumSizeHint Method

public Qt.QSize MinimumSizeHint();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Movie Method

public Qt.QMovie Movie();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Picture Method

public Qt.QPicture Picture();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Pixmap Method

public Qt.QPixmap Pixmap();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetAlignment Method

public void SetAlignment(int arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetAutoResize Method

public void SetAutoResize(bool arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetBuddy Method

public void SetBuddy(Qt.QWidget arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetFont Method

public void SetFont(Qt.QFont f);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetIndent Method

public void SetIndent(int arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetMovie Method

public void SetMovie(Qt.QMovie arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetNum(int) Method

public void SetNum(int arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetNum(double) Method

public void SetNum(double arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetPicture Method

public void SetPicture(Qt.QPicture arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetPixmap Method

public void SetPixmap(Qt.QPixmap arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetScaledContents Method

public void SetScaledContents(bool arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetText Method

public void SetText(System.String arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SetTextFormat Method

public void SetTextFormat(Qt.TextFormat arg1);

See Also

Qt.QLabel Class, Qt Namespace

QLabel.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.Text Method

public System.String Text();

See Also

Qt.QLabel Class, Qt Namespace

QLabel.TextFormat Method

public Qt.TextFormat TextFormat();

See Also

Qt.QLabel Class, Qt Namespace