public class QTextBrowser: QTextEdit, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QScrollView
QTextEdit
QTextBrowserThis type implements System.IDisposable.
Qt Namespace
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
public void QTextBrowser(Qt.QWidget parent, System.String name);
Qt.QTextBrowser Class, Qt Namespace
public void QTextBrowser();
Qt.QTextBrowser Class, Qt Namespace
public void QTextBrowser(Qt.QWidget parent);
Qt.QTextBrowser Class, Qt Namespace
public void QTextBrowser(void * ptr);
Qt.QTextBrowser Class, Qt Namespace
public void Backward();
Qt.QTextBrowser Class, Qt Namespace
protected override void Finalize();
Qt.QTextBrowser Class, Qt Namespace
public void Forward();
Qt.QTextBrowser Class, Qt Namespace
public void Home();
Qt.QTextBrowser Class, Qt Namespace
public void Reload();
Qt.QTextBrowser Class, Qt Namespace
public void SetSource(System.String name);
Qt.QTextBrowser Class, Qt Namespace
public void SetText(System.String txt);
Qt.QTextBrowser Class, Qt Namespace
public void SetText(System.String txt, System.String context);
Qt.QTextBrowser Class, Qt Namespace
public System.String Source();
Qt.QTextBrowser Class, Qt Namespace