ui_DlgPartImportStep.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_DLGPARTIMPORTSTEP_H
00011 #define UI_DLGPARTIMPORTSTEP_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpacerItem>
00025
00026 namespace PartGui {
00027
00028 class Ui_DlgPartImportStep
00029 {
00030 public:
00031 QGridLayout *gridLayout;
00032 QGroupBox *GroupBox5;
00033 QHBoxLayout *hboxLayout;
00034 QLineEdit *FileName;
00035 QPushButton *SearchFile;
00036 QHBoxLayout *hboxLayout1;
00037 QPushButton *OKButton;
00038 QSpacerItem *spacerItem;
00039 QPushButton *CancelButton;
00040
00041 void setupUi(QDialog *PartGui__DlgPartImportStep)
00042 {
00043 if (PartGui__DlgPartImportStep->objectName().isEmpty())
00044 PartGui__DlgPartImportStep->setObjectName(QString::fromUtf8("PartGui__DlgPartImportStep"));
00045 PartGui__DlgPartImportStep->resize(342, 117);
00046 gridLayout = new QGridLayout(PartGui__DlgPartImportStep);
00047 gridLayout->setSpacing(6);
00048 gridLayout->setMargin(9);
00049 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00050 GroupBox5 = new QGroupBox(PartGui__DlgPartImportStep);
00051 GroupBox5->setObjectName(QString::fromUtf8("GroupBox5"));
00052 hboxLayout = new QHBoxLayout(GroupBox5);
00053 hboxLayout->setSpacing(6);
00054 hboxLayout->setMargin(11);
00055 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00056 FileName = new QLineEdit(GroupBox5);
00057 FileName->setObjectName(QString::fromUtf8("FileName"));
00058
00059 hboxLayout->addWidget(FileName);
00060
00061 SearchFile = new QPushButton(GroupBox5);
00062 SearchFile->setObjectName(QString::fromUtf8("SearchFile"));
00063 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00064 sizePolicy.setHorizontalStretch(0);
00065 sizePolicy.setVerticalStretch(0);
00066 sizePolicy.setHeightForWidth(SearchFile->sizePolicy().hasHeightForWidth());
00067 SearchFile->setSizePolicy(sizePolicy);
00068 SearchFile->setMinimumSize(QSize(30, 0));
00069 SearchFile->setMaximumSize(QSize(30, 32767));
00070
00071 hboxLayout->addWidget(SearchFile);
00072
00073
00074 gridLayout->addWidget(GroupBox5, 0, 0, 1, 1);
00075
00076 hboxLayout1 = new QHBoxLayout();
00077 hboxLayout1->setSpacing(6);
00078 hboxLayout1->setMargin(0);
00079 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00080 OKButton = new QPushButton(PartGui__DlgPartImportStep);
00081 OKButton->setObjectName(QString::fromUtf8("OKButton"));
00082
00083 hboxLayout1->addWidget(OKButton);
00084
00085 spacerItem = new QSpacerItem(151, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00086
00087 hboxLayout1->addItem(spacerItem);
00088
00089 CancelButton = new QPushButton(PartGui__DlgPartImportStep);
00090 CancelButton->setObjectName(QString::fromUtf8("CancelButton"));
00091
00092 hboxLayout1->addWidget(CancelButton);
00093
00094
00095 gridLayout->addLayout(hboxLayout1, 1, 0, 1, 1);
00096
00097 QWidget::setTabOrder(FileName, SearchFile);
00098 QWidget::setTabOrder(SearchFile, OKButton);
00099 QWidget::setTabOrder(OKButton, CancelButton);
00100
00101 retranslateUi(PartGui__DlgPartImportStep);
00102 QObject::connect(OKButton, SIGNAL(clicked()), PartGui__DlgPartImportStep, SLOT(accept()));
00103 QObject::connect(CancelButton, SIGNAL(clicked()), PartGui__DlgPartImportStep, SLOT(reject()));
00104
00105 QMetaObject::connectSlotsByName(PartGui__DlgPartImportStep);
00106 }
00107
00108 void retranslateUi(QDialog *PartGui__DlgPartImportStep)
00109 {
00110 PartGui__DlgPartImportStep->setWindowTitle(QApplication::translate("PartGui::DlgPartImportStep", "Step input file", 0, QApplication::UnicodeUTF8));
00111 GroupBox5->setTitle(QApplication::translate("PartGui::DlgPartImportStep", "File Name", 0, QApplication::UnicodeUTF8));
00112 FileName->setText(QString());
00113 SearchFile->setText(QApplication::translate("PartGui::DlgPartImportStep", "...", 0, QApplication::UnicodeUTF8));
00114 OKButton->setText(QApplication::translate("PartGui::DlgPartImportStep", "OK", 0, QApplication::UnicodeUTF8));
00115 CancelButton->setText(QApplication::translate("PartGui::DlgPartImportStep", "Cancel", 0, QApplication::UnicodeUTF8));
00116 Q_UNUSED(PartGui__DlgPartImportStep);
00117 }
00118
00119 };
00120
00121 }
00122
00123 namespace PartGui {
00124 namespace Ui {
00125 class DlgPartImportStep: public Ui_DlgPartImportStep {};
00126 }
00127 }
00128
00129 #endif // UI_DLGPARTIMPORTSTEP_H