ui_pqTimerLogDisplay.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqTimerLogDisplay.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_PQTIMERLOGDISPLAY_H
10 #define UI_PQTIMERLOGDISPLAY_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QComboBox>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QTextEdit>
23 #include <QtWidgets/QVBoxLayout>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QGridLayout *gridLayout;
31  QVBoxLayout *vboxLayout;
32  QPushButton *refreshButton;
33  QPushButton *clearButton;
34  QGridLayout *gridLayout1;
35  QSpacerItem *spacerItem;
36  QLabel *label;
37  QComboBox *timeThreshold;
38  QGridLayout *gridLayout2;
39  QSpacerItem *spacerItem1;
40  QLabel *label_2;
41  QComboBox *bufferLength;
42  QCheckBox *enable;
43  QPushButton *saveButton;
44  QSpacerItem *spacerItem2;
45  QDialogButtonBox *buttonBox;
46  QTextEdit *log;
47 
48  void setupUi(QDialog *pqTimerLogDisplay)
49  {
50  if (pqTimerLogDisplay->objectName().isEmpty())
51  pqTimerLogDisplay->setObjectName(QString::fromUtf8("pqTimerLogDisplay"));
52  pqTimerLogDisplay->resize(500, 500);
53  gridLayout = new QGridLayout(pqTimerLogDisplay);
54 #ifndef Q_OS_MAC
55  gridLayout->setSpacing(6);
56 #endif
57 #ifndef Q_OS_MAC
58  gridLayout->setContentsMargins(9, 9, 9, 9);
59 #endif
60  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
61  vboxLayout = new QVBoxLayout();
62 #ifndef Q_OS_MAC
63  vboxLayout->setSpacing(6);
64 #endif
65 #ifndef Q_OS_MAC
66  vboxLayout->setContentsMargins(0, 0, 0, 0);
67 #endif
68  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
69  refreshButton = new QPushButton(pqTimerLogDisplay);
70  refreshButton->setObjectName(QString::fromUtf8("refreshButton"));
71 
72  vboxLayout->addWidget(refreshButton);
73 
74  clearButton = new QPushButton(pqTimerLogDisplay);
75  clearButton->setObjectName(QString::fromUtf8("clearButton"));
76 
77  vboxLayout->addWidget(clearButton);
78 
79  gridLayout1 = new QGridLayout();
80  gridLayout1->setSpacing(0);
81  gridLayout1->setContentsMargins(0, 0, 0, 0);
82  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
83  spacerItem = new QSpacerItem(10, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
84 
85  gridLayout1->addItem(spacerItem, 1, 0, 1, 1);
86 
87  label = new QLabel(pqTimerLogDisplay);
88  label->setObjectName(QString::fromUtf8("label"));
89 
90  gridLayout1->addWidget(label, 0, 0, 1, 2);
91 
92  timeThreshold = new QComboBox(pqTimerLogDisplay);
93  timeThreshold->setObjectName(QString::fromUtf8("timeThreshold"));
94 
95  gridLayout1->addWidget(timeThreshold, 1, 1, 1, 1);
96 
97 
98  vboxLayout->addLayout(gridLayout1);
99 
100  gridLayout2 = new QGridLayout();
101  gridLayout2->setSpacing(0);
102  gridLayout2->setContentsMargins(0, 0, 0, 0);
103  gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
104  spacerItem1 = new QSpacerItem(10, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
105 
106  gridLayout2->addItem(spacerItem1, 1, 0, 1, 1);
107 
108  label_2 = new QLabel(pqTimerLogDisplay);
109  label_2->setObjectName(QString::fromUtf8("label_2"));
110 
111  gridLayout2->addWidget(label_2, 0, 0, 1, 2);
112 
113  bufferLength = new QComboBox(pqTimerLogDisplay);
114  bufferLength->setObjectName(QString::fromUtf8("bufferLength"));
115 
116  gridLayout2->addWidget(bufferLength, 1, 1, 1, 1);
117 
118 
119  vboxLayout->addLayout(gridLayout2);
120 
121  enable = new QCheckBox(pqTimerLogDisplay);
122  enable->setObjectName(QString::fromUtf8("enable"));
123  enable->setChecked(true);
124 
125  vboxLayout->addWidget(enable);
126 
127  saveButton = new QPushButton(pqTimerLogDisplay);
128  saveButton->setObjectName(QString::fromUtf8("saveButton"));
129 
130  vboxLayout->addWidget(saveButton);
131 
132  spacerItem2 = new QSpacerItem(20, 191, QSizePolicy::Minimum, QSizePolicy::Expanding);
133 
134  vboxLayout->addItem(spacerItem2);
135 
136 
137  gridLayout->addLayout(vboxLayout, 0, 1, 1, 1);
138 
139  buttonBox = new QDialogButtonBox(pqTimerLogDisplay);
140  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
141  buttonBox->setOrientation(Qt::Horizontal);
142  buttonBox->setStandardButtons(QDialogButtonBox::Close);
143 
144  gridLayout->addWidget(buttonBox, 1, 0, 1, 2);
145 
146  log = new QTextEdit(pqTimerLogDisplay);
147  log->setObjectName(QString::fromUtf8("log"));
148  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
149  sizePolicy.setHorizontalStretch(1);
150  sizePolicy.setVerticalStretch(1);
151  sizePolicy.setHeightForWidth(log->sizePolicy().hasHeightForWidth());
152  log->setSizePolicy(sizePolicy);
153  log->setReadOnly(true);
154 
155  gridLayout->addWidget(log, 0, 0, 1, 1);
156 
157 
158  retranslateUi(pqTimerLogDisplay);
159  QObject::connect(buttonBox, SIGNAL(accepted()), pqTimerLogDisplay, SLOT(accept()));
160  QObject::connect(buttonBox, SIGNAL(rejected()), pqTimerLogDisplay, SLOT(reject()));
161 
162  QMetaObject::connectSlotsByName(pqTimerLogDisplay);
163  } // setupUi
164 
166  {
167  pqTimerLogDisplay->setWindowTitle(QCoreApplication::translate("pqTimerLogDisplay", "Timer Log", nullptr));
168  refreshButton->setText(QCoreApplication::translate("pqTimerLogDisplay", "Refresh", nullptr));
169  clearButton->setText(QCoreApplication::translate("pqTimerLogDisplay", "Clear", nullptr));
170  label->setText(QCoreApplication::translate("pqTimerLogDisplay", "Time Threshold:", nullptr));
171  label_2->setText(QCoreApplication::translate("pqTimerLogDisplay", "Buffer Length:", nullptr));
172  enable->setText(QCoreApplication::translate("pqTimerLogDisplay", "Enable", nullptr));
173  saveButton->setText(QCoreApplication::translate("pqTimerLogDisplay", "Save", nullptr));
174  } // retranslateUi
175 
176 };
177 
178 namespace Ui {
180 } // namespace Ui
181 
182 QT_END_NAMESPACE
183 
184 #endif // UI_PQTIMERLOGDISPLAY_H
void retranslateUi(QDialog *pqTimerLogDisplay)
QDialogButtonBox * buttonBox
void setupUi(QDialog *pqTimerLogDisplay)