ui_listregistroivabase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'listregistroivabase.ui'
00003 **
00004 ** Created: Fri Dec 14 01:40:05 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_LISTREGISTROIVABASE_H
00011 #define UI_LISTREGISTROIVABASE_H
00012 
00013 #include "../../../bulmalib/src/busquedafecha.h"
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QFrame>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QTabWidget>
00025 #include <QtGui/QToolButton>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028 #include "subform2bc.h"
00029 
00030 class Ui_ListRegistroIvaBase
00031 {
00032 public:
00033     QVBoxLayout *vboxLayout;
00034     QHBoxLayout *hboxLayout;
00035     QLabel *label;
00036     QFrame *frame;
00037     QHBoxLayout *hboxLayout1;
00038     QToolButton *mui_crear;
00039     QToolButton *mui_borrar;
00040     QToolButton *mui_actualizar;
00041     QSpacerItem *spacerItem;
00042     QHBoxLayout *hboxLayout2;
00043     QLabel *textLabel1_2_2;
00044     BusquedaFecha *finicial;
00045     QLabel *textLabel1_4;
00046     BusquedaFecha *ffinal;
00047     QSpacerItem *spacerItem1;
00048     QTabWidget *TabWidget2;
00049     QWidget *tab1;
00050     QVBoxLayout *vboxLayout1;
00051     SubForm2Bc *mui_tablasoportado;
00052     QWidget *tab2;
00053     QVBoxLayout *vboxLayout2;
00054     SubForm2Bc *mui_tablarepercutido;
00055     QWidget *tab3;
00056     QVBoxLayout *vboxLayout3;
00057     QGroupBox *groupBox_2;
00058     QVBoxLayout *vboxLayout4;
00059     SubForm2Bc *mui_totalSoportado;
00060     QHBoxLayout *hboxLayout3;
00061     QLabel *textLabel1_3_3;
00062     QLineEdit *m_ivar;
00063     QLabel *textLabel1_3_2_2;
00064     QLineEdit *m_baseimpr;
00065     QGroupBox *groupBox;
00066     QVBoxLayout *vboxLayout5;
00067     SubForm2Bc *mui_totalRepercutido;
00068     QHBoxLayout *hboxLayout4;
00069     QLabel *textLabel1_3;
00070     QLineEdit *m_ivas;
00071     QLabel *textLabel1_3_2;
00072     QLineEdit *m_baseimps;
00073 
00074     void setupUi(QWidget *ListRegistroIvaBase)
00075     {
00076     ListRegistroIvaBase->setObjectName(QString::fromUtf8("ListRegistroIvaBase"));
00077     ListRegistroIvaBase->setWindowIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_iva.xpm")));
00078     vboxLayout = new QVBoxLayout(ListRegistroIvaBase);
00079     vboxLayout->setSpacing(2);
00080     vboxLayout->setMargin(5);
00081     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00082     hboxLayout = new QHBoxLayout();
00083     hboxLayout->setSpacing(6);
00084     hboxLayout->setMargin(0);
00085     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00086     label = new QLabel(ListRegistroIvaBase);
00087     label->setObjectName(QString::fromUtf8("label"));
00088     label->setPixmap(QPixmap(QString::fromUtf8(":/BulmaCont32x32/images/png/i_iva.xpm")));
00089 
00090     hboxLayout->addWidget(label);
00091 
00092     frame = new QFrame(ListRegistroIvaBase);
00093     frame->setObjectName(QString::fromUtf8("frame"));
00094     frame->setMinimumSize(QSize(32, 32));
00095     frame->setFrameShape(QFrame::StyledPanel);
00096     frame->setFrameShadow(QFrame::Raised);
00097     hboxLayout1 = new QHBoxLayout(frame);
00098     hboxLayout1->setSpacing(0);
00099     hboxLayout1->setMargin(0);
00100     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00101     mui_crear = new QToolButton(frame);
00102     mui_crear->setObjectName(QString::fromUtf8("mui_crear"));
00103     mui_crear->setMinimumSize(QSize(28, 28));
00104     mui_crear->setIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_fileNew.xpm")));
00105 
00106     hboxLayout1->addWidget(mui_crear);
00107 
00108     mui_borrar = new QToolButton(frame);
00109     mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00110     mui_borrar->setMinimumSize(QSize(28, 28));
00111     mui_borrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00112 
00113     hboxLayout1->addWidget(mui_borrar);
00114 
00115     mui_actualizar = new QToolButton(frame);
00116     mui_actualizar->setObjectName(QString::fromUtf8("mui_actualizar"));
00117     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00118     sizePolicy.setHorizontalStretch(0);
00119     sizePolicy.setVerticalStretch(0);
00120     sizePolicy.setHeightForWidth(mui_actualizar->sizePolicy().hasHeightForWidth());
00121     mui_actualizar->setSizePolicy(sizePolicy);
00122     mui_actualizar->setMinimumSize(QSize(28, 28));
00123     mui_actualizar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_reload.png")));
00124 
00125     hboxLayout1->addWidget(mui_actualizar);
00126 
00127     spacerItem = new QSpacerItem(435, 29, QSizePolicy::Expanding, QSizePolicy::Minimum);
00128 
00129     hboxLayout1->addItem(spacerItem);
00130 
00131 
00132     hboxLayout->addWidget(frame);
00133 
00134 
00135     vboxLayout->addLayout(hboxLayout);
00136 
00137     hboxLayout2 = new QHBoxLayout();
00138     hboxLayout2->setSpacing(6);
00139     hboxLayout2->setMargin(0);
00140     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00141     textLabel1_2_2 = new QLabel(ListRegistroIvaBase);
00142     textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00143 
00144     hboxLayout2->addWidget(textLabel1_2_2);
00145 
00146     finicial = new BusquedaFecha(ListRegistroIvaBase);
00147     finicial->setObjectName(QString::fromUtf8("finicial"));
00148 
00149     hboxLayout2->addWidget(finicial);
00150 
00151     textLabel1_4 = new QLabel(ListRegistroIvaBase);
00152     textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
00153 
00154     hboxLayout2->addWidget(textLabel1_4);
00155 
00156     ffinal = new BusquedaFecha(ListRegistroIvaBase);
00157     ffinal->setObjectName(QString::fromUtf8("ffinal"));
00158 
00159     hboxLayout2->addWidget(ffinal);
00160 
00161     spacerItem1 = new QSpacerItem(71, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00162 
00163     hboxLayout2->addItem(spacerItem1);
00164 
00165 
00166     vboxLayout->addLayout(hboxLayout2);
00167 
00168     TabWidget2 = new QTabWidget(ListRegistroIvaBase);
00169     TabWidget2->setObjectName(QString::fromUtf8("TabWidget2"));
00170     tab1 = new QWidget();
00171     tab1->setObjectName(QString::fromUtf8("tab1"));
00172     vboxLayout1 = new QVBoxLayout(tab1);
00173     vboxLayout1->setSpacing(5);
00174     vboxLayout1->setMargin(5);
00175     vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00176     mui_tablasoportado = new SubForm2Bc(tab1);
00177     mui_tablasoportado->setObjectName(QString::fromUtf8("mui_tablasoportado"));
00178 
00179     vboxLayout1->addWidget(mui_tablasoportado);
00180 
00181     TabWidget2->addTab(tab1, QApplication::translate("ListRegistroIvaBase", "&Sopotado", 0, QApplication::UnicodeUTF8));
00182     tab2 = new QWidget();
00183     tab2->setObjectName(QString::fromUtf8("tab2"));
00184     vboxLayout2 = new QVBoxLayout(tab2);
00185     vboxLayout2->setSpacing(5);
00186     vboxLayout2->setMargin(5);
00187     vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00188     mui_tablarepercutido = new SubForm2Bc(tab2);
00189     mui_tablarepercutido->setObjectName(QString::fromUtf8("mui_tablarepercutido"));
00190 
00191     vboxLayout2->addWidget(mui_tablarepercutido);
00192 
00193     TabWidget2->addTab(tab2, QApplication::translate("ListRegistroIvaBase", "&Repercutido", 0, QApplication::UnicodeUTF8));
00194     tab3 = new QWidget();
00195     tab3->setObjectName(QString::fromUtf8("tab3"));
00196     vboxLayout3 = new QVBoxLayout(tab3);
00197     vboxLayout3->setSpacing(5);
00198     vboxLayout3->setMargin(5);
00199     vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00200     groupBox_2 = new QGroupBox(tab3);
00201     groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00202     vboxLayout4 = new QVBoxLayout(groupBox_2);
00203     vboxLayout4->setSpacing(5);
00204     vboxLayout4->setMargin(5);
00205     vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00206     mui_totalSoportado = new SubForm2Bc(groupBox_2);
00207     mui_totalSoportado->setObjectName(QString::fromUtf8("mui_totalSoportado"));
00208 
00209     vboxLayout4->addWidget(mui_totalSoportado);
00210 
00211     hboxLayout3 = new QHBoxLayout();
00212     hboxLayout3->setSpacing(6);
00213     hboxLayout3->setMargin(0);
00214     hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00215     textLabel1_3_3 = new QLabel(groupBox_2);
00216     textLabel1_3_3->setObjectName(QString::fromUtf8("textLabel1_3_3"));
00217     textLabel1_3_3->setMinimumSize(QSize(120, 0));
00218     textLabel1_3_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00219 
00220     hboxLayout3->addWidget(textLabel1_3_3);
00221 
00222     m_ivar = new QLineEdit(groupBox_2);
00223     m_ivar->setObjectName(QString::fromUtf8("m_ivar"));
00224     QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00225     sizePolicy1.setHorizontalStretch(0);
00226     sizePolicy1.setVerticalStretch(0);
00227     sizePolicy1.setHeightForWidth(m_ivar->sizePolicy().hasHeightForWidth());
00228     m_ivar->setSizePolicy(sizePolicy1);
00229     m_ivar->setAlignment(Qt::AlignRight);
00230 
00231     hboxLayout3->addWidget(m_ivar);
00232 
00233     textLabel1_3_2_2 = new QLabel(groupBox_2);
00234     textLabel1_3_2_2->setObjectName(QString::fromUtf8("textLabel1_3_2_2"));
00235     textLabel1_3_2_2->setMinimumSize(QSize(120, 0));
00236     textLabel1_3_2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00237 
00238     hboxLayout3->addWidget(textLabel1_3_2_2);
00239 
00240     m_baseimpr = new QLineEdit(groupBox_2);
00241     m_baseimpr->setObjectName(QString::fromUtf8("m_baseimpr"));
00242     QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00243     sizePolicy2.setHorizontalStretch(0);
00244     sizePolicy2.setVerticalStretch(0);
00245     sizePolicy2.setHeightForWidth(m_baseimpr->sizePolicy().hasHeightForWidth());
00246     m_baseimpr->setSizePolicy(sizePolicy2);
00247     m_baseimpr->setAlignment(Qt::AlignRight);
00248 
00249     hboxLayout3->addWidget(m_baseimpr);
00250 
00251 
00252     vboxLayout4->addLayout(hboxLayout3);
00253 
00254 
00255     vboxLayout3->addWidget(groupBox_2);
00256 
00257     groupBox = new QGroupBox(tab3);
00258     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00259     vboxLayout5 = new QVBoxLayout(groupBox);
00260     vboxLayout5->setSpacing(5);
00261     vboxLayout5->setMargin(5);
00262     vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00263     mui_totalRepercutido = new SubForm2Bc(groupBox);
00264     mui_totalRepercutido->setObjectName(QString::fromUtf8("mui_totalRepercutido"));
00265 
00266     vboxLayout5->addWidget(mui_totalRepercutido);
00267 
00268     hboxLayout4 = new QHBoxLayout();
00269     hboxLayout4->setSpacing(6);
00270     hboxLayout4->setMargin(0);
00271     hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00272     textLabel1_3 = new QLabel(groupBox);
00273     textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00274     QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(13), static_cast<QSizePolicy::Policy>(13));
00275     sizePolicy3.setHorizontalStretch(0);
00276     sizePolicy3.setVerticalStretch(0);
00277     sizePolicy3.setHeightForWidth(textLabel1_3->sizePolicy().hasHeightForWidth());
00278     textLabel1_3->setSizePolicy(sizePolicy3);
00279     textLabel1_3->setMinimumSize(QSize(120, 0));
00280     textLabel1_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00281 
00282     hboxLayout4->addWidget(textLabel1_3);
00283 
00284     m_ivas = new QLineEdit(groupBox);
00285     m_ivas->setObjectName(QString::fromUtf8("m_ivas"));
00286     QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00287     sizePolicy4.setHorizontalStretch(0);
00288     sizePolicy4.setVerticalStretch(0);
00289     sizePolicy4.setHeightForWidth(m_ivas->sizePolicy().hasHeightForWidth());
00290     m_ivas->setSizePolicy(sizePolicy4);
00291     m_ivas->setAlignment(Qt::AlignRight);
00292 
00293     hboxLayout4->addWidget(m_ivas);
00294 
00295     textLabel1_3_2 = new QLabel(groupBox);
00296     textLabel1_3_2->setObjectName(QString::fromUtf8("textLabel1_3_2"));
00297     QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(13), static_cast<QSizePolicy::Policy>(13));
00298     sizePolicy5.setHorizontalStretch(0);
00299     sizePolicy5.setVerticalStretch(0);
00300     sizePolicy5.setHeightForWidth(textLabel1_3_2->sizePolicy().hasHeightForWidth());
00301     textLabel1_3_2->setSizePolicy(sizePolicy5);
00302     textLabel1_3_2->setMinimumSize(QSize(120, 0));
00303     textLabel1_3_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00304 
00305     hboxLayout4->addWidget(textLabel1_3_2);
00306 
00307     m_baseimps = new QLineEdit(groupBox);
00308     m_baseimps->setObjectName(QString::fromUtf8("m_baseimps"));
00309     QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00310     sizePolicy6.setHorizontalStretch(0);
00311     sizePolicy6.setVerticalStretch(0);
00312     sizePolicy6.setHeightForWidth(m_baseimps->sizePolicy().hasHeightForWidth());
00313     m_baseimps->setSizePolicy(sizePolicy6);
00314     m_baseimps->setAlignment(Qt::AlignRight);
00315 
00316     hboxLayout4->addWidget(m_baseimps);
00317 
00318 
00319     vboxLayout5->addLayout(hboxLayout4);
00320 
00321 
00322     vboxLayout3->addWidget(groupBox);
00323 
00324     TabWidget2->addTab(tab3, QApplication::translate("ListRegistroIvaBase", "Res&umen", 0, QApplication::UnicodeUTF8));
00325 
00326     vboxLayout->addWidget(TabWidget2);
00327 
00328 
00329     retranslateUi(ListRegistroIvaBase);
00330 
00331     QSize size(600, 576);
00332     size = size.expandedTo(ListRegistroIvaBase->minimumSizeHint());
00333     ListRegistroIvaBase->resize(size);
00334 
00335 
00336     QMetaObject::connectSlotsByName(ListRegistroIvaBase);
00337     } // setupUi
00338 
00339     void retranslateUi(QWidget *ListRegistroIvaBase)
00340     {
00341     ListRegistroIvaBase->setWindowTitle(QApplication::translate("ListRegistroIvaBase", "Listados de IVA", 0, QApplication::UnicodeUTF8));
00342     label->setText(QString());
00343     mui_crear->setText(QString());
00344     mui_borrar->setText(QString());
00345     mui_actualizar->setText(QString());
00346     textLabel1_2_2->setText(QApplication::translate("ListRegistroIvaBase", "Fecha inicial:", 0, QApplication::UnicodeUTF8));
00347     textLabel1_4->setText(QApplication::translate("ListRegistroIvaBase", "Fecha final:", 0, QApplication::UnicodeUTF8));
00348     TabWidget2->setTabText(TabWidget2->indexOf(tab1), QApplication::translate("ListRegistroIvaBase", "&Sopotado", 0, QApplication::UnicodeUTF8));
00349     TabWidget2->setTabText(TabWidget2->indexOf(tab2), QApplication::translate("ListRegistroIvaBase", "&Repercutido", 0, QApplication::UnicodeUTF8));
00350     groupBox_2->setTitle(QApplication::translate("ListRegistroIvaBase", "IVA soportado:", 0, QApplication::UnicodeUTF8));
00351     textLabel1_3_3->setText(QApplication::translate("ListRegistroIvaBase", "IVA:", 0, QApplication::UnicodeUTF8));
00352     textLabel1_3_2_2->setText(QApplication::translate("ListRegistroIvaBase", "Total:", 0, QApplication::UnicodeUTF8));
00353     groupBox->setTitle(QApplication::translate("ListRegistroIvaBase", "IVA repercutido:", 0, QApplication::UnicodeUTF8));
00354     textLabel1_3->setText(QApplication::translate("ListRegistroIvaBase", "IVA:", 0, QApplication::UnicodeUTF8));
00355     textLabel1_3_2->setText(QApplication::translate("ListRegistroIvaBase", "Total:", 0, QApplication::UnicodeUTF8));
00356     TabWidget2->setTabText(TabWidget2->indexOf(tab3), QApplication::translate("ListRegistroIvaBase", "Res&umen", 0, QApplication::UnicodeUTF8));
00357     Q_UNUSED(ListRegistroIvaBase);
00358     } // retranslateUi
00359 
00360 };
00361 
00362 namespace Ui {
00363     class ListRegistroIvaBase: public Ui_ListRegistroIvaBase {};
00364 } // namespace Ui
00365 
00366 #endif // UI_LISTREGISTROIVABASE_H

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