00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKABOUTDIALOGGUI_H
00011 #define UI_QMITKABOUTDIALOGGUI_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/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QScrollArea>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025
00026 QT_BEGIN_NAMESPACE
00027
00028 class Ui_QmitkAboutDialog
00029 {
00030 public:
00031 QGridLayout *gridLayout_2;
00032 QScrollArea *scrollArea;
00033 QWidget *m_ScrollArea;
00034 QGridLayout *gridLayout;
00035 QLabel *m_PropsLabel;
00036 QSpacerItem *horizontalSpacer;
00037 QSpacerItem *horizontalSpacer_2;
00038 QLabel *m_DKFZLogo;
00039 QVBoxLayout *verticalLayout_2;
00040 QLabel *label;
00041 QLabel *label_2;
00042 QSpacerItem *verticalSpacer;
00043
00044 void setupUi(QDialog *QmitkAboutDialog)
00045 {
00046 if (QmitkAboutDialog->objectName().isEmpty())
00047 QmitkAboutDialog->setObjectName(QString::fromUtf8("QmitkAboutDialog"));
00048 QmitkAboutDialog->resize(534, 436);
00049 QmitkAboutDialog->setAutoFillBackground(false);
00050 gridLayout_2 = new QGridLayout(QmitkAboutDialog);
00051 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00052 scrollArea = new QScrollArea(QmitkAboutDialog);
00053 scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
00054 scrollArea->setWidgetResizable(true);
00055 m_ScrollArea = new QWidget();
00056 m_ScrollArea->setObjectName(QString::fromUtf8("m_ScrollArea"));
00057 m_ScrollArea->setGeometry(QRect(0, 0, 424, 642));
00058 gridLayout = new QGridLayout(m_ScrollArea);
00059 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00060 m_PropsLabel = new QLabel(m_ScrollArea);
00061 m_PropsLabel->setObjectName(QString::fromUtf8("m_PropsLabel"));
00062 m_PropsLabel->setWordWrap(true);
00063 m_PropsLabel->setOpenExternalLinks(true);
00064
00065 gridLayout->addWidget(m_PropsLabel, 0, 1, 1, 1);
00066
00067 scrollArea->setWidget(m_ScrollArea);
00068
00069 gridLayout_2->addWidget(scrollArea, 4, 1, 1, 3);
00070
00071 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00072
00073 gridLayout_2->addItem(horizontalSpacer, 4, 0, 1, 1);
00074
00075 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00076
00077 gridLayout_2->addItem(horizontalSpacer_2, 4, 4, 1, 1);
00078
00079 m_DKFZLogo = new QLabel(QmitkAboutDialog);
00080 m_DKFZLogo->setObjectName(QString::fromUtf8("m_DKFZLogo"));
00081 m_DKFZLogo->setMaximumSize(QSize(84, 56));
00082 m_DKFZLogo->setScaledContents(true);
00083 m_DKFZLogo->setOpenExternalLinks(true);
00084
00085 gridLayout_2->addWidget(m_DKFZLogo, 1, 3, 1, 1);
00086
00087 verticalLayout_2 = new QVBoxLayout();
00088 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00089 label = new QLabel(QmitkAboutDialog);
00090 label->setObjectName(QString::fromUtf8("label"));
00091 QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
00092 sizePolicy.setHorizontalStretch(0);
00093 sizePolicy.setVerticalStretch(0);
00094 sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
00095 label->setSizePolicy(sizePolicy);
00096 QFont font;
00097 font.setFamily(QString::fromUtf8("MS Sans Serif"));
00098 font.setPointSize(48);
00099 font.setBold(true);
00100 font.setWeight(75);
00101 label->setFont(font);
00102 label->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
00103
00104 verticalLayout_2->addWidget(label);
00105
00106 label_2 = new QLabel(QmitkAboutDialog);
00107 label_2->setObjectName(QString::fromUtf8("label_2"));
00108 sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
00109 label_2->setSizePolicy(sizePolicy);
00110 label_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
00111
00112 verticalLayout_2->addWidget(label_2);
00113
00114
00115 gridLayout_2->addLayout(verticalLayout_2, 1, 1, 1, 1);
00116
00117 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00118
00119 gridLayout_2->addItem(verticalSpacer, 5, 1, 1, 1);
00120
00121
00122 retranslateUi(QmitkAboutDialog);
00123
00124 QMetaObject::connectSlotsByName(QmitkAboutDialog);
00125 }
00126
00127 void retranslateUi(QDialog *QmitkAboutDialog)
00128 {
00129 QmitkAboutDialog->setWindowTitle(QApplication::translate("QmitkAboutDialog", "About", 0, QApplication::UnicodeUTF8));
00130 m_PropsLabel->setText(QApplication::translate("QmitkAboutDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
00131 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00132 "p, li { white-space: pre-wrap; }\n"
00133 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
00134 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">MITK 3M3 has been developed in joint effort by the division of Medical and Biological Informatics at the German Cancer Research Institute (</span><a href=\"http://www.dkfz.de/en/mbi/index.html\"><span style=\" font-size:8pt; text-decoration: underline; color:#0000ff;\">http://www.dkfz.de/en/mbi/index.html</span></a><span style=\" font-size:8pt;\">) and mint medical (</span><a href=\"http://mint-medical.com/\"><span style=\" font-size:8pt; text-decoration: underline; color:#0000ff;\">http://mint-medical.com/</span></a><span"
00135 " style=\" font-size:8pt;\">).</span></p>\n"
00136 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"></p>\n"
00137 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">To contact the MITK 3M3 Team, please use the </span><a href=\"http://mint-medical.de/mitk-3m3#feedback\"><span style=\" text-decoration: underline; color:#0000ff;\">feedback form.</span></a></p>\n"
00138 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"></p>\n"
00139 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">The team:</span></p>\n"
00140 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt"
00141 "-block-indent:0; text-indent:0px; font-size:8pt;\"></p>\n"
00142 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Matthias Baumhauer</span></p>\n"
00143 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Thiago dos Santos</span></p>\n"
00144 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Markus Fangerau</span></p>\n"
00145 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Alfred Franz</span></p>\n"
00146 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Klaus Fritzsche</span></p>\n"
00147 "<p style=\" margin-top:0px; margin-bottom:0"
00148 "px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Ingmar Gergel</span></p>\n"
00149 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Caspar Goch</span></p>\n"
00150 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Anja Groch</span></p>\n"
00151 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Philipp Hartmann</span></p>\n"
00152 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Jan Hering</span></p>\n"
00153 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Johannes K"
00154 "ast</span></p>\n"
00155 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Kerstin-Meike Knautz</span></p>\n"
00156 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Lena Maier-Hein</span></p>\n"
00157 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Daniel Maleike</span></p>\n"
00158 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Hans-Peter Meinzer</span></p>\n"
00159 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Michael M\303\274ller</span></p>\n"
00160 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-ri"
00161 "ght:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Jochen Neuhaus</span></p>\n"
00162 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Marco Nolden</span></p>\n"
00163 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Urte Rietdorf</span></p>\n"
00164 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Sabrina Schmidt</span></p>\n"
00165 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Tobias Schwarz</span></p>\n"
00166 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Alexander Seitel</span></p>\n"
00167 ""
00168 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Mathias Seitel</span></p>\n"
00169 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Daniel Stein</span></p>\n"
00170 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Johanna Stuke</span></p>\n"
00171 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Diana Wald</span></p>\n"
00172 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Xin Wang</span></p>\n"
00173 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><s"
00174 "pan style=\" font-size:8pt;\">Ingmar Wegner </span></p>\n"
00175 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Jan W\303\266rner</span></p>\n"
00176 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Sascha Zelzer</span></p>\n"
00177 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"></p>\n"
00178 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Third party products used in this software are:</span></p>\n"
00179 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">The </span><a href=\"http://www.boost.org/\"><span style=\""
00180 " font-size:8pt; text-decoration: underline; color:#0000ff;\">boost</span></a><span style=\" font-size:8pt;\"> C++ libraries (version 1.40)</span></p>\n"
00181 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">The </span><a href=\"http://dicom.offis.de/dcmtk.php.en\"><span style=\" font-size:8pt; text-decoration: underline; color:#0000ff;\">DCMTK</span></a><span style=\" font-size:8pt;\"> libraries (version 3.5.4)</span></p>\n"
00182 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">The Insight Segmentation and Registration Toolkit (</span><a href=\"http://www.itk.org/\"><span style=\" font-size:8pt; text-decoration: underline; color:#0000ff;\">ITK</span></a><span style=\" font-size:8pt;\">) (version %1)</span></p>\n"
00183 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0;"
00184 " text-indent:0px;\"><span style=\" font-size:8pt;\">The </span><a href=\"http://qt.nokia.com/products\"><span style=\" font-size:8pt; text-decoration: underline; color:#0000ff;\">Qt</span></a><span style=\" font-size:8pt;\"> libraries (version %2)</span></p>\n"
00185 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">The Visualization Toolkit (</span><a href=\"http://www.vtk.org/\"><span style=\" font-size:8pt; text-decoration: underline; color:#0000ff;\">VTK</span></a><span style=\" font-size:8pt;\">) (version %3)</span></p>\n"
00186 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"></p>\n"
00187 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">MITK (revision %4)</span></p></body></html>", 0, QApplication::UnicodeUTF8));
00188 m_DKFZLogo->setText(QApplication::translate("QmitkAboutDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
00189 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00190 "p, li { white-space: pre-wrap; }\n"
00191 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
00192 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://www.dkfz.de/en/mbi/\"><span style=\" text-decoration: underline; color:#0000ff;\"><img src=\":/qmitk/Logo_mbiATdkfz_small.png\" /></span></a></p></body></html>", 0, QApplication::UnicodeUTF8));
00193 label->setText(QApplication::translate("QmitkAboutDialog", "MITK", 0, QApplication::UnicodeUTF8));
00194 label_2->setText(QApplication::translate("QmitkAboutDialog", "Version 1.0", 0, QApplication::UnicodeUTF8));
00195 }
00196
00197 };
00198
00199 namespace Ui {
00200 class QmitkAboutDialog: public Ui_QmitkAboutDialog {};
00201 }
00202
00203 QT_END_NAMESPACE
00204
00205 #endif // UI_QMITKABOUTDIALOGGUI_H