10 #define UI_RUN_ERROR_H
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QHeaderView>
17 #include <QtGui/QLabel>
18 #include <QtGui/QWidget>
30 if (run_error->objectName().isEmpty())
31 run_error->setObjectName(QString::fromUtf8(
"run_error"));
32 run_error->resize(315, 214);
34 icon.addFile(QString::fromUtf8(
"tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
35 run_error->setWindowIcon(icon);
36 label =
new QLabel(run_error);
37 label->setObjectName(QString::fromUtf8(
"label"));
38 label->setGeometry(QRect(20, 160, 271, 41));
39 label_2 =
new QLabel(run_error);
40 label_2->setObjectName(QString::fromUtf8(
"label_2"));
41 label_2->setGeometry(QRect(20, 10, 261, 161));
42 label_2->setPixmap(QPixmap(QString::fromUtf8(
"tycho_logo_klein.png")));
46 QMetaObject::connectSlotsByName(run_error);
51 run_error->setWindowTitle(QApplication::translate(
"run_error",
"No TYCHO exe specified.", 0, QApplication::UnicodeUTF8));
52 label->setText(QApplication::translate(
"run_error",
"Please specify a TYCHO executable", 0, QApplication::UnicodeUTF8));
64 #endif // UI_RUN_ERROR_H