00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_EXPORTDIALOG_H
00011 #define UI_EXPORTDIALOG_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/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QProgressBar>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QRadioButton>
00026 #include <QtGui/QSpacerItem>
00027 #include <QtGui/QVBoxLayout>
00028
00029 QT_BEGIN_NAMESPACE
00030
00031 class Ui_ExportDialog
00032 {
00033 public:
00034 QVBoxLayout *vboxLayout;
00035 QGroupBox *generalOptionsGroupBox;
00036 QVBoxLayout *vboxLayout1;
00037 QHBoxLayout *hboxLayout;
00038 QRadioButton *currentSheetButton;
00039 QRadioButton *allSheetsButton;
00040 QSpacerItem *spacerItem;
00041 QHBoxLayout *hboxLayout1;
00042 QLabel *label;
00043 QLineEdit *exportDirName;
00044 QPushButton *fileSelectButton;
00045 QGroupBox *ExportStateGroupBox;
00046 QVBoxLayout *vboxLayout2;
00047 QHBoxLayout *hboxLayout2;
00048 QLabel *currentProcessingSheetName;
00049 QSpacerItem *spacerItem1;
00050 QProgressBar *progressBar;
00051 QHBoxLayout *hboxLayout3;
00052 QSpacerItem *spacerItem2;
00053 QPushButton *abortButton;
00054 QPushButton *startButton;
00055 QPushButton *closeButton;
00056
00057 void setupUi(QDialog *ExportDialog)
00058 {
00059 if (ExportDialog->objectName().isEmpty())
00060 ExportDialog->setObjectName(QString::fromUtf8("ExportDialog"));
00061 ExportDialog->resize(453, 258);
00062 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
00063 sizePolicy.setHorizontalStretch(0);
00064 sizePolicy.setVerticalStretch(1);
00065 sizePolicy.setHeightForWidth(ExportDialog->sizePolicy().hasHeightForWidth());
00066 ExportDialog->setSizePolicy(sizePolicy);
00067 vboxLayout = new QVBoxLayout(ExportDialog);
00068 vboxLayout->setSpacing(9);
00069 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00070 vboxLayout->setContentsMargins(9, 9, 9, 9);
00071 generalOptionsGroupBox = new QGroupBox(ExportDialog);
00072 generalOptionsGroupBox->setObjectName(QString::fromUtf8("generalOptionsGroupBox"));
00073 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum);
00074 sizePolicy1.setHorizontalStretch(0);
00075 sizePolicy1.setVerticalStretch(0);
00076 sizePolicy1.setHeightForWidth(generalOptionsGroupBox->sizePolicy().hasHeightForWidth());
00077 generalOptionsGroupBox->setSizePolicy(sizePolicy1);
00078 generalOptionsGroupBox->setMaximumSize(QSize(16777215, 350));
00079 vboxLayout1 = new QVBoxLayout(generalOptionsGroupBox);
00080 vboxLayout1->setSpacing(6);
00081 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00082 vboxLayout1->setContentsMargins(9, 9, 9, 9);
00083 hboxLayout = new QHBoxLayout();
00084 hboxLayout->setSpacing(6);
00085 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00086 hboxLayout->setContentsMargins(0, 0, 0, 0);
00087 currentSheetButton = new QRadioButton(generalOptionsGroupBox);
00088 currentSheetButton->setObjectName(QString::fromUtf8("currentSheetButton"));
00089 currentSheetButton->setChecked(true);
00090
00091 hboxLayout->addWidget(currentSheetButton);
00092
00093 allSheetsButton = new QRadioButton(generalOptionsGroupBox);
00094 allSheetsButton->setObjectName(QString::fromUtf8("allSheetsButton"));
00095
00096 hboxLayout->addWidget(allSheetsButton);
00097
00098 spacerItem = new QSpacerItem(0, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00099
00100 hboxLayout->addItem(spacerItem);
00101
00102
00103 vboxLayout1->addLayout(hboxLayout);
00104
00105 hboxLayout1 = new QHBoxLayout();
00106 hboxLayout1->setSpacing(6);
00107 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00108 hboxLayout1->setContentsMargins(0, 0, 0, 0);
00109 label = new QLabel(generalOptionsGroupBox);
00110 label->setObjectName(QString::fromUtf8("label"));
00111 label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00112
00113 hboxLayout1->addWidget(label);
00114
00115 exportDirName = new QLineEdit(generalOptionsGroupBox);
00116 exportDirName->setObjectName(QString::fromUtf8("exportDirName"));
00117 QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Fixed);
00118 sizePolicy2.setHorizontalStretch(5);
00119 sizePolicy2.setVerticalStretch(0);
00120 sizePolicy2.setHeightForWidth(exportDirName->sizePolicy().hasHeightForWidth());
00121 exportDirName->setSizePolicy(sizePolicy2);
00122
00123 hboxLayout1->addWidget(exportDirName);
00124
00125 fileSelectButton = new QPushButton(generalOptionsGroupBox);
00126 fileSelectButton->setObjectName(QString::fromUtf8("fileSelectButton"));
00127
00128 hboxLayout1->addWidget(fileSelectButton);
00129
00130
00131 vboxLayout1->addLayout(hboxLayout1);
00132
00133
00134 vboxLayout->addWidget(generalOptionsGroupBox);
00135
00136 ExportStateGroupBox = new QGroupBox(ExportDialog);
00137 ExportStateGroupBox->setObjectName(QString::fromUtf8("ExportStateGroupBox"));
00138 sizePolicy1.setHeightForWidth(ExportStateGroupBox->sizePolicy().hasHeightForWidth());
00139 ExportStateGroupBox->setSizePolicy(sizePolicy1);
00140 vboxLayout2 = new QVBoxLayout(ExportStateGroupBox);
00141 vboxLayout2->setSpacing(6);
00142 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00143 vboxLayout2->setContentsMargins(9, 9, 9, 9);
00144 hboxLayout2 = new QHBoxLayout();
00145 hboxLayout2->setSpacing(6);
00146 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00147 hboxLayout2->setContentsMargins(0, 0, 0, 0);
00148 currentProcessingSheetName = new QLabel(ExportStateGroupBox);
00149 currentProcessingSheetName->setObjectName(QString::fromUtf8("currentProcessingSheetName"));
00150
00151 hboxLayout2->addWidget(currentProcessingSheetName);
00152
00153 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00154
00155 hboxLayout2->addItem(spacerItem1);
00156
00157
00158 vboxLayout2->addLayout(hboxLayout2);
00159
00160 progressBar = new QProgressBar(ExportStateGroupBox);
00161 progressBar->setObjectName(QString::fromUtf8("progressBar"));
00162 progressBar->setValue(0);
00163 progressBar->setOrientation(Qt::Horizontal);
00164
00165 vboxLayout2->addWidget(progressBar);
00166
00167
00168 vboxLayout->addWidget(ExportStateGroupBox);
00169
00170 hboxLayout3 = new QHBoxLayout();
00171 hboxLayout3->setSpacing(6);
00172 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00173 hboxLayout3->setContentsMargins(0, 0, 0, 0);
00174 spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00175
00176 hboxLayout3->addItem(spacerItem2);
00177
00178 abortButton = new QPushButton(ExportDialog);
00179 abortButton->setObjectName(QString::fromUtf8("abortButton"));
00180 abortButton->setMinimumSize(QSize(200, 0));
00181
00182 hboxLayout3->addWidget(abortButton);
00183
00184 startButton = new QPushButton(ExportDialog);
00185 startButton->setObjectName(QString::fromUtf8("startButton"));
00186 startButton->setMinimumSize(QSize(140, 0));
00187
00188 hboxLayout3->addWidget(startButton);
00189
00190 closeButton = new QPushButton(ExportDialog);
00191 closeButton->setObjectName(QString::fromUtf8("closeButton"));
00192
00193 hboxLayout3->addWidget(closeButton);
00194
00195
00196 vboxLayout->addLayout(hboxLayout3);
00197
00198
00199 retranslateUi(ExportDialog);
00200
00201 QMetaObject::connectSlotsByName(ExportDialog);
00202 }
00203
00204 void retranslateUi(QDialog *ExportDialog)
00205 {
00206 ExportDialog->setWindowTitle(QApplication::translate("ExportDialog", "Export", 0, QApplication::UnicodeUTF8));
00207 generalOptionsGroupBox->setTitle(QApplication::translate("ExportDialog", "General Options", 0, QApplication::UnicodeUTF8));
00208 currentSheetButton->setText(QApplication::translate("ExportDialog", "Export current Sheet", 0, QApplication::UnicodeUTF8));
00209 allSheetsButton->setText(QApplication::translate("ExportDialog", "Export all Sheets", 0, QApplication::UnicodeUTF8));
00210 label->setText(QApplication::translate("ExportDialog", "Export directory", 0, QApplication::UnicodeUTF8));
00211 fileSelectButton->setText(QString());
00212 ExportStateGroupBox->setTitle(QApplication::translate("ExportDialog", "Export status", 0, QApplication::UnicodeUTF8));
00213 currentProcessingSheetName->setText(QApplication::translate("ExportDialog", "-", 0, QApplication::UnicodeUTF8));
00214 abortButton->setText(QApplication::translate("ExportDialog", "Abort Export", 0, QApplication::UnicodeUTF8));
00215 startButton->setText(QApplication::translate("ExportDialog", "Start Export", 0, QApplication::UnicodeUTF8));
00216 closeButton->setText(QApplication::translate("ExportDialog", "Close", 0, QApplication::UnicodeUTF8));
00217 Q_UNUSED(ExportDialog);
00218 }
00219
00220 };
00221
00222 namespace Ui {
00223 class ExportDialog: public Ui_ExportDialog {};
00224 }
00225
00226 QT_END_NAMESPACE
00227
00228 #endif // UI_EXPORTDIALOG_H