00001 #ifndef CUSTOM_WINDOW_LEVEL_FIELD_BASE_H
00002 #define CUSTOM_WINDOW_LEVEL_FIELD_BASE_H
00003
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QGridLayout>
00009 #include <QtGui/QGroupBox>
00010 #include <QtGui/QLabel>
00011 #include <QtGui/QLineEdit>
00012 #include <QtGui/QSlider>
00013 #include <QtGui/QSpinBox>
00014 #include <QtGui/QWidget>
00015
00016 class Ui_CustomWindowLevelFieldBase
00017 {
00018 public:
00019 QGridLayout *gridLayout;
00020 QGroupBox *groupBox_2;
00021 QGridLayout *gridLayout1;
00022 QSpinBox *cutom_1_window_spin_box_1;
00023 QSpinBox *custom_1_level_spin_box_1;
00024 QSlider *cutom_1_window_slider_1;
00025 QSlider *custom_1_level_slider_1;
00026 QLabel *label_5;
00027 QLineEdit *custom_1_line_edit_1;
00028 QLabel *label_6;
00029 QLabel *label_7;
00030
00031 void setupUi(QWidget *CustomWindowLevelFieldBase)
00032 {
00033 CustomWindowLevelFieldBase->setObjectName(QString::fromUtf8("CustomWindowLevelFieldBase"));
00034 CustomWindowLevelFieldBase->resize(QSize(252, 118).expandedTo(CustomWindowLevelFieldBase->minimumSizeHint()));
00035 gridLayout = new QGridLayout(CustomWindowLevelFieldBase);
00036 gridLayout->setSpacing(6);
00037 gridLayout->setMargin(9);
00038 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00039 groupBox_2 = new QGroupBox(CustomWindowLevelFieldBase);
00040 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00041 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00042 sizePolicy.setHorizontalStretch(0);
00043 sizePolicy.setVerticalStretch(0);
00044 sizePolicy.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
00045 groupBox_2->setSizePolicy(sizePolicy);
00046 groupBox_2->setMinimumSize(QSize(200, 100));
00047 gridLayout1 = new QGridLayout(groupBox_2);
00048 gridLayout1->setSpacing(6);
00049 gridLayout1->setMargin(9);
00050 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00051 cutom_1_window_spin_box_1 = new QSpinBox(groupBox_2);
00052 cutom_1_window_spin_box_1->setObjectName(QString::fromUtf8("cutom_1_window_spin_box_1"));
00053
00054 gridLayout1->addWidget(cutom_1_window_spin_box_1, 2, 2, 1, 1);
00055
00056 custom_1_level_spin_box_1 = new QSpinBox(groupBox_2);
00057 custom_1_level_spin_box_1->setObjectName(QString::fromUtf8("custom_1_level_spin_box_1"));
00058
00059 gridLayout1->addWidget(custom_1_level_spin_box_1, 1, 2, 1, 1);
00060
00061 cutom_1_window_slider_1 = new QSlider(groupBox_2);
00062 cutom_1_window_slider_1->setObjectName(QString::fromUtf8("cutom_1_window_slider_1"));
00063 cutom_1_window_slider_1->setOrientation(Qt::Horizontal);
00064
00065 gridLayout1->addWidget(cutom_1_window_slider_1, 2, 1, 1, 1);
00066
00067 custom_1_level_slider_1 = new QSlider(groupBox_2);
00068 custom_1_level_slider_1->setObjectName(QString::fromUtf8("custom_1_level_slider_1"));
00069 custom_1_level_slider_1->setOrientation(Qt::Horizontal);
00070
00071 gridLayout1->addWidget(custom_1_level_slider_1, 1, 1, 1, 1);
00072
00073 label_5 = new QLabel(groupBox_2);
00074 label_5->setObjectName(QString::fromUtf8("label_5"));
00075
00076 gridLayout1->addWidget(label_5, 0, 0, 1, 1);
00077
00078 custom_1_line_edit_1 = new QLineEdit(groupBox_2);
00079 custom_1_line_edit_1->setObjectName(QString::fromUtf8("custom_1_line_edit_1"));
00080
00081 gridLayout1->addWidget(custom_1_line_edit_1, 0, 1, 1, 2);
00082
00083 label_6 = new QLabel(groupBox_2);
00084 label_6->setObjectName(QString::fromUtf8("label_6"));
00085
00086 gridLayout1->addWidget(label_6, 1, 0, 1, 1);
00087
00088 label_7 = new QLabel(groupBox_2);
00089 label_7->setObjectName(QString::fromUtf8("label_7"));
00090
00091 gridLayout1->addWidget(label_7, 2, 0, 1, 1);
00092
00093
00094 gridLayout->addWidget(groupBox_2, 0, 0, 1, 1);
00095
00096 retranslateUi(CustomWindowLevelFieldBase);
00097
00098 QMetaObject::connectSlotsByName(CustomWindowLevelFieldBase);
00099 }
00100
00101 void retranslateUi(QWidget *CustomWindowLevelFieldBase)
00102 {
00103 CustomWindowLevelFieldBase->setWindowTitle(QApplication::translate("CustomWindowLevelFieldBase", "Form", 0, QApplication::UnicodeUTF8));
00104 groupBox_2->setTitle(QApplication::translate("CustomWindowLevelFieldBase", "Custom Field 1", 0, QApplication::UnicodeUTF8));
00105 label_5->setText(QApplication::translate("CustomWindowLevelFieldBase", "Name:", 0, QApplication::UnicodeUTF8));
00106 label_6->setText(QApplication::translate("CustomWindowLevelFieldBase", "Level (%):", 0, QApplication::UnicodeUTF8));
00107 label_7->setText(QApplication::translate("CustomWindowLevelFieldBase", "Window (%):", 0, QApplication::UnicodeUTF8));
00108 Q_UNUSED(CustomWindowLevelFieldBase);
00109 }
00110
00111 };
00112
00113 namespace Ui {
00114 class CustomWindowLevelFieldBase: public Ui_CustomWindowLevelFieldBase {};
00115 }
00116
00117 #endif // CUSTOM_WINDOW_LEVEL_FIELD_BASE_H