9 #ifndef UI_CONFIGURE_PATH_H
10 #define UI_CONFIGURE_PATH_H
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>
36 if (configure_path->objectName().isEmpty())
37 configure_path->setObjectName(QString::fromUtf8(
"configure_path"));
38 configure_path->resize(324, 270);
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));
46 pushButton->setObjectName(QString::fromUtf8(
"pushButton"));
47 pushButton->setGeometry(QRect(10, 20, 131, 23));
49 lineEdit->setObjectName(QString::fromUtf8(
"lineEdit"));
50 lineEdit->setGeometry(QRect(10, 50, 281, 20));
52 pushButton_2->setObjectName(QString::fromUtf8(
"pushButton_2"));
54 label =
new QLabel(configure_path);
55 label->setObjectName(QString::fromUtf8(
"label"));
56 label->setGeometry(QRect(20, 10, 321, 91));
60 QMetaObject::connectSlotsByName(configure_path);
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));
84 #endif // UI_CONFIGURE_PATH_H