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

#include <ui_run_error.h>

Inheritance diagram for Ui_run_error:
Ui::run_error

Public Member Functions

void setupUi (QWidget *run_error)
void retranslateUi (QWidget *run_error)

Data Fields

QLabel * label
QLabel * label_2

Detailed Description

Definition at line 22 of file ui_run_error.h.


Member Function Documentation

void Ui_run_error::retranslateUi ( QWidget *  run_error)
inline

Definition at line 49 of file ui_run_error.h.

References label, and label_2.

Referenced by setupUi().

{
run_error->setWindowTitle(QApplication::translate("run_error", "No TYCHO exe specified.", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("run_error", "Please specify a TYCHO executable", 0, QApplication::UnicodeUTF8));
label_2->setText(QString());
} // retranslateUi
void Ui_run_error::setupUi ( QWidget *  run_error)
inline

Definition at line 28 of file ui_run_error.h.

References label, label_2, and retranslateUi().

Referenced by run_error::run_error().

{
if (run_error->objectName().isEmpty())
run_error->setObjectName(QString::fromUtf8("run_error"));
run_error->resize(315, 214);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
run_error->setWindowIcon(icon);
label = new QLabel(run_error);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(20, 160, 271, 41));
label_2 = new QLabel(run_error);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(20, 10, 261, 161));
label_2->setPixmap(QPixmap(QString::fromUtf8("tycho_logo_klein.png")));
QMetaObject::connectSlotsByName(run_error);
} // setupUi

Field Documentation

QLabel* Ui_run_error::label

Definition at line 25 of file ui_run_error.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_run_error::label_2

Definition at line 26 of file ui_run_error.h.

Referenced by retranslateUi(), and setupUi().


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