Qt.QTextBrowser Class

public class QTextBrowser: QTextEdit, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QScrollView
            QTextEdit
              QTextBrowser

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTextBrowser Constructors

QTextBrowser(Qt.QWidget, System.String) Constructor
QTextBrowser() Constructor
QTextBrowser(Qt.QWidget) Constructor
QTextBrowser(void *) Constructor

QTextBrowser Methods

QTextBrowser.Backward Method
QTextBrowser.Finalize Method
QTextBrowser.Forward Method
QTextBrowser.Home Method
QTextBrowser.Reload Method
QTextBrowser.SetSource Method
QTextBrowser.SetText(System.String) Method
QTextBrowser.SetText(System.String, System.String) Method
QTextBrowser.Source Method


QTextBrowser(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser() Constructor

public void QTextBrowser();

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser(Qt.QWidget) Constructor

public void QTextBrowser(Qt.QWidget parent);

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser(void *) Constructor

public void QTextBrowser(void * ptr);

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.Backward Method

public void Backward();

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.Finalize Method

protected override void Finalize();

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.Forward Method

public void Forward();

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.Home Method

public void Home();

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.Reload Method

public void Reload();

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.SetSource Method

public void SetSource(System.String name);

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.SetText(System.String) Method

public void SetText(System.String txt);

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.SetText(System.String, System.String) Method

public void SetText(System.String txt, System.String context);

See Also

Qt.QTextBrowser Class, Qt Namespace

QTextBrowser.Source Method

public System.String Source();

See Also

Qt.QTextBrowser Class, Qt Namespace