00001 #ifndef ALGORITHM_SETTINGS_WIDGET_BASE_H
00002 #define ALGORITHM_SETTINGS_WIDGET_BASE_H
00003
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QFrame>
00009 #include <QtGui/QGridLayout>
00010 #include <QtGui/QLabel>
00011 #include <QtGui/QLineEdit>
00012 #include <QtGui/QPushButton>
00013 #include <QtGui/QSpacerItem>
00014 #include <QtGui/QWidget>
00015
00016 class Ui_AlgorithmSettingsWidgetBase
00017 {
00018 public:
00019 QGridLayout *gridLayout;
00020 QSpacerItem *spacerItem;
00021 QLineEdit *algorithm_config_path_line_edit_;
00022 QLineEdit *algorithm_path_line_edit_;
00023 QLabel *algorithms_label_;
00024 QFrame *line;
00025 QLabel *algorithm_path_label_;
00026 QLabel *algorithm_config_path_label_;
00027 QPushButton *select_algorithm_config_path_push_button_;
00028 QPushButton *select_algorithm_path_push_button_;
00029
00030 void setupUi(QWidget *AlgorithmSettingsWidgetBase)
00031 {
00032 AlgorithmSettingsWidgetBase->setObjectName(QString::fromUtf8("AlgorithmSettingsWidgetBase"));
00033 AlgorithmSettingsWidgetBase->resize(QSize(378, 230).expandedTo(AlgorithmSettingsWidgetBase->minimumSizeHint()));
00034 gridLayout = new QGridLayout(AlgorithmSettingsWidgetBase);
00035 gridLayout->setSpacing(6);
00036 gridLayout->setMargin(9);
00037 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00038 spacerItem = new QSpacerItem(360, 161, QSizePolicy::Minimum, QSizePolicy::Expanding);
00039
00040 gridLayout->addItem(spacerItem, 6, 0, 1, 2);
00041
00042 algorithm_config_path_line_edit_ = new QLineEdit(AlgorithmSettingsWidgetBase);
00043 algorithm_config_path_line_edit_->setObjectName(QString::fromUtf8("algorithm_config_path_line_edit_"));
00044
00045 gridLayout->addWidget(algorithm_config_path_line_edit_, 3, 0, 1, 1);
00046
00047 algorithm_path_line_edit_ = new QLineEdit(AlgorithmSettingsWidgetBase);
00048 algorithm_path_line_edit_->setObjectName(QString::fromUtf8("algorithm_path_line_edit_"));
00049
00050 gridLayout->addWidget(algorithm_path_line_edit_, 5, 0, 1, 1);
00051
00052 algorithms_label_ = new QLabel(AlgorithmSettingsWidgetBase);
00053 algorithms_label_->setObjectName(QString::fromUtf8("algorithms_label_"));
00054 QFont font;
00055 font.setFamily(QString::fromUtf8("Sans Serif"));
00056 font.setPointSize(9);
00057 font.setBold(true);
00058 font.setItalic(false);
00059 font.setUnderline(false);
00060 font.setWeight(75);
00061 font.setStrikeOut(false);
00062 algorithms_label_->setFont(font);
00063
00064 gridLayout->addWidget(algorithms_label_, 0, 0, 1, 2);
00065
00066 line = new QFrame(AlgorithmSettingsWidgetBase);
00067 line->setObjectName(QString::fromUtf8("line"));
00068 line->setFrameShape(QFrame::HLine);
00069
00070 gridLayout->addWidget(line, 1, 0, 1, 2);
00071
00072 algorithm_path_label_ = new QLabel(AlgorithmSettingsWidgetBase);
00073 algorithm_path_label_->setObjectName(QString::fromUtf8("algorithm_path_label_"));
00074
00075 gridLayout->addWidget(algorithm_path_label_, 4, 0, 1, 1);
00076
00077 algorithm_config_path_label_ = new QLabel(AlgorithmSettingsWidgetBase);
00078 algorithm_config_path_label_->setObjectName(QString::fromUtf8("algorithm_config_path_label_"));
00079
00080 gridLayout->addWidget(algorithm_config_path_label_, 2, 0, 1, 1);
00081
00082 select_algorithm_config_path_push_button_ = new QPushButton(AlgorithmSettingsWidgetBase);
00083 select_algorithm_config_path_push_button_->setObjectName(QString::fromUtf8("select_algorithm_config_path_push_button_"));
00084 select_algorithm_config_path_push_button_->setMaximumSize(QSize(30, 30));
00085
00086 gridLayout->addWidget(select_algorithm_config_path_push_button_, 3, 1, 1, 1);
00087
00088 select_algorithm_path_push_button_ = new QPushButton(AlgorithmSettingsWidgetBase);
00089 select_algorithm_path_push_button_->setObjectName(QString::fromUtf8("select_algorithm_path_push_button_"));
00090 select_algorithm_path_push_button_->setMaximumSize(QSize(30, 30));
00091
00092 gridLayout->addWidget(select_algorithm_path_push_button_, 5, 1, 1, 1);
00093
00094 retranslateUi(AlgorithmSettingsWidgetBase);
00095
00096 QMetaObject::connectSlotsByName(AlgorithmSettingsWidgetBase);
00097 }
00098
00099 void retranslateUi(QWidget *AlgorithmSettingsWidgetBase)
00100 {
00101 AlgorithmSettingsWidgetBase->setWindowTitle(QApplication::translate("AlgorithmSettingsWidgetBase", "Form", 0, QApplication::UnicodeUTF8));
00102 algorithms_label_->setText(QApplication::translate("AlgorithmSettingsWidgetBase", "Algorithms", 0, QApplication::UnicodeUTF8));
00103 algorithm_path_label_->setText(QApplication::translate("AlgorithmSettingsWidgetBase", "Algorithm Path:", 0, QApplication::UnicodeUTF8));
00104 algorithm_config_path_label_->setText(QApplication::translate("AlgorithmSettingsWidgetBase", "Algorithm Configuration File:", 0, QApplication::UnicodeUTF8));
00105 select_algorithm_config_path_push_button_->setText(QApplication::translate("AlgorithmSettingsWidgetBase", "", 0, QApplication::UnicodeUTF8));
00106 select_algorithm_path_push_button_->setText(QApplication::translate("AlgorithmSettingsWidgetBase", "", 0, QApplication::UnicodeUTF8));
00107 Q_UNUSED(AlgorithmSettingsWidgetBase);
00108 }
00109
00110 };
00111
00112 namespace Ui {
00113 class AlgorithmSettingsWidgetBase: public Ui_AlgorithmSettingsWidgetBase {};
00114 }
00115
00116 #endif // ALGORITHM_SETTINGS_WIDGET_BASE_H