tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_run_error.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'run_error.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.4
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_RUN_ERROR_H
10 #define UI_RUN_ERROR_H
11 
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>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QLabel *label;
26  QLabel *label_2;
27 
28  void setupUi(QWidget *run_error)
29  {
30  if (run_error->objectName().isEmpty())
31  run_error->setObjectName(QString::fromUtf8("run_error"));
32  run_error->resize(315, 214);
33  QIcon icon;
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")));
43 
44  retranslateUi(run_error);
45 
46  QMetaObject::connectSlotsByName(run_error);
47  } // setupUi
48 
49  void retranslateUi(QWidget *run_error)
50  {
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));
53  label_2->setText(QString());
54  } // retranslateUi
55 
56 };
57 
58 namespace Ui {
59  class run_error: public Ui_run_error {};
60 } // namespace Ui
61 
62 QT_END_NAMESPACE
63 
64 #endif // UI_RUN_ERROR_H