ui_pqSeriesGeneratorDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqSeriesGeneratorDialog.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_PQSERIESGENERATORDIALOG_H
10 #define UI_PQSERIESGENERATORDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QComboBox>
15 #include <QtWidgets/QDialog>
16 #include <QtWidgets/QDialogButtonBox>
17 #include <QtWidgets/QFrame>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QScrollArea>
22 #include <QtWidgets/QSpinBox>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
25 #include "pqDoubleLineEdit.h"
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout;
33  QComboBox *comboBox;
34  QFrame *line_2;
35  QHBoxLayout *horizontalLayout;
37  QLabel *label;
39  QLabel *label_3;
40  QLabel *label_nsamples;
41  QSpinBox *nsamples;
42  QLabel *label_ratio;
44  QDialogButtonBox *buttonBox;
45  QVBoxLayout *verticalLayout;
46  QLabel *label_2;
47  QFrame *line;
48  QScrollArea *scrollArea;
50  QVBoxLayout *verticalLayout_2;
51  QLabel *message;
52 
53  void setupUi(QDialog *SeriesGeneratorDialog)
54  {
55  if (SeriesGeneratorDialog->objectName().isEmpty())
56  SeriesGeneratorDialog->setObjectName(QString::fromUtf8("SeriesGeneratorDialog"));
57  SeriesGeneratorDialog->resize(352, 315);
58  gridLayout = new QGridLayout(SeriesGeneratorDialog);
59  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
60  comboBox = new QComboBox(SeriesGeneratorDialog);
61  comboBox->addItem(QString());
62  comboBox->addItem(QString());
63  comboBox->addItem(QString());
64  comboBox->addItem(QString());
65  comboBox->setObjectName(QString::fromUtf8("comboBox"));
66 
67  gridLayout->addWidget(comboBox, 3, 1, 1, 1);
68 
69  line_2 = new QFrame(SeriesGeneratorDialog);
70  line_2->setObjectName(QString::fromUtf8("line_2"));
71  line_2->setFrameShape(QFrame::HLine);
72  line_2->setFrameShadow(QFrame::Sunken);
73 
74  gridLayout->addWidget(line_2, 2, 0, 1, 2);
75 
76  horizontalLayout = new QHBoxLayout();
77  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
78  min = new pqDoubleLineEdit(SeriesGeneratorDialog);
79  min->setObjectName(QString::fromUtf8("min"));
80 
81  horizontalLayout->addWidget(min);
82 
83  label = new QLabel(SeriesGeneratorDialog);
84  label->setObjectName(QString::fromUtf8("label"));
85  label->setAlignment(Qt::AlignCenter);
86 
87  horizontalLayout->addWidget(label);
88 
89  max = new pqDoubleLineEdit(SeriesGeneratorDialog);
90  max->setObjectName(QString::fromUtf8("max"));
91 
92  horizontalLayout->addWidget(max);
93 
94 
95  gridLayout->addLayout(horizontalLayout, 1, 0, 1, 2);
96 
97  label_3 = new QLabel(SeriesGeneratorDialog);
98  label_3->setObjectName(QString::fromUtf8("label_3"));
99 
100  gridLayout->addWidget(label_3, 3, 0, 1, 1);
101 
102  label_nsamples = new QLabel(SeriesGeneratorDialog);
103  label_nsamples->setObjectName(QString::fromUtf8("label_nsamples"));
104 
105  gridLayout->addWidget(label_nsamples, 4, 0, 1, 1);
106 
107  nsamples = new QSpinBox(SeriesGeneratorDialog);
108  nsamples->setObjectName(QString::fromUtf8("nsamples"));
109  nsamples->setMinimum(1);
110  nsamples->setMaximum(1000);
111  nsamples->setValue(10);
112 
113  gridLayout->addWidget(nsamples, 4, 1, 1, 1);
114 
115  label_ratio = new QLabel(SeriesGeneratorDialog);
116  label_ratio->setObjectName(QString::fromUtf8("label_ratio"));
117 
118  gridLayout->addWidget(label_ratio, 5, 0, 1, 1);
119 
120  ratio = new pqDoubleLineEdit(SeriesGeneratorDialog);
121  ratio->setObjectName(QString::fromUtf8("ratio"));
122 
123  gridLayout->addWidget(ratio, 5, 1, 1, 1);
124 
125  buttonBox = new QDialogButtonBox(SeriesGeneratorDialog);
126  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
127  buttonBox->setOrientation(Qt::Horizontal);
128  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
129 
130  gridLayout->addWidget(buttonBox, 7, 0, 1, 2);
131 
132  verticalLayout = new QVBoxLayout();
133  verticalLayout->setSpacing(0);
134  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
135  label_2 = new QLabel(SeriesGeneratorDialog);
136  label_2->setObjectName(QString::fromUtf8("label_2"));
137 
138  verticalLayout->addWidget(label_2);
139 
140  line = new QFrame(SeriesGeneratorDialog);
141  line->setObjectName(QString::fromUtf8("line"));
142  line->setFrameShape(QFrame::HLine);
143  line->setFrameShadow(QFrame::Sunken);
144 
145  verticalLayout->addWidget(line);
146 
147 
148  gridLayout->addLayout(verticalLayout, 0, 0, 1, 2);
149 
150  scrollArea = new QScrollArea(SeriesGeneratorDialog);
151  scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
152  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
153  sizePolicy.setHorizontalStretch(0);
154  sizePolicy.setVerticalStretch(0);
155  sizePolicy.setHeightForWidth(scrollArea->sizePolicy().hasHeightForWidth());
156  scrollArea->setSizePolicy(sizePolicy);
157  scrollArea->setWidgetResizable(true);
158  scrollAreaWidgetContents = new QWidget();
159  scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
160  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 326, 79));
161  verticalLayout_2 = new QVBoxLayout(scrollAreaWidgetContents);
162  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
163  message = new QLabel(scrollAreaWidgetContents);
164  message->setObjectName(QString::fromUtf8("message"));
165  QFont font;
166  font.setBold(true);
167  font.setWeight(75);
168  message->setFont(font);
169  message->setWordWrap(true);
170 
171  verticalLayout_2->addWidget(message);
172 
173  scrollArea->setWidget(scrollAreaWidgetContents);
174 
175  gridLayout->addWidget(scrollArea, 6, 0, 1, 2);
176 
177 
178  retranslateUi(SeriesGeneratorDialog);
179  QObject::connect(buttonBox, SIGNAL(accepted()), SeriesGeneratorDialog, SLOT(accept()));
180  QObject::connect(buttonBox, SIGNAL(rejected()), SeriesGeneratorDialog, SLOT(reject()));
181 
182  QMetaObject::connectSlotsByName(SeriesGeneratorDialog);
183  } // setupUi
184 
185  void retranslateUi(QDialog *SeriesGeneratorDialog)
186  {
187  SeriesGeneratorDialog->setWindowTitle(QCoreApplication::translate("SeriesGeneratorDialog", "Generate Number Series", nullptr));
188  comboBox->setItemText(0, QCoreApplication::translate("SeriesGeneratorDialog", "Linear", nullptr));
189  comboBox->setItemText(1, QCoreApplication::translate("SeriesGeneratorDialog", "Logarithmic", nullptr));
190  comboBox->setItemText(2, QCoreApplication::translate("SeriesGeneratorDialog", "Geometric (samples)", nullptr));
191  comboBox->setItemText(3, QCoreApplication::translate("SeriesGeneratorDialog", "Geometric (common ratio)", nullptr));
192 
193  label->setText(QCoreApplication::translate("SeriesGeneratorDialog", "<html><head/><body><p><span style=\" font-weight:600;\">-</span></p></body></html>", nullptr));
194  label_3->setText(QCoreApplication::translate("SeriesGeneratorDialog", "Type:", nullptr));
195  label_nsamples->setText(QCoreApplication::translate("SeriesGeneratorDialog", "Number of Samples:", nullptr));
196  label_ratio->setText(QCoreApplication::translate("SeriesGeneratorDialog", "Common Ratio:", nullptr));
197  ratio->setText(QCoreApplication::translate("SeriesGeneratorDialog", "1.1", nullptr));
198  label_2->setText(QCoreApplication::translate("SeriesGeneratorDialog", "Range", nullptr));
199  message->setText(QString());
200  } // retranslateUi
201 
202 };
203 
204 namespace Ui {
206 } // namespace Ui
207 
208 QT_END_NAMESPACE
209 
210 #endif // UI_PQSERIESGENERATORDIALOG_H
void setupUi(QDialog *SeriesGeneratorDialog)
pqLineEdit subclass that supports a low precision view when inactive
void retranslateUi(QDialog *SeriesGeneratorDialog)