tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields
Ui_configure_path Class Reference

#include <ui_configure_path.h>

Inheritance diagram for Ui_configure_path:
Ui::configure_path

Public Member Functions

void setupUi (QDialog *configure_path)
void retranslateUi (QDialog *configure_path)

Data Fields

QGroupBox * groupBox
QPushButton * pushButton
QLineEdit * lineEdit
QPushButton * pushButton_2
QLabel * label

Detailed Description

Definition at line 25 of file ui_configure_path.h.


Member Function Documentation

void Ui_configure_path::retranslateUi ( QDialog *  configure_path)
inline

Definition at line 63 of file ui_configure_path.h.

References groupBox, label, pushButton, and pushButton_2.

Referenced by setupUi().

{
configure_path->setWindowTitle(QApplication::translate("configure_path", "Configure Path to the TYCHO exectuable.", 0, QApplication::UnicodeUTF8));
groupBox->setTitle(QApplication::translate("configure_path", "Define the standard TYCHO executable", 0, QApplication::UnicodeUTF8));
pushButton->setText(QApplication::translate("configure_path", "TYCHO EXECUTABLE", 0, QApplication::UnicodeUTF8));
pushButton_2->setText(QApplication::translate("configure_path", "Close", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("configure_path", "If you want you can point here to your own TYCHO\n"
"executable. This will be saved then in the\n"
"confg_tycho_gui.ini File.\n"
"ATTENTION MAYBE YOU NEED TO START tychoGUI\n"
"WITH ADMINISTRATOR PRIVILEGE!", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_configure_path::setupUi ( QDialog *  configure_path)
inline

Definition at line 34 of file ui_configure_path.h.

References groupBox, label, lineEdit, pushButton, pushButton_2, and retranslateUi().

Referenced by configure_path::configure_path().

{
if (configure_path->objectName().isEmpty())
configure_path->setObjectName(QString::fromUtf8("configure_path"));
configure_path->resize(324, 270);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
configure_path->setWindowIcon(icon);
groupBox = new QGroupBox(configure_path);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(10, 120, 301, 121));
pushButton = new QPushButton(groupBox);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(10, 20, 131, 23));
lineEdit = new QLineEdit(groupBox);
lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
lineEdit->setGeometry(QRect(10, 50, 281, 20));
pushButton_2 = new QPushButton(groupBox);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(210, 80, 75, 23));
label = new QLabel(configure_path);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(20, 10, 321, 91));
QMetaObject::connectSlotsByName(configure_path);
} // setupUi

Field Documentation

QGroupBox* Ui_configure_path::groupBox

Definition at line 28 of file ui_configure_path.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_configure_path::label

Definition at line 32 of file ui_configure_path.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_configure_path::lineEdit

Definition at line 30 of file ui_configure_path.h.

Referenced by setupUi(), and configure_path::tycho_exectuable_config_ini().

QPushButton* Ui_configure_path::pushButton

Definition at line 29 of file ui_configure_path.h.

Referenced by configure_path::configure_path(), retranslateUi(), and setupUi().

QPushButton* Ui_configure_path::pushButton_2

Definition at line 31 of file ui_configure_path.h.

Referenced by configure_path::configure_path(), retranslateUi(), and setupUi().


The documentation for this class was generated from the following file: