00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_NUEVAEMPRESADLG_H
00011 #define UI_NUEVAEMPRESADLG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QLineEdit>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QVBoxLayout>
00025
00026 class Ui_nuevaempresadlg
00027 {
00028 public:
00029 QVBoxLayout *vboxLayout;
00030 QGroupBox *groupBox;
00031 QVBoxLayout *vboxLayout1;
00032 QHBoxLayout *hboxLayout;
00033 QLabel *TextLabel1;
00034 QLineEdit *nombreempresa;
00035 QHBoxLayout *hboxLayout1;
00036 QLabel *TextLabel3;
00037 QLineEdit *bdempresa;
00038 QLabel *TextLabel2;
00039 QLineEdit *ejercicioempresa;
00040 QHBoxLayout *hboxLayout2;
00041 QSpacerItem *spacerItem;
00042 QPushButton *PushButton1;
00043 QPushButton *PushButton1_2;
00044
00045 void setupUi(QDialog *nuevaempresadlg)
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 }
00138
00139 void retranslateUi(QDialog *nuevaempresadlg)
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 }
00150
00151 };
00152
00153 namespace Ui {
00154 class nuevaempresadlg: public Ui_nuevaempresadlg {};
00155 }
00156
00157 #endif // UI_NUEVAEMPRESADLG_H