ui_pqOutputWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqOutputWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQOUTPUTWIDGET_H
10 #define UI_PQOUTPUTWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QHeaderView>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QStackedWidget>
19 #include <QtWidgets/QTreeView>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 #include "pqConsoleWidget.h"
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout_3;
30  QStackedWidget *stackedWidget;
31  QWidget *page;
32  QVBoxLayout *verticalLayout_2;
33  QTreeView *treeView;
34  QWidget *page_2;
35  QVBoxLayout *verticalLayout;
37  QHBoxLayout *horizontalLayout;
39  QPushButton *copyButton;
40  QPushButton *saveButton;
41  QPushButton *filterButton;
42  QPushButton *clearButton;
43 
44  void setupUi(QWidget *OutputWidget)
45  {
46  if (OutputWidget->objectName().isEmpty())
47  OutputWidget->setObjectName(QString::fromUtf8("OutputWidget"));
48  OutputWidget->resize(581, 520);
49  verticalLayout_3 = new QVBoxLayout(OutputWidget);
50  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
51  stackedWidget = new QStackedWidget(OutputWidget);
52  stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
53  page = new QWidget();
54  page->setObjectName(QString::fromUtf8("page"));
55  verticalLayout_2 = new QVBoxLayout(page);
56  verticalLayout_2->setContentsMargins(0, 0, 0, 0);
57  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
58  treeView = new QTreeView(page);
59  treeView->setObjectName(QString::fromUtf8("treeView"));
60  treeView->setAlternatingRowColors(true);
61  treeView->setSelectionMode(QAbstractItemView::NoSelection);
62  treeView->setWordWrap(true);
63  treeView->setHeaderHidden(true);
64  treeView->header()->setMinimumSectionSize(32);
65  treeView->header()->setDefaultSectionSize(32);
66 
67  verticalLayout_2->addWidget(treeView);
68 
69  stackedWidget->addWidget(page);
70  page_2 = new QWidget();
71  page_2->setObjectName(QString::fromUtf8("page_2"));
72  verticalLayout = new QVBoxLayout(page_2);
73  verticalLayout->setContentsMargins(0, 0, 0, 0);
74  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
75  consoleWidget = new pqConsoleWidget(page_2);
76  consoleWidget->setObjectName(QString::fromUtf8("consoleWidget"));
77 
78  verticalLayout->addWidget(consoleWidget);
79 
80  stackedWidget->addWidget(page_2);
81 
82  verticalLayout_3->addWidget(stackedWidget);
83 
84  horizontalLayout = new QHBoxLayout();
85  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
86  showFullMessagesCheckBox = new QCheckBox(OutputWidget);
87  showFullMessagesCheckBox->setObjectName(QString::fromUtf8("showFullMessagesCheckBox"));
88 
89  horizontalLayout->addWidget(showFullMessagesCheckBox);
90 
91  copyButton = new QPushButton(OutputWidget);
92  copyButton->setObjectName(QString::fromUtf8("copyButton"));
93 
94  horizontalLayout->addWidget(copyButton);
95 
96  saveButton = new QPushButton(OutputWidget);
97  saveButton->setObjectName(QString::fromUtf8("saveButton"));
98 
99  horizontalLayout->addWidget(saveButton);
100 
101  filterButton = new QPushButton(OutputWidget);
102  filterButton->setObjectName(QString::fromUtf8("filterButton"));
103 
104  horizontalLayout->addWidget(filterButton);
105 
106  clearButton = new QPushButton(OutputWidget);
107  clearButton->setObjectName(QString::fromUtf8("clearButton"));
108 
109  horizontalLayout->addWidget(clearButton);
110 
111  horizontalLayout->setStretch(0, 1);
112 
113  verticalLayout_3->addLayout(horizontalLayout);
114 
115 
116  retranslateUi(OutputWidget);
117  QObject::connect(clearButton, SIGNAL(clicked()), OutputWidget, SLOT(clear()));
118 
119  stackedWidget->setCurrentIndex(0);
120 
121 
122  QMetaObject::connectSlotsByName(OutputWidget);
123  } // setupUi
124 
125  void retranslateUi(QWidget *OutputWidget)
126  {
127  OutputWidget->setWindowTitle(QCoreApplication::translate("OutputWidget", "Form", nullptr));
128 #if QT_CONFIG(tooltip)
129  showFullMessagesCheckBox->setToolTip(QCoreApplication::translate("OutputWidget", "<html><head/><body><p>Check to see raw messages generated by the application.</p></body></html>", nullptr));
130 #endif // QT_CONFIG(tooltip)
131  showFullMessagesCheckBox->setText(QCoreApplication::translate("OutputWidget", "Show full messages", nullptr));
132  copyButton->setText(QCoreApplication::translate("OutputWidget", "Copy to Clipboard", nullptr));
133  saveButton->setText(QCoreApplication::translate("OutputWidget", "Save to File...", nullptr));
134  filterButton->setText(QCoreApplication::translate("OutputWidget", "Filter Messages", nullptr));
135  clearButton->setText(QCoreApplication::translate("OutputWidget", "Clear", nullptr));
136  } // retranslateUi
137 
138 };
139 
140 namespace Ui {
141  class OutputWidget: public Ui_OutputWidget {};
142 } // namespace Ui
143 
144 QT_END_NAMESPACE
145 
146 #endif // UI_PQOUTPUTWIDGET_H
void retranslateUi(QWidget *OutputWidget)
QTreeView * treeView
QVBoxLayout * verticalLayout
QPushButton * clearButton
QPushButton * filterButton
QVBoxLayout * verticalLayout_2
pqConsoleWidget * consoleWidget
Qt widget that provides an interactive console - you can send text to the console by calling printStr...
void setupUi(QWidget *OutputWidget)
QCheckBox * showFullMessagesCheckBox
QPushButton * copyButton
QVBoxLayout * verticalLayout_3
QPushButton * saveButton
QStackedWidget * stackedWidget
QHBoxLayout * horizontalLayout