#include <ui_nuevaempresadlg.h>
Inheritance diagram for Ui_nuevaempresadlg:

Public Member Functions | |
| void | setupUi (QDialog *nuevaempresadlg) |
| void | retranslateUi (QDialog *nuevaempresadlg) |
Data Fields | |
| QVBoxLayout * | vboxLayout |
| QGroupBox * | groupBox |
| QVBoxLayout * | vboxLayout1 |
| QHBoxLayout * | hboxLayout |
| QLabel * | TextLabel1 |
| QLineEdit * | nombreempresa |
| QHBoxLayout * | hboxLayout1 |
| QLabel * | TextLabel3 |
| QLineEdit * | bdempresa |
| QLabel * | TextLabel2 |
| QLineEdit * | ejercicioempresa |
| QHBoxLayout * | hboxLayout2 |
| QSpacerItem * | spacerItem |
| QPushButton * | PushButton1 |
| QPushButton * | PushButton1_2 |
Definition at line 26 of file ui_nuevaempresadlg.h.
| void Ui_nuevaempresadlg::setupUi | ( | QDialog * | nuevaempresadlg | ) | [inline] |
Definition at line 45 of file ui_nuevaempresadlg.h.
References bdempresa, ejercicioempresa, groupBox, hboxLayout, hboxLayout1, hboxLayout2, nombreempresa, PushButton1, PushButton1_2, retranslateUi(), spacerItem, TextLabel1, TextLabel2, TextLabel3, vboxLayout, and vboxLayout1.
Referenced by BNuevaEmpresa::BNuevaEmpresa().
00046 { 00047 nuevaempresadlg->setObjectName(QString::fromUtf8("nuevaempresadlg")); 00048 nuevaempresadlg->setMinimumSize(QSize(485, 150)); 00049 nuevaempresadlg->setWindowIcon(QIcon()); 00050 vboxLayout = new QVBoxLayout(nuevaempresadlg); 00051 vboxLayout->setSpacing(5); 00052 vboxLayout->setMargin(5); 00053 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); 00054 groupBox = new QGroupBox(nuevaempresadlg); 00055 groupBox->setObjectName(QString::fromUtf8("groupBox")); 00056 vboxLayout1 = new QVBoxLayout(groupBox); 00057 vboxLayout1->setSpacing(5); 00058 vboxLayout1->setMargin(5); 00059 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); 00060 hboxLayout = new QHBoxLayout(); 00061 hboxLayout->setSpacing(6); 00062 hboxLayout->setMargin(0); 00063 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 00064 TextLabel1 = new QLabel(groupBox); 00065 TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); 00066 00067 hboxLayout->addWidget(TextLabel1); 00068 00069 nombreempresa = new QLineEdit(groupBox); 00070 nombreempresa->setObjectName(QString::fromUtf8("nombreempresa")); 00071 00072 hboxLayout->addWidget(nombreempresa); 00073 00074 00075 vboxLayout1->addLayout(hboxLayout); 00076 00077 hboxLayout1 = new QHBoxLayout(); 00078 hboxLayout1->setSpacing(6); 00079 hboxLayout1->setMargin(0); 00080 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00081 TextLabel3 = new QLabel(groupBox); 00082 TextLabel3->setObjectName(QString::fromUtf8("TextLabel3")); 00083 00084 hboxLayout1->addWidget(TextLabel3); 00085 00086 bdempresa = new QLineEdit(groupBox); 00087 bdempresa->setObjectName(QString::fromUtf8("bdempresa")); 00088 00089 hboxLayout1->addWidget(bdempresa); 00090 00091 TextLabel2 = new QLabel(groupBox); 00092 TextLabel2->setObjectName(QString::fromUtf8("TextLabel2")); 00093 00094 hboxLayout1->addWidget(TextLabel2); 00095 00096 ejercicioempresa = new QLineEdit(groupBox); 00097 ejercicioempresa->setObjectName(QString::fromUtf8("ejercicioempresa")); 00098 00099 hboxLayout1->addWidget(ejercicioempresa); 00100 00101 00102 vboxLayout1->addLayout(hboxLayout1); 00103 00104 00105 vboxLayout->addWidget(groupBox); 00106 00107 hboxLayout2 = new QHBoxLayout(); 00108 hboxLayout2->setSpacing(6); 00109 hboxLayout2->setMargin(0); 00110 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); 00111 spacerItem = new QSpacerItem(385, 16, QSizePolicy::Expanding, QSizePolicy::Minimum); 00112 00113 hboxLayout2->addItem(spacerItem); 00114 00115 PushButton1 = new QPushButton(nuevaempresadlg); 00116 PushButton1->setObjectName(QString::fromUtf8("PushButton1")); 00117 00118 hboxLayout2->addWidget(PushButton1); 00119 00120 PushButton1_2 = new QPushButton(nuevaempresadlg); 00121 PushButton1_2->setObjectName(QString::fromUtf8("PushButton1_2")); 00122 00123 hboxLayout2->addWidget(PushButton1_2); 00124 00125 00126 vboxLayout->addLayout(hboxLayout2); 00127 00128 00129 retranslateUi(nuevaempresadlg); 00130 00131 QSize size(485, 150); 00132 size = size.expandedTo(nuevaempresadlg->minimumSizeHint()); 00133 nuevaempresadlg->resize(size); 00134 00135 00136 QMetaObject::connectSlotsByName(nuevaempresadlg); 00137 } // setupUi
| void Ui_nuevaempresadlg::retranslateUi | ( | QDialog * | nuevaempresadlg | ) | [inline] |
Definition at line 139 of file ui_nuevaempresadlg.h.
References groupBox, PushButton1, PushButton1_2, TextLabel1, TextLabel2, and TextLabel3.
Referenced by setupUi().
00140 { 00141 nuevaempresadlg->setWindowTitle(QApplication::translate("nuevaempresadlg", "Nueva empresa", 0, QApplication::UnicodeUTF8)); 00142 groupBox->setTitle(QApplication::translate("nuevaempresadlg", "Datos de la contabilidad:", 0, QApplication::UnicodeUTF8)); 00143 TextLabel1->setText(QApplication::translate("nuevaempresadlg", "Nombre de la empresa:", 0, QApplication::UnicodeUTF8)); 00144 TextLabel3->setText(QApplication::translate("nuevaempresadlg", "Base de datos:", 0, QApplication::UnicodeUTF8)); 00145 TextLabel2->setText(QApplication::translate("nuevaempresadlg", "Ejercicio:", 0, QApplication::UnicodeUTF8)); 00146 PushButton1->setText(QApplication::translate("nuevaempresadlg", "&Aceptar", 0, QApplication::UnicodeUTF8)); 00147 PushButton1_2->setText(QApplication::translate("nuevaempresadlg", "&Cancelar", 0, QApplication::UnicodeUTF8)); 00148 Q_UNUSED(nuevaempresadlg); 00149 } // retranslateUi
| QVBoxLayout* Ui_nuevaempresadlg::vboxLayout |
| QGroupBox* Ui_nuevaempresadlg::groupBox |
| QVBoxLayout* Ui_nuevaempresadlg::vboxLayout1 |
| QHBoxLayout* Ui_nuevaempresadlg::hboxLayout |
Definition at line 34 of file ui_nuevaempresadlg.h.
Referenced by BNuevaEmpresa::accept(), and setupUi().
| QHBoxLayout* Ui_nuevaempresadlg::hboxLayout1 |
Definition at line 37 of file ui_nuevaempresadlg.h.
Referenced by BNuevaEmpresa::accept(), and setupUi().
Definition at line 39 of file ui_nuevaempresadlg.h.
Referenced by BNuevaEmpresa::accept(), and setupUi().
| QHBoxLayout* Ui_nuevaempresadlg::hboxLayout2 |
| QSpacerItem* Ui_nuevaempresadlg::spacerItem |
| QPushButton* Ui_nuevaempresadlg::PushButton1 |
Definition at line 42 of file ui_nuevaempresadlg.h.
Referenced by BNuevaEmpresa::BNuevaEmpresa(), retranslateUi(), and setupUi().
| QPushButton* Ui_nuevaempresadlg::PushButton1_2 |
Definition at line 43 of file ui_nuevaempresadlg.h.
Referenced by BNuevaEmpresa::BNuevaEmpresa(), retranslateUi(), and setupUi().
1.5.1