VTK
ui_vtkQtRichTextView.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'vtkQtRichTextView.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.5.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_VTKQTRICHTEXTVIEW_H
10 #define UI_VTKQTRICHTEXTVIEW_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWebKitWidgets/QWebView>
14 #include <QtWidgets/QAction>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QButtonGroup>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QToolButton>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *verticalLayout;
31  QHBoxLayout *horizontalLayout;
32  QLabel *Title;
33  QSpacerItem *horizontalSpacer;
34  QToolButton *BackButton;
35  QToolButton *ForwardButton;
36  QToolButton *ZoomIn;
37  QToolButton *ZoomReset;
38  QToolButton *ZoomOut;
39  QWebView *WebView;
40 
41  void setupUi(QWidget *vtkQtRichTextView)
42  {
43  if (vtkQtRichTextView->objectName().isEmpty())
44  vtkQtRichTextView->setObjectName(QStringLiteral("vtkQtRichTextView"));
45  vtkQtRichTextView->resize(400, 300);
46  verticalLayout = new QVBoxLayout(vtkQtRichTextView);
47  verticalLayout->setSpacing(0);
48  verticalLayout->setContentsMargins(0, 0, 0, 0);
49  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
50  horizontalLayout = new QHBoxLayout();
51  horizontalLayout->setSpacing(6);
52  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
53  Title = new QLabel(vtkQtRichTextView);
54  Title->setObjectName(QStringLiteral("Title"));
55 
56  horizontalLayout->addWidget(Title);
57 
58  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
59 
60  horizontalLayout->addItem(horizontalSpacer);
61 
62  BackButton = new QToolButton(vtkQtRichTextView);
63  BackButton->setObjectName(QStringLiteral("BackButton"));
64  BackButton->setArrowType(Qt::LeftArrow);
65 
66  horizontalLayout->addWidget(BackButton);
67 
68  ForwardButton = new QToolButton(vtkQtRichTextView);
69  ForwardButton->setObjectName(QStringLiteral("ForwardButton"));
70  ForwardButton->setArrowType(Qt::RightArrow);
71 
72  horizontalLayout->addWidget(ForwardButton);
73 
74  ZoomIn = new QToolButton(vtkQtRichTextView);
75  ZoomIn->setObjectName(QStringLiteral("ZoomIn"));
76 
77  horizontalLayout->addWidget(ZoomIn);
78 
79  ZoomReset = new QToolButton(vtkQtRichTextView);
80  ZoomReset->setObjectName(QStringLiteral("ZoomReset"));
81 
82  horizontalLayout->addWidget(ZoomReset);
83 
84  ZoomOut = new QToolButton(vtkQtRichTextView);
85  ZoomOut->setObjectName(QStringLiteral("ZoomOut"));
86 
87  horizontalLayout->addWidget(ZoomOut);
88 
89 
90  verticalLayout->addLayout(horizontalLayout);
91 
92  WebView = new QWebView(vtkQtRichTextView);
93  WebView->setObjectName(QStringLiteral("WebView"));
94  WebView->setUrl(QUrl(QStringLiteral("about:blank")));
95 
96  verticalLayout->addWidget(WebView);
97 
98 
99  retranslateUi(vtkQtRichTextView);
100 
101  QMetaObject::connectSlotsByName(vtkQtRichTextView);
102  } // setupUi
103 
105  {
106  vtkQtRichTextView->setWindowTitle(QApplication::translate("vtkQtRichTextView", "Form", 0));
107  Title->setText(QString());
108 #ifndef QT_NO_TOOLTIP
109  BackButton->setToolTip(QApplication::translate("vtkQtRichTextView", "Go back one page", 0));
110 #endif // QT_NO_TOOLTIP
111  BackButton->setText(QApplication::translate("vtkQtRichTextView", "Back", 0));
112 #ifndef QT_NO_TOOLTIP
113  ForwardButton->setToolTip(QApplication::translate("vtkQtRichTextView", " Go forward one page", 0));
114 #endif // QT_NO_TOOLTIP
115  ForwardButton->setText(QApplication::translate("vtkQtRichTextView", "Forward", 0));
116  ZoomIn->setText(QApplication::translate("vtkQtRichTextView", "+", 0));
117  ZoomReset->setText(QApplication::translate("vtkQtRichTextView", "100%", 0));
118  ZoomOut->setText(QApplication::translate("vtkQtRichTextView", "-", 0));
119  } // retranslateUi
120 
121 };
122 
123 namespace Ui {
125 } // namespace Ui
126 
127 QT_END_NAMESPACE
128 
129 #endif // UI_VTKQTRICHTEXTVIEW_H
Superclass for QAbstractItemView-based views.
void setupUi(QWidget *vtkQtRichTextView)
QSpacerItem * horizontalSpacer
QHBoxLayout * horizontalLayout
void retranslateUi(QWidget *vtkQtRichTextView)