9 #ifndef UI_VTKQTRICHTEXTVIEW_H
10 #define UI_VTKQTRICHTEXTVIEW_H
12 #include <QtCore/QVariant>
13 #include <QtWebKitWidgets/QWebView>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QSpacerItem>
18 #include <QtWidgets/QToolButton>
19 #include <QtWidgets/QVBoxLayout>
20 #include <QtWidgets/QWidget>
46 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
51 Title->setObjectName(QString::fromUtf8(
"Title"));
55 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
60 BackButton->setObjectName(QString::fromUtf8(
"BackButton"));
66 ForwardButton->setObjectName(QString::fromUtf8(
"ForwardButton"));
72 ZoomIn->setObjectName(QString::fromUtf8(
"ZoomIn"));
77 ZoomReset->setObjectName(QString::fromUtf8(
"ZoomReset"));
82 ZoomOut->setObjectName(QString::fromUtf8(
"ZoomOut"));
90 WebView->setObjectName(QString::fromUtf8(
"WebView"));
91 WebView->setUrl(QUrl(QString::fromUtf8(
"about:blank")));
103 vtkQtRichTextView->setWindowTitle(QCoreApplication::translate(
"vtkQtRichTextView",
"Form",
nullptr));
104 Title->setText(QString());
105 #if QT_CONFIG(tooltip)
106 BackButton->setToolTip(QCoreApplication::translate(
"vtkQtRichTextView",
"Go back one page",
nullptr));
107 #endif // QT_CONFIG(tooltip)
108 BackButton->setText(QCoreApplication::translate(
"vtkQtRichTextView",
"Back",
nullptr));
109 #if QT_CONFIG(tooltip)
110 ForwardButton->setToolTip(QCoreApplication::translate(
"vtkQtRichTextView",
" Go forward one page",
nullptr));
111 #endif // QT_CONFIG(tooltip)
112 ForwardButton->setText(QCoreApplication::translate(
"vtkQtRichTextView",
"Forward",
nullptr));
113 ZoomIn->setText(QCoreApplication::translate(
"vtkQtRichTextView",
"+",
nullptr));
114 ZoomReset->setText(QCoreApplication::translate(
"vtkQtRichTextView",
"100%",
nullptr));
115 ZoomOut->setText(QCoreApplication::translate(
"vtkQtRichTextView",
"-",
nullptr));
126 #endif // UI_VTKQTRICHTEXTVIEW_H