#include <ui_nuevafactbase.h>
Inheritance diagram for Ui_nuevafactbase:

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