ui_modelo300base.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'modelo300base.ui'
00003 **
00004 ** Created: Fri Dec 14 01:30:46 2007
00005 **      by: Qt User Interface Compiler version 4.2.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_MODELO300BASE_H
00011 #define UI_MODELO300BASE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QComboBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QRadioButton>
00027 #include <QtGui/QSpacerItem>
00028 #include <QtGui/QVBoxLayout>
00029 
00030 class Ui_Modelo300Base
00031 {
00032 public:
00033     QVBoxLayout *vboxLayout;
00034     QHBoxLayout *hboxLayout;
00035     QLabel *textLabel1;
00036     QComboBox *trimestre;
00037     QGroupBox *groupBox;
00038     QGridLayout *gridLayout;
00039     QComboBox *combocuentas;
00040     QLineEdit *cuenta;
00041     QLineEdit *banco;
00042     QLineEdit *entidad;
00043     QLineEdit *dc;
00044     QRadioButton *personalButton;
00045     QRadioButton *cuentaButton;
00046     QHBoxLayout *hboxLayout1;
00047     QCheckBox *borradorcheckbox;
00048     QPushButton *boton_vista_previa;
00049     QPushButton *boton_cancelar;
00050     QSpacerItem *spacerItem;
00051 
00052     void setupUi(QDialog *Modelo300Base)
00053     {
00054     Modelo300Base->setObjectName(QString::fromUtf8("Modelo300Base"));
00055     Modelo300Base->setAcceptDrops(false);
00056     Modelo300Base->setWindowIcon(QIcon());
00057     vboxLayout = new QVBoxLayout(Modelo300Base);
00058     vboxLayout->setSpacing(6);
00059     vboxLayout->setMargin(9);
00060     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00061     hboxLayout = new QHBoxLayout();
00062     hboxLayout->setSpacing(6);
00063     hboxLayout->setMargin(0);
00064     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00065     textLabel1 = new QLabel(Modelo300Base);
00066     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00067 
00068     hboxLayout->addWidget(textLabel1);
00069 
00070     trimestre = new QComboBox(Modelo300Base);
00071     trimestre->setObjectName(QString::fromUtf8("trimestre"));
00072 
00073     hboxLayout->addWidget(trimestre);
00074 
00075 
00076     vboxLayout->addLayout(hboxLayout);
00077 
00078     groupBox = new QGroupBox(Modelo300Base);
00079     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00080     gridLayout = new QGridLayout(groupBox);
00081     gridLayout->setSpacing(6);
00082     gridLayout->setMargin(9);
00083     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00084     combocuentas = new QComboBox(groupBox);
00085     combocuentas->setObjectName(QString::fromUtf8("combocuentas"));
00086 
00087     gridLayout->addWidget(combocuentas, 0, 1, 1, 4);
00088 
00089     cuenta = new QLineEdit(groupBox);
00090     cuenta->setObjectName(QString::fromUtf8("cuenta"));
00091     cuenta->setEnabled(false);
00092     cuenta->setMaxLength(10);
00093     cuenta->setFrame(true);
00094     cuenta->setAlignment(Qt::AlignHCenter);
00095 
00096     gridLayout->addWidget(cuenta, 1, 4, 1, 1);
00097 
00098     banco = new QLineEdit(groupBox);
00099     banco->setObjectName(QString::fromUtf8("banco"));
00100     banco->setEnabled(false);
00101     banco->setMaxLength(4);
00102     banco->setFrame(true);
00103     banco->setAlignment(Qt::AlignHCenter);
00104 
00105     gridLayout->addWidget(banco, 1, 1, 1, 1);
00106 
00107     entidad = new QLineEdit(groupBox);
00108     entidad->setObjectName(QString::fromUtf8("entidad"));
00109     entidad->setEnabled(false);
00110     entidad->setMaxLength(4);
00111     entidad->setFrame(true);
00112     entidad->setAlignment(Qt::AlignHCenter);
00113 
00114     gridLayout->addWidget(entidad, 1, 2, 1, 1);
00115 
00116     dc = new QLineEdit(groupBox);
00117     dc->setObjectName(QString::fromUtf8("dc"));
00118     dc->setEnabled(false);
00119     dc->setMaxLength(2);
00120     dc->setFrame(true);
00121     dc->setAlignment(Qt::AlignHCenter);
00122 
00123     gridLayout->addWidget(dc, 1, 3, 1, 1);
00124 
00125     personalButton = new QRadioButton(groupBox);
00126     personalButton->setObjectName(QString::fromUtf8("personalButton"));
00127 
00128     gridLayout->addWidget(personalButton, 1, 0, 1, 1);
00129 
00130     cuentaButton = new QRadioButton(groupBox);
00131     cuentaButton->setObjectName(QString::fromUtf8("cuentaButton"));
00132     cuentaButton->setChecked(true);
00133 
00134     gridLayout->addWidget(cuentaButton, 0, 0, 1, 1);
00135 
00136 
00137     vboxLayout->addWidget(groupBox);
00138 
00139     hboxLayout1 = new QHBoxLayout();
00140     hboxLayout1->setSpacing(6);
00141     hboxLayout1->setMargin(0);
00142     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00143     borradorcheckbox = new QCheckBox(Modelo300Base);
00144     borradorcheckbox->setObjectName(QString::fromUtf8("borradorcheckbox"));
00145 
00146     hboxLayout1->addWidget(borradorcheckbox);
00147 
00148     boton_vista_previa = new QPushButton(Modelo300Base);
00149     boton_vista_previa->setObjectName(QString::fromUtf8("boton_vista_previa"));
00150 
00151     hboxLayout1->addWidget(boton_vista_previa);
00152 
00153     boton_cancelar = new QPushButton(Modelo300Base);
00154     boton_cancelar->setObjectName(QString::fromUtf8("boton_cancelar"));
00155 
00156     hboxLayout1->addWidget(boton_cancelar);
00157 
00158 
00159     vboxLayout->addLayout(hboxLayout1);
00160 
00161     spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00162 
00163     vboxLayout->addItem(spacerItem);
00164 
00165     QWidget::setTabOrder(trimestre, cuentaButton);
00166     QWidget::setTabOrder(cuentaButton, combocuentas);
00167     QWidget::setTabOrder(combocuentas, banco);
00168     QWidget::setTabOrder(banco, entidad);
00169     QWidget::setTabOrder(entidad, dc);
00170     QWidget::setTabOrder(dc, cuenta);
00171     QWidget::setTabOrder(cuenta, boton_cancelar);
00172     QWidget::setTabOrder(boton_cancelar, boton_vista_previa);
00173 
00174     retranslateUi(Modelo300Base);
00175 
00176     QSize size(366, 191);
00177     size = size.expandedTo(Modelo300Base->minimumSizeHint());
00178     Modelo300Base->resize(size);
00179 
00180 
00181     QMetaObject::connectSlotsByName(Modelo300Base);
00182     } // setupUi
00183 
00184     void retranslateUi(QDialog *Modelo300Base)
00185     {
00186     Modelo300Base->setWindowTitle(QApplication::translate("Modelo300Base", "Modelo 300", 0, QApplication::UnicodeUTF8));
00187     Modelo300Base->setWindowIconText(QString());
00188     textLabel1->setText(QApplication::translate("Modelo300Base", "Periodo a declarar", 0, QApplication::UnicodeUTF8));
00189     trimestre->clear();
00190     trimestre->addItem(QApplication::translate("Modelo300Base", "1\302\272 trimestre", 0, QApplication::UnicodeUTF8));
00191     trimestre->addItem(QApplication::translate("Modelo300Base", "2\302\272 trimestre", 0, QApplication::UnicodeUTF8));
00192     trimestre->addItem(QApplication::translate("Modelo300Base", "3\302\272 trimestre", 0, QApplication::UnicodeUTF8));
00193     trimestre->addItem(QApplication::translate("Modelo300Base", "4\302\272 trimestre", 0, QApplication::UnicodeUTF8));
00194     trimestre->setToolTip(QApplication::translate("Modelo300Base", "Seleccione periodo de declaraci\303\263n", 0, QApplication::UnicodeUTF8));
00195     groupBox->setTitle(QApplication::translate("Modelo300Base", "Cuenta a devolver:", 0, QApplication::UnicodeUTF8));
00196     cuenta->setText(QApplication::translate("Modelo300Base", "0123456789", 0, QApplication::UnicodeUTF8));
00197     banco->setText(QApplication::translate("Modelo300Base", "1234", 0, QApplication::UnicodeUTF8));
00198     entidad->setText(QApplication::translate("Modelo300Base", "1234", 0, QApplication::UnicodeUTF8));
00199     dc->setText(QApplication::translate("Modelo300Base", "12", 0, QApplication::UnicodeUTF8));
00200     personalButton->setText(QApplication::translate("Modelo300Base", "Personalizada", 0, QApplication::UnicodeUTF8));
00201     cuentaButton->setText(QApplication::translate("Modelo300Base", "En el banco", 0, QApplication::UnicodeUTF8));
00202     borradorcheckbox->setText(QApplication::translate("Modelo300Base", "Generar borrador", 0, QApplication::UnicodeUTF8));
00203     boton_vista_previa->setText(QApplication::translate("Modelo300Base", "Vista Previa", 0, QApplication::UnicodeUTF8));
00204     boton_cancelar->setText(QApplication::translate("Modelo300Base", "Cancelar", 0, QApplication::UnicodeUTF8));
00205     Q_UNUSED(Modelo300Base);
00206     } // retranslateUi
00207 
00208 };
00209 
00210 namespace Ui {
00211     class Modelo300Base: public Ui_Modelo300Base {};
00212 } // namespace Ui
00213 
00214 #endif // UI_MODELO300BASE_H

Generated on Sat Dec 15 00:01:01 2007 for BulmaGes by  doxygen 1.5.1