window_level_settings_widget_base.h

00001 #ifndef WINDOW_LEVEL_SETTINGS_WIDGET_BASE_H
00002 #define WINDOW_LEVEL_SETTINGS_WIDGET_BASE_H
00003 
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QComboBox>
00009 #include <QtGui/QFrame>
00010 #include <QtGui/QGridLayout>
00011 #include <QtGui/QGroupBox>
00012 #include <QtGui/QLabel>
00013 #include <QtGui/QSpacerItem>
00014 #include <QtGui/QWidget>
00015 
00016 class Ui_WindowLevelSettingsWidgetBase
00017 {
00018 public:
00019     QGridLayout *gridLayout;
00020     QSpacerItem *spacerItem;
00021     QGroupBox *custom_fields_group_box_;
00022     QGridLayout *gridLayout1;
00023     QLabel *label;
00024     QComboBox *comboBox;
00025     QFrame *line;
00026     QLabel *window_level_label_;
00027 
00028     void setupUi(QWidget *WindowLevelSettingsWidgetBase)
00029     {
00030     WindowLevelSettingsWidgetBase->setObjectName(QString::fromUtf8("WindowLevelSettingsWidgetBase"));
00031     WindowLevelSettingsWidgetBase->resize(QSize(512, 417).expandedTo(WindowLevelSettingsWidgetBase->minimumSizeHint()));
00032     gridLayout = new QGridLayout(WindowLevelSettingsWidgetBase);
00033     gridLayout->setSpacing(6);
00034     gridLayout->setMargin(9);
00035     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00036     spacerItem = new QSpacerItem(494, 131, QSizePolicy::Minimum, QSizePolicy::Expanding);
00037 
00038     gridLayout->addItem(spacerItem, 3, 0, 1, 1);
00039 
00040     custom_fields_group_box_ = new QGroupBox(WindowLevelSettingsWidgetBase);
00041     custom_fields_group_box_->setObjectName(QString::fromUtf8("custom_fields_group_box_"));
00042     gridLayout1 = new QGridLayout(custom_fields_group_box_);
00043     gridLayout1->setSpacing(6);
00044     gridLayout1->setMargin(9);
00045     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00046     label = new QLabel(custom_fields_group_box_);
00047     label->setObjectName(QString::fromUtf8("label"));
00048 
00049     gridLayout1->addWidget(label, 0, 0, 1, 1);
00050 
00051     comboBox = new QComboBox(custom_fields_group_box_);
00052     comboBox->setObjectName(QString::fromUtf8("comboBox"));
00053 
00054     gridLayout1->addWidget(comboBox, 0, 1, 1, 1);
00055 
00056 
00057     gridLayout->addWidget(custom_fields_group_box_, 2, 0, 1, 1);
00058 
00059     line = new QFrame(WindowLevelSettingsWidgetBase);
00060     line->setObjectName(QString::fromUtf8("line"));
00061     line->setFrameShape(QFrame::HLine);
00062 
00063     gridLayout->addWidget(line, 1, 0, 1, 1);
00064 
00065     window_level_label_ = new QLabel(WindowLevelSettingsWidgetBase);
00066     window_level_label_->setObjectName(QString::fromUtf8("window_level_label_"));
00067     QFont font;
00068     font.setFamily(QString::fromUtf8("Sans Serif"));
00069     font.setPointSize(9);
00070     font.setBold(true);
00071     font.setItalic(false);
00072     font.setUnderline(false);
00073     font.setWeight(75);
00074     font.setStrikeOut(false);
00075     window_level_label_->setFont(font);
00076 
00077     gridLayout->addWidget(window_level_label_, 0, 0, 1, 1);
00078 
00079     retranslateUi(WindowLevelSettingsWidgetBase);
00080 
00081     comboBox->setCurrentIndex(0);
00082 
00083 
00084     QMetaObject::connectSlotsByName(WindowLevelSettingsWidgetBase);
00085     } // setupUi
00086 
00087     void retranslateUi(QWidget *WindowLevelSettingsWidgetBase)
00088     {
00089     WindowLevelSettingsWidgetBase->setWindowTitle(QApplication::translate("WindowLevelSettingsWidgetBase", "Form", 0, QApplication::UnicodeUTF8));
00090     custom_fields_group_box_->setTitle(QApplication::translate("WindowLevelSettingsWidgetBase", "Custom Fields", 0, QApplication::UnicodeUTF8));
00091     label->setText(QApplication::translate("WindowLevelSettingsWidgetBase", "Select the number of custom Fields:", 0, QApplication::UnicodeUTF8));
00092     comboBox->clear();
00093     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "1", 0, QApplication::UnicodeUTF8));
00094     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "2", 0, QApplication::UnicodeUTF8));
00095     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "3", 0, QApplication::UnicodeUTF8));
00096     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "4", 0, QApplication::UnicodeUTF8));
00097     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "5", 0, QApplication::UnicodeUTF8));
00098     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "6", 0, QApplication::UnicodeUTF8));
00099     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "7", 0, QApplication::UnicodeUTF8));
00100     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "8", 0, QApplication::UnicodeUTF8));
00101     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "9", 0, QApplication::UnicodeUTF8));
00102     comboBox->addItem(QApplication::translate("WindowLevelSettingsWidgetBase", "10", 0, QApplication::UnicodeUTF8));
00103     window_level_label_->setText(QApplication::translate("WindowLevelSettingsWidgetBase", "Window / Level", 0, QApplication::UnicodeUTF8));
00104     Q_UNUSED(WindowLevelSettingsWidgetBase);
00105     } // retranslateUi
00106 
00107 };
00108 
00109 namespace Ui {
00110     class WindowLevelSettingsWidgetBase: public Ui_WindowLevelSettingsWidgetBase {};
00111 } // namespace Ui
00112 
00113 #endif // WINDOW_LEVEL_SETTINGS_WIDGET_BASE_H

Generated on Sun Aug 13 18:19:40 2006 for iMEDgine by  doxygen 1.4.6