#include <textbrowsertab.h>
Inherits QWidget.
Inheritance diagram for TextBrowserTab:
Public Member Functions | |
TextBrowserTab (QWidget *parent, PhraseHunter::TokenContextPtr output) | |
void | setupUi () |
Private Attributes | |
QTextBrowser * | textBrowser |
Definition at line 34 of file textbrowsertab.h.
TextBrowserTab::TextBrowserTab | ( | QWidget * | parent, | |
PhraseHunter::TokenContextPtr | output | |||
) | [inline] |
Definition at line 39 of file textbrowsertab.h.
References icuToQString(), setupUi(), and textBrowser.
void TextBrowserTab::setupUi | ( | ) | [inline] |
Definition at line 53 of file textbrowsertab.h.
References textBrowser.
Referenced by TextBrowserTab().
QTextBrowser* TextBrowserTab::textBrowser [private] |