UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ui_sa_manual_zoom_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'sa_manual_zoom_dialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.6
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_SA_MANUAL_ZOOM_DIALOG_H
10 #define UI_SA_MANUAL_ZOOM_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QGridLayout>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QLabel>
19 #include <QtGui/QLineEdit>
20 #include <QtGui/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout;
28  QLabel *label;
29  QLineEdit *coordMinLineEdit;
30  QLineEdit *coordMaxLineEdit;
31  QLabel *label_2;
32  QLineEdit *timeMinLineEdit;
33  QLineEdit *timeMaxLineEdit;
34 
35  void setupUi(QWidget *SAManualZoomDialog)
36  {
37  if (SAManualZoomDialog->objectName().isEmpty())
38  SAManualZoomDialog->setObjectName(QString::fromUtf8("SAManualZoomDialog"));
39  SAManualZoomDialog->resize(314, 97);
40  gridLayout = new QGridLayout(SAManualZoomDialog);
41  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
42  label = new QLabel(SAManualZoomDialog);
43  label->setObjectName(QString::fromUtf8("label"));
44 
45  gridLayout->addWidget(label, 0, 0, 1, 1);
46 
47  coordMinLineEdit = new QLineEdit(SAManualZoomDialog);
48  coordMinLineEdit->setObjectName(QString::fromUtf8("coordMinLineEdit"));
49 
50  gridLayout->addWidget(coordMinLineEdit, 0, 1, 1, 1);
51 
52  coordMaxLineEdit = new QLineEdit(SAManualZoomDialog);
53  coordMaxLineEdit->setObjectName(QString::fromUtf8("coordMaxLineEdit"));
54 
55  gridLayout->addWidget(coordMaxLineEdit, 0, 2, 1, 1);
56 
57  label_2 = new QLabel(SAManualZoomDialog);
58  label_2->setObjectName(QString::fromUtf8("label_2"));
59 
60  gridLayout->addWidget(label_2, 1, 0, 1, 1);
61 
62  timeMinLineEdit = new QLineEdit(SAManualZoomDialog);
63  timeMinLineEdit->setObjectName(QString::fromUtf8("timeMinLineEdit"));
64 
65  gridLayout->addWidget(timeMinLineEdit, 1, 1, 1, 1);
66 
67  timeMaxLineEdit = new QLineEdit(SAManualZoomDialog);
68  timeMaxLineEdit->setObjectName(QString::fromUtf8("timeMaxLineEdit"));
69 
70  gridLayout->addWidget(timeMaxLineEdit, 1, 2, 1, 1);
71 
72 
73  retranslateUi(SAManualZoomDialog);
74 
75  QMetaObject::connectSlotsByName(SAManualZoomDialog);
76  } // setupUi
77 
78  void retranslateUi(QWidget *SAManualZoomDialog)
79  {
80  SAManualZoomDialog->setWindowTitle(QApplication::translate("SAManualZoomDialog", "Form", 0, QApplication::UnicodeUTF8));
81  label->setText(QApplication::translate("SAManualZoomDialog", "Indeces:", 0, QApplication::UnicodeUTF8));
82  label_2->setText(QApplication::translate("SAManualZoomDialog", "Time, ms:", 0, QApplication::UnicodeUTF8));
83  } // retranslateUi
84 
85 };
86 
87 namespace Ui {
89 } // namespace Ui
90 
91 QT_END_NAMESPACE
92 
93 #endif // UI_SA_MANUAL_ZOOM_DIALOG_H
Definition: ui_sa_manual_zoom_dialog.h:88
Definition: ui_sa_manual_zoom_dialog.h:24