ui_tipoivabase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'tipoivabase.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_TIPOIVABASE_H
00011 #define UI_TIPOIVABASE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QFrame>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QLineEdit>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QToolButton>
00027 #include <QtGui/QVBoxLayout>
00028 #include <QtGui/QWidget>
00029 #include "busquedacuenta.h"
00030 
00031 class Ui_TipoIvaBase
00032 {
00033 public:
00034     QVBoxLayout *vboxLayout;
00035     QHBoxLayout *hboxLayout;
00036     QLabel *label;
00037     QFrame *frame;
00038     QHBoxLayout *hboxLayout1;
00039     QToolButton *mui_nuevo2;
00040     QToolButton *mui_borrar2;
00041     QToolButton *mui_guardar2;
00042     QSpacerItem *spacerItem;
00043     QHBoxLayout *hboxLayout2;
00044     QLabel *textLabel2;
00045     QComboBox *mui_comboTipoIVA;
00046     QGroupBox *groupBox;
00047     QGridLayout *gridLayout;
00048     QSpacerItem *spacerItem1;
00049     QLineEdit *mui_porcentTipoIVA;
00050     QSpacerItem *spacerItem2;
00051     QLabel *textLabel1;
00052     QLabel *textLabel1_2_2;
00053     QLabel *textLabel1_2_3;
00054     QLineEdit *mui_nombreTipoIVA;
00055     BusquedaCuenta *mui_codigoCtaTipoIVA;
00056     QHBoxLayout *hboxLayout3;
00057     QSpacerItem *spacerItem3;
00058     QPushButton *mui_aceptar;
00059     QPushButton *mui_cancelar;
00060 
00061     void setupUi(QWidget *TipoIvaBase)
00062     {
00063     TipoIvaBase->setObjectName(QString::fromUtf8("TipoIvaBase"));
00064     TipoIvaBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_iva.48x48.png")));
00065     vboxLayout = new QVBoxLayout(TipoIvaBase);
00066     vboxLayout->setSpacing(5);
00067     vboxLayout->setMargin(5);
00068     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00069     hboxLayout = new QHBoxLayout();
00070     hboxLayout->setSpacing(5);
00071     hboxLayout->setMargin(0);
00072     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00073     label = new QLabel(TipoIvaBase);
00074     label->setObjectName(QString::fromUtf8("label"));
00075     label->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_iva.48x48.png")));
00076 
00077     hboxLayout->addWidget(label);
00078 
00079     frame = new QFrame(TipoIvaBase);
00080     frame->setObjectName(QString::fromUtf8("frame"));
00081     frame->setFrameShape(QFrame::StyledPanel);
00082     frame->setFrameShadow(QFrame::Raised);
00083     hboxLayout1 = new QHBoxLayout(frame);
00084     hboxLayout1->setSpacing(5);
00085     hboxLayout1->setMargin(5);
00086     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00087     mui_nuevo2 = new QToolButton(frame);
00088     mui_nuevo2->setObjectName(QString::fromUtf8("mui_nuevo2"));
00089     mui_nuevo2->setMinimumSize(QSize(32, 32));
00090     mui_nuevo2->setMaximumSize(QSize(32, 32));
00091     mui_nuevo2->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_fileNew.xpm")));
00092     mui_nuevo2->setIconSize(QSize(32, 32));
00093 
00094     hboxLayout1->addWidget(mui_nuevo2);
00095 
00096     mui_borrar2 = new QToolButton(frame);
00097     mui_borrar2->setObjectName(QString::fromUtf8("mui_borrar2"));
00098     mui_borrar2->setMinimumSize(QSize(32, 32));
00099     mui_borrar2->setMaximumSize(QSize(32, 32));
00100     mui_borrar2->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00101     mui_borrar2->setIconSize(QSize(22, 22));
00102 
00103     hboxLayout1->addWidget(mui_borrar2);
00104 
00105     mui_guardar2 = new QToolButton(frame);
00106     mui_guardar2->setObjectName(QString::fromUtf8("mui_guardar2"));
00107     mui_guardar2->setMinimumSize(QSize(32, 32));
00108     mui_guardar2->setMaximumSize(QSize(32, 32));
00109     mui_guardar2->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00110     mui_guardar2->setIconSize(QSize(22, 22));
00111 
00112     hboxLayout1->addWidget(mui_guardar2);
00113 
00114     spacerItem = new QSpacerItem(405, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00115 
00116     hboxLayout1->addItem(spacerItem);
00117 
00118 
00119     hboxLayout->addWidget(frame);
00120 
00121 
00122     vboxLayout->addLayout(hboxLayout);
00123 
00124     hboxLayout2 = new QHBoxLayout();
00125     hboxLayout2->setSpacing(6);
00126     hboxLayout2->setMargin(0);
00127     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00128     textLabel2 = new QLabel(TipoIvaBase);
00129     textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00130 
00131     hboxLayout2->addWidget(textLabel2);
00132 
00133     mui_comboTipoIVA = new QComboBox(TipoIvaBase);
00134     mui_comboTipoIVA->setObjectName(QString::fromUtf8("mui_comboTipoIVA"));
00135     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00136     sizePolicy.setHorizontalStretch(0);
00137     sizePolicy.setVerticalStretch(0);
00138     sizePolicy.setHeightForWidth(mui_comboTipoIVA->sizePolicy().hasHeightForWidth());
00139     mui_comboTipoIVA->setSizePolicy(sizePolicy);
00140 
00141     hboxLayout2->addWidget(mui_comboTipoIVA);
00142 
00143 
00144     vboxLayout->addLayout(hboxLayout2);
00145 
00146     groupBox = new QGroupBox(TipoIvaBase);
00147     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00148     gridLayout = new QGridLayout(groupBox);
00149     gridLayout->setSpacing(5);
00150     gridLayout->setMargin(5);
00151     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00152     spacerItem1 = new QSpacerItem(201, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00153 
00154     gridLayout->addItem(spacerItem1, 2, 2, 1, 1);
00155 
00156     mui_porcentTipoIVA = new QLineEdit(groupBox);
00157     mui_porcentTipoIVA->setObjectName(QString::fromUtf8("mui_porcentTipoIVA"));
00158 
00159     gridLayout->addWidget(mui_porcentTipoIVA, 2, 1, 1, 1);
00160 
00161     spacerItem2 = new QSpacerItem(381, 21, QSizePolicy::Minimum, QSizePolicy::Expanding);
00162 
00163     gridLayout->addItem(spacerItem2, 3, 0, 1, 3);
00164 
00165     textLabel1 = new QLabel(groupBox);
00166     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00167     textLabel1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00168 
00169     gridLayout->addWidget(textLabel1, 0, 0, 1, 1);
00170 
00171     textLabel1_2_2 = new QLabel(groupBox);
00172     textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00173     QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00174     sizePolicy1.setHorizontalStretch(0);
00175     sizePolicy1.setVerticalStretch(0);
00176     sizePolicy1.setHeightForWidth(textLabel1_2_2->sizePolicy().hasHeightForWidth());
00177     textLabel1_2_2->setSizePolicy(sizePolicy1);
00178     textLabel1_2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00179 
00180     gridLayout->addWidget(textLabel1_2_2, 2, 0, 1, 1);
00181 
00182     textLabel1_2_3 = new QLabel(groupBox);
00183     textLabel1_2_3->setObjectName(QString::fromUtf8("textLabel1_2_3"));
00184     QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00185     sizePolicy2.setHorizontalStretch(0);
00186     sizePolicy2.setVerticalStretch(0);
00187     sizePolicy2.setHeightForWidth(textLabel1_2_3->sizePolicy().hasHeightForWidth());
00188     textLabel1_2_3->setSizePolicy(sizePolicy2);
00189     textLabel1_2_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00190 
00191     gridLayout->addWidget(textLabel1_2_3, 1, 0, 1, 1);
00192 
00193     mui_nombreTipoIVA = new QLineEdit(groupBox);
00194     mui_nombreTipoIVA->setObjectName(QString::fromUtf8("mui_nombreTipoIVA"));
00195 
00196     gridLayout->addWidget(mui_nombreTipoIVA, 0, 1, 1, 2);
00197 
00198     mui_codigoCtaTipoIVA = new BusquedaCuenta(groupBox);
00199     mui_codigoCtaTipoIVA->setObjectName(QString::fromUtf8("mui_codigoCtaTipoIVA"));
00200 
00201     gridLayout->addWidget(mui_codigoCtaTipoIVA, 1, 1, 1, 2);
00202 
00203 
00204     vboxLayout->addWidget(groupBox);
00205 
00206     hboxLayout3 = new QHBoxLayout();
00207     hboxLayout3->setSpacing(6);
00208     hboxLayout3->setMargin(0);
00209     hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00210     spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00211 
00212     hboxLayout3->addItem(spacerItem3);
00213 
00214     mui_aceptar = new QPushButton(TipoIvaBase);
00215     mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00216 
00217     hboxLayout3->addWidget(mui_aceptar);
00218 
00219     mui_cancelar = new QPushButton(TipoIvaBase);
00220     mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00221 
00222     hboxLayout3->addWidget(mui_cancelar);
00223 
00224 
00225     vboxLayout->addLayout(hboxLayout3);
00226 
00227     QWidget::setTabOrder(mui_nuevo2, mui_borrar2);
00228     QWidget::setTabOrder(mui_borrar2, mui_guardar2);
00229     QWidget::setTabOrder(mui_guardar2, mui_comboTipoIVA);
00230     QWidget::setTabOrder(mui_comboTipoIVA, mui_nombreTipoIVA);
00231     QWidget::setTabOrder(mui_nombreTipoIVA, mui_porcentTipoIVA);
00232     QWidget::setTabOrder(mui_porcentTipoIVA, mui_aceptar);
00233     QWidget::setTabOrder(mui_aceptar, mui_cancelar);
00234 
00235     retranslateUi(TipoIvaBase);
00236 
00237     QSize size(421, 256);
00238     size = size.expandedTo(TipoIvaBase->minimumSizeHint());
00239     TipoIvaBase->resize(size);
00240 
00241 
00242     QMetaObject::connectSlotsByName(TipoIvaBase);
00243     } // setupUi
00244 
00245     void retranslateUi(QWidget *TipoIvaBase)
00246     {
00247     TipoIvaBase->setWindowTitle(QApplication::translate("TipoIvaBase", "Tipos de IVA", 0, QApplication::UnicodeUTF8));
00248     label->setText(QString());
00249     mui_nuevo2->setText(QString());
00250     mui_borrar2->setText(QString());
00251     mui_guardar2->setText(QString());
00252     textLabel2->setText(QApplication::translate("TipoIvaBase", "Tipo de IVA:", 0, QApplication::UnicodeUTF8));
00253     groupBox->setTitle(QApplication::translate("TipoIvaBase", "Informaci\303\263n del tipo de IVA:", 0, QApplication::UnicodeUTF8));
00254     textLabel1->setText(QApplication::translate("TipoIvaBase", "Nombre:", 0, QApplication::UnicodeUTF8));
00255     textLabel1_2_2->setText(QApplication::translate("TipoIvaBase", "Porcentaje:", 0, QApplication::UnicodeUTF8));
00256     textLabel1_2_3->setText(QApplication::translate("TipoIvaBase", "Cuenta:", 0, QApplication::UnicodeUTF8));
00257     mui_aceptar->setText(QApplication::translate("TipoIvaBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00258     mui_cancelar->setText(QApplication::translate("TipoIvaBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00259     Q_UNUSED(TipoIvaBase);
00260     } // retranslateUi
00261 
00262 };
00263 
00264 namespace Ui {
00265     class TipoIvaBase: public Ui_TipoIvaBase {};
00266 } // namespace Ui
00267 
00268 #endif // UI_TIPOIVABASE_H

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