Ui_msgErrorBase Class Reference

#include <ui_msgerrorbase.h>

Inheritance diagram for Ui_msgErrorBase:

msgError Ui::msgErrorBase

Public Member Functions

void setupUi (QDialog *msgErrorBase)
void retranslateUi (QDialog *msgErrorBase)

Data Fields

QVBoxLayout * vboxLayout
QLabelm_mensaje
QFrame * m_framedetalles
QHBoxLayout * hboxLayout
QTextEditm_detalles
QSpacerItem * spacerItem
QHBoxLayout * hboxLayout1
QSpacerItem * spacerItem1
QPushButton * pushButton2
QPushButton * pushButton1

Detailed Description

Definition at line 27 of file ui_msgerrorbase.h.


Member Function Documentation

void Ui_msgErrorBase::setupUi ( QDialog msgErrorBase  )  [inline]

Definition at line 41 of file ui_msgerrorbase.h.

References hboxLayout, hboxLayout1, m_detalles, m_framedetalles, m_mensaje, pushButton1, pushButton2, retranslateUi(), spacerItem, spacerItem1, and vboxLayout.

Referenced by msgError::msgError().

00042     {
00043     msgErrorBase->setObjectName(QString::fromUtf8("msgErrorBase"));
00044     vboxLayout = new QVBoxLayout(msgErrorBase);
00045     vboxLayout->setSpacing(5);
00046     vboxLayout->setMargin(5);
00047     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00048     m_mensaje = new QLabel(msgErrorBase);
00049     m_mensaje->setObjectName(QString::fromUtf8("m_mensaje"));
00050 
00051     vboxLayout->addWidget(m_mensaje);
00052 
00053     m_framedetalles = new QFrame(msgErrorBase);
00054     m_framedetalles->setObjectName(QString::fromUtf8("m_framedetalles"));
00055     m_framedetalles->setFrameShape(QFrame::StyledPanel);
00056     m_framedetalles->setFrameShadow(QFrame::Raised);
00057     hboxLayout = new QHBoxLayout(m_framedetalles);
00058     hboxLayout->setSpacing(5);
00059     hboxLayout->setMargin(5);
00060     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00061     m_detalles = new QTextEdit(m_framedetalles);
00062     m_detalles->setObjectName(QString::fromUtf8("m_detalles"));
00063 
00064     hboxLayout->addWidget(m_detalles);
00065 
00066 
00067     vboxLayout->addWidget(m_framedetalles);
00068 
00069     spacerItem = new QSpacerItem(21, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
00070 
00071     vboxLayout->addItem(spacerItem);
00072 
00073     hboxLayout1 = new QHBoxLayout();
00074     hboxLayout1->setSpacing(5);
00075     hboxLayout1->setMargin(0);
00076     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00077     spacerItem1 = new QSpacerItem(261, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00078 
00079     hboxLayout1->addItem(spacerItem1);
00080 
00081     pushButton2 = new QPushButton(msgErrorBase);
00082     pushButton2->setObjectName(QString::fromUtf8("pushButton2"));
00083     pushButton2->setCheckable(true);
00084 
00085     hboxLayout1->addWidget(pushButton2);
00086 
00087     pushButton1 = new QPushButton(msgErrorBase);
00088     pushButton1->setObjectName(QString::fromUtf8("pushButton1"));
00089 
00090     hboxLayout1->addWidget(pushButton1);
00091 
00092 
00093     vboxLayout->addLayout(hboxLayout1);
00094 
00095 
00096     retranslateUi(msgErrorBase);
00097 
00098     QSize size(462, 209);
00099     size = size.expandedTo(msgErrorBase->minimumSizeHint());
00100     msgErrorBase->resize(size);
00101 
00102     QObject::connect(pushButton1, SIGNAL(clicked()), msgErrorBase, SLOT(accept()));
00103     QObject::connect(pushButton2, SIGNAL(toggled(bool)), m_framedetalles, SLOT(setShown(bool)));
00104 
00105     QMetaObject::connectSlotsByName(msgErrorBase);
00106     } // setupUi

void Ui_msgErrorBase::retranslateUi ( QDialog msgErrorBase  )  [inline]

Definition at line 108 of file ui_msgerrorbase.h.

References m_mensaje, pushButton1, and pushButton2.

Referenced by setupUi().

00109     {
00110     msgErrorBase->setWindowTitle(QApplication::translate("msgErrorBase", "Mensaje", 0, QApplication::UnicodeUTF8));
00111     m_mensaje->setText(QString());
00112     pushButton2->setText(QApplication::translate("msgErrorBase", "&Detalles", 0, QApplication::UnicodeUTF8));
00113     pushButton1->setText(QApplication::translate("msgErrorBase", "&Cerrar", 0, QApplication::UnicodeUTF8));
00114     Q_UNUSED(msgErrorBase);
00115     } // retranslateUi


Field Documentation

QVBoxLayout* Ui_msgErrorBase::vboxLayout

Definition at line 30 of file ui_msgerrorbase.h.

Referenced by setupUi().

QLabel* Ui_msgErrorBase::m_mensaje

Definition at line 31 of file ui_msgerrorbase.h.

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

QFrame* Ui_msgErrorBase::m_framedetalles

Definition at line 32 of file ui_msgerrorbase.h.

Referenced by msgError::hideFrame(), msgError::s_mostrarDetalles(), setupUi(), and msgError::showFrame().

QHBoxLayout* Ui_msgErrorBase::hboxLayout

Definition at line 33 of file ui_msgerrorbase.h.

Referenced by setupUi().

QTextEdit* Ui_msgErrorBase::m_detalles

Definition at line 34 of file ui_msgerrorbase.h.

Referenced by msgError::msgError(), and setupUi().

QSpacerItem* Ui_msgErrorBase::spacerItem

Definition at line 35 of file ui_msgerrorbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_msgErrorBase::hboxLayout1

Definition at line 36 of file ui_msgerrorbase.h.

Referenced by setupUi().

QSpacerItem* Ui_msgErrorBase::spacerItem1

Definition at line 37 of file ui_msgerrorbase.h.

Referenced by setupUi().

QPushButton* Ui_msgErrorBase::pushButton2

Definition at line 38 of file ui_msgerrorbase.h.

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

QPushButton* Ui_msgErrorBase::pushButton1

Definition at line 39 of file ui_msgerrorbase.h.

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


The documentation for this class was generated from the following file:
Generated on Sat Dec 15 00:02:46 2007 for BulmaGes by  doxygen 1.5.1