tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_configure_path.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'configure_path.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_CONFIGURE_PATH_H
10 #define UI_CONFIGURE_PATH_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QDialog>
17 #include <QtGui/QGroupBox>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QLineEdit>
21 #include <QtGui/QPushButton>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGroupBox *groupBox;
29  QPushButton *pushButton;
30  QLineEdit *lineEdit;
31  QPushButton *pushButton_2;
32  QLabel *label;
33 
34  void setupUi(QDialog *configure_path)
35  {
36  if (configure_path->objectName().isEmpty())
37  configure_path->setObjectName(QString::fromUtf8("configure_path"));
38  configure_path->resize(324, 270);
39  QIcon icon;
40  icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
41  configure_path->setWindowIcon(icon);
42  groupBox = new QGroupBox(configure_path);
43  groupBox->setObjectName(QString::fromUtf8("groupBox"));
44  groupBox->setGeometry(QRect(10, 120, 301, 121));
45  pushButton = new QPushButton(groupBox);
46  pushButton->setObjectName(QString::fromUtf8("pushButton"));
47  pushButton->setGeometry(QRect(10, 20, 131, 23));
48  lineEdit = new QLineEdit(groupBox);
49  lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
50  lineEdit->setGeometry(QRect(10, 50, 281, 20));
51  pushButton_2 = new QPushButton(groupBox);
52  pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
53  pushButton_2->setGeometry(QRect(210, 80, 75, 23));
54  label = new QLabel(configure_path);
55  label->setObjectName(QString::fromUtf8("label"));
56  label->setGeometry(QRect(20, 10, 321, 91));
57 
58  retranslateUi(configure_path);
59 
60  QMetaObject::connectSlotsByName(configure_path);
61  } // setupUi
62 
64  {
65  configure_path->setWindowTitle(QApplication::translate("configure_path", "Configure Path to the TYCHO exectuable.", 0, QApplication::UnicodeUTF8));
66  groupBox->setTitle(QApplication::translate("configure_path", "Define the standard TYCHO executable", 0, QApplication::UnicodeUTF8));
67  pushButton->setText(QApplication::translate("configure_path", "TYCHO EXECUTABLE", 0, QApplication::UnicodeUTF8));
68  pushButton_2->setText(QApplication::translate("configure_path", "Close", 0, QApplication::UnicodeUTF8));
69  label->setText(QApplication::translate("configure_path", "If you want you can point here to your own TYCHO\n"
70 "executable. This will be saved then in the\n"
71 "confg_tycho_gui.ini File.\n"
72 "ATTENTION MAYBE YOU NEED TO START tychoGUI\n"
73 "WITH ADMINISTRATOR PRIVILEGE!", 0, QApplication::UnicodeUTF8));
74  } // retranslateUi
75 
76 };
77 
78 namespace Ui {
80 } // namespace Ui
81 
82 QT_END_NAMESPACE
83 
84 #endif // UI_CONFIGURE_PATH_H