UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ui_natgrp_options_wid.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'natgrp_options_wid.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_NATGRP_OPTIONS_WID_H
10 #define UI_NATGRP_OPTIONS_WID_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QCheckBox>
17 #include <QtGui/QGridLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QLineEdit>
21 #include <QtGui/QToolButton>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QToolButton *swapToolButton;
31  QLineEdit *stepLineEdit;
32  QCheckBox *autoStepCheckBox;
33  QLabel *nameLabel;
34  QLineEdit *mnLineEdit;
35  QLineEdit *mxLineEdit;
36 
37  void setupUi(QWidget *NatgrpOptionsWid)
38  {
39  if (NatgrpOptionsWid->objectName().isEmpty())
40  NatgrpOptionsWid->setObjectName(QString::fromUtf8("NatgrpOptionsWid"));
41  NatgrpOptionsWid->resize(435, 48);
42  gridLayout = new QGridLayout(NatgrpOptionsWid);
43  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
44  swapToolButton = new QToolButton(NatgrpOptionsWid);
45  swapToolButton->setObjectName(QString::fromUtf8("swapToolButton"));
46  QIcon icon;
47  icon.addFile(QString::fromUtf8(":/icons/swap.png"), QSize(), QIcon::Normal, QIcon::Off);
48  swapToolButton->setIcon(icon);
49 
50  gridLayout->addWidget(swapToolButton, 0, 2, 1, 1);
51 
52  stepLineEdit = new QLineEdit(NatgrpOptionsWid);
53  stepLineEdit->setObjectName(QString::fromUtf8("stepLineEdit"));
54 
55  gridLayout->addWidget(stepLineEdit, 0, 5, 1, 1);
56 
57  autoStepCheckBox = new QCheckBox(NatgrpOptionsWid);
58  autoStepCheckBox->setObjectName(QString::fromUtf8("autoStepCheckBox"));
59 
60  gridLayout->addWidget(autoStepCheckBox, 0, 4, 1, 1);
61 
62  nameLabel = new QLabel(NatgrpOptionsWid);
63  nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
64 
65  gridLayout->addWidget(nameLabel, 0, 0, 1, 1);
66 
67  mnLineEdit = new QLineEdit(NatgrpOptionsWid);
68  mnLineEdit->setObjectName(QString::fromUtf8("mnLineEdit"));
69 
70  gridLayout->addWidget(mnLineEdit, 0, 1, 1, 1);
71 
72  mxLineEdit = new QLineEdit(NatgrpOptionsWid);
73  mxLineEdit->setObjectName(QString::fromUtf8("mxLineEdit"));
74 
75  gridLayout->addWidget(mxLineEdit, 0, 3, 1, 1);
76 
77  QWidget::setTabOrder(mnLineEdit, swapToolButton);
78  QWidget::setTabOrder(swapToolButton, mxLineEdit);
79  QWidget::setTabOrder(mxLineEdit, autoStepCheckBox);
80  QWidget::setTabOrder(autoStepCheckBox, stepLineEdit);
81 
82  retranslateUi(NatgrpOptionsWid);
83 
84  QMetaObject::connectSlotsByName(NatgrpOptionsWid);
85  } // setupUi
86 
87  void retranslateUi(QWidget *NatgrpOptionsWid)
88  {
89  NatgrpOptionsWid->setWindowTitle(QApplication::translate("NatgrpOptionsWid", "Form", 0, QApplication::UnicodeUTF8));
90  swapToolButton->setText(QString());
91  stepLineEdit->setText(QApplication::translate("NatgrpOptionsWid", "1", 0, QApplication::UnicodeUTF8));
92  autoStepCheckBox->setText(QApplication::translate("NatgrpOptionsWid", "Step:", 0, QApplication::UnicodeUTF8));
93  nameLabel->setText(QApplication::translate("NatgrpOptionsWid", "Coord_name:", 0, QApplication::UnicodeUTF8));
94  mnLineEdit->setText(QApplication::translate("NatgrpOptionsWid", "0", 0, QApplication::UnicodeUTF8));
95  mxLineEdit->setText(QApplication::translate("NatgrpOptionsWid", "100", 0, QApplication::UnicodeUTF8));
96  } // retranslateUi
97 
98 };
99 
100 namespace Ui {
102 } // namespace Ui
103 
104 QT_END_NAMESPACE
105 
106 #endif // UI_NATGRP_OPTIONS_WID_H
Definition: ui_natgrp_options_wid.h:101
Definition: ui_natgrp_options_wid.h:26