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.2
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;
40  QPushButton *copyButton;
41  QPushButton *saveButton;
42  QPushButton *filterButton;
43  QPushButton *clearButton;
44 
45  void setupUi(QWidget *OutputWidget)
46  {
47  if (OutputWidget->objectName().isEmpty())
48  OutputWidget->setObjectName(QString::fromUtf8("OutputWidget"));
49  OutputWidget->resize(581, 520);
50  verticalLayout_3 = new QVBoxLayout(OutputWidget);
51  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
52  stackedWidget = new QStackedWidget(OutputWidget);
53  stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
54  page = new QWidget();
55  page->setObjectName(QString::fromUtf8("page"));
56  verticalLayout_2 = new QVBoxLayout(page);
57  verticalLayout_2->setContentsMargins(0, 0, 0, 0);
58  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
59  treeView = new QTreeView(page);
60  treeView->setObjectName(QString::fromUtf8("treeView"));
61  treeView->setAlternatingRowColors(true);
62  treeView->setSelectionMode(QAbstractItemView::NoSelection);
63  treeView->setWordWrap(true);
64  treeView->setHeaderHidden(true);
65  treeView->header()->setMinimumSectionSize(32);
66  treeView->header()->setDefaultSectionSize(32);
67 
68  verticalLayout_2->addWidget(treeView);
69 
70  stackedWidget->addWidget(page);
71  page_2 = new QWidget();
72  page_2->setObjectName(QString::fromUtf8("page_2"));
73  verticalLayout = new QVBoxLayout(page_2);
74  verticalLayout->setContentsMargins(0, 0, 0, 0);
75  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
76  consoleWidget = new pqConsoleWidget(page_2);
77  consoleWidget->setObjectName(QString::fromUtf8("consoleWidget"));
78 
79  verticalLayout->addWidget(consoleWidget);
80 
81  stackedWidget->addWidget(page_2);
82 
83  verticalLayout_3->addWidget(stackedWidget);
84 
85  horizontalLayout = new QHBoxLayout();
86  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
87  showFullMessagesCheckBox = new QCheckBox(OutputWidget);
88  showFullMessagesCheckBox->setObjectName(QString::fromUtf8("showFullMessagesCheckBox"));
89 
90  horizontalLayout->addWidget(showFullMessagesCheckBox);
91 
92  alwaysOpenForNewMessagesCheckBox = new QCheckBox(OutputWidget);
93  alwaysOpenForNewMessagesCheckBox->setObjectName(QString::fromUtf8("alwaysOpenForNewMessagesCheckBox"));
94  alwaysOpenForNewMessagesCheckBox->setChecked(true);
95 
96  horizontalLayout->addWidget(alwaysOpenForNewMessagesCheckBox);
97 
98  copyButton = new QPushButton(OutputWidget);
99  copyButton->setObjectName(QString::fromUtf8("copyButton"));
100 
101  horizontalLayout->addWidget(copyButton);
102 
103  saveButton = new QPushButton(OutputWidget);
104  saveButton->setObjectName(QString::fromUtf8("saveButton"));
105 
106  horizontalLayout->addWidget(saveButton);
107 
108  filterButton = new QPushButton(OutputWidget);
109  filterButton->setObjectName(QString::fromUtf8("filterButton"));
110 
111  horizontalLayout->addWidget(filterButton);
112 
113  clearButton = new QPushButton(OutputWidget);
114  clearButton->setObjectName(QString::fromUtf8("clearButton"));
115 
116  horizontalLayout->addWidget(clearButton);
117 
118  horizontalLayout->setStretch(1, 1);
119 
120  verticalLayout_3->addLayout(horizontalLayout);
121 
122 
123  retranslateUi(OutputWidget);
124  QObject::connect(clearButton, SIGNAL(clicked()), OutputWidget, SLOT(clear()));
125 
126  stackedWidget->setCurrentIndex(0);
127 
128 
129  QMetaObject::connectSlotsByName(OutputWidget);
130  } // setupUi
131 
132  void retranslateUi(QWidget *OutputWidget)
133  {
134  OutputWidget->setWindowTitle(QCoreApplication::translate("OutputWidget", "Form", nullptr));
135 #if QT_CONFIG(tooltip)
136  showFullMessagesCheckBox->setToolTip(QCoreApplication::translate("OutputWidget", "Check to see raw messages generated by the application", nullptr));
137 #endif // QT_CONFIG(tooltip)
138  showFullMessagesCheckBox->setText(QCoreApplication::translate("OutputWidget", "Show full messages", nullptr));
139 #if QT_CONFIG(tooltip)
140  alwaysOpenForNewMessagesCheckBox->setToolTip(QCoreApplication::translate("OutputWidget", "If unchecked and the window is closed, the window will remain closed when new messages are available.", nullptr));
141 #endif // QT_CONFIG(tooltip)
142  alwaysOpenForNewMessagesCheckBox->setText(QCoreApplication::translate("OutputWidget", "Always open for new messages", nullptr));
143  copyButton->setText(QCoreApplication::translate("OutputWidget", "Copy to Clipboard", nullptr));
144  saveButton->setText(QCoreApplication::translate("OutputWidget", "Save to File...", nullptr));
145  filterButton->setText(QCoreApplication::translate("OutputWidget", "Filter Messages", nullptr));
146  clearButton->setText(QCoreApplication::translate("OutputWidget", "Clear", nullptr));
147  } // retranslateUi
148 
149 };
150 
151 namespace Ui {
152  class OutputWidget: public Ui_OutputWidget {};
153 } // namespace Ui
154 
155 QT_END_NAMESPACE
156 
157 #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
QCheckBox * alwaysOpenForNewMessagesCheckBox
QHBoxLayout * horizontalLayout