00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_REGIVAPRINTBASE_H
00011 #define UI_REGIVAPRINTBASE_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/QDialog>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QRadioButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QToolButton>
00027 #include <QtGui/QVBoxLayout>
00028
00029 class Ui_RegIvaPrintBase
00030 {
00031 public:
00032 QVBoxLayout *vboxLayout;
00033 QGroupBox *groupBox;
00034 QVBoxLayout *vboxLayout1;
00035 QHBoxLayout *hboxLayout;
00036 QHBoxLayout *hboxLayout1;
00037 QLabel *textLabel1_3;
00038 QLineEdit *fechainicial1;
00039 QToolButton *toolButton1;
00040 QHBoxLayout *hboxLayout2;
00041 QLabel *textLabel1_2_2;
00042 QLineEdit *fechafinal1;
00043 QToolButton *toolButton1_2;
00044 QHBoxLayout *hboxLayout3;
00045 QVBoxLayout *vboxLayout2;
00046 QCheckBox *checkBox1_2;
00047 QHBoxLayout *hboxLayout4;
00048 QGroupBox *groupBox_2;
00049 QHBoxLayout *hboxLayout5;
00050 QHBoxLayout *hboxLayout6;
00051 QRadioButton *radiotexto;
00052 QRadioButton *radiohtml;
00053 QRadioButton *radioPS;
00054 QSpacerItem *spacerItem;
00055 QPushButton *pushButton1;
00056 QPushButton *pushButton2;
00057
00058 void setupUi(QDialog *RegIvaPrintBase)
00059 {
00060 RegIvaPrintBase->setObjectName(QString::fromUtf8("RegIvaPrintBase"));
00061 vboxLayout = new QVBoxLayout(RegIvaPrintBase);
00062 vboxLayout->setSpacing(5);
00063 vboxLayout->setMargin(5);
00064 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00065 groupBox = new QGroupBox(RegIvaPrintBase);
00066 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00067 vboxLayout1 = new QVBoxLayout(groupBox);
00068 vboxLayout1->setSpacing(5);
00069 vboxLayout1->setMargin(5);
00070 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00071 hboxLayout = new QHBoxLayout();
00072 hboxLayout->setSpacing(6);
00073 hboxLayout->setMargin(0);
00074 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00075 hboxLayout1 = new QHBoxLayout();
00076 hboxLayout1->setSpacing(6);
00077 hboxLayout1->setMargin(0);
00078 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00079 textLabel1_3 = new QLabel(groupBox);
00080 textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00081
00082 hboxLayout1->addWidget(textLabel1_3);
00083
00084 fechainicial1 = new QLineEdit(groupBox);
00085 fechainicial1->setObjectName(QString::fromUtf8("fechainicial1"));
00086
00087 hboxLayout1->addWidget(fechainicial1);
00088
00089 toolButton1 = new QToolButton(groupBox);
00090 toolButton1->setObjectName(QString::fromUtf8("toolButton1"));
00091 toolButton1->setIcon(QIcon(QString::fromUtf8("image0")));
00092
00093 hboxLayout1->addWidget(toolButton1);
00094
00095
00096 hboxLayout->addLayout(hboxLayout1);
00097
00098 hboxLayout2 = new QHBoxLayout();
00099 hboxLayout2->setSpacing(6);
00100 hboxLayout2->setMargin(0);
00101 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00102 textLabel1_2_2 = new QLabel(groupBox);
00103 textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00104
00105 hboxLayout2->addWidget(textLabel1_2_2);
00106
00107 fechafinal1 = new QLineEdit(groupBox);
00108 fechafinal1->setObjectName(QString::fromUtf8("fechafinal1"));
00109
00110 hboxLayout2->addWidget(fechafinal1);
00111
00112 toolButton1_2 = new QToolButton(groupBox);
00113 toolButton1_2->setObjectName(QString::fromUtf8("toolButton1_2"));
00114 toolButton1_2->setIcon(QIcon(QString::fromUtf8("image0")));
00115
00116 hboxLayout2->addWidget(toolButton1_2);
00117
00118
00119 hboxLayout->addLayout(hboxLayout2);
00120
00121
00122 vboxLayout1->addLayout(hboxLayout);
00123
00124 hboxLayout3 = new QHBoxLayout();
00125 hboxLayout3->setSpacing(6);
00126 hboxLayout3->setMargin(0);
00127 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00128 vboxLayout2 = new QVBoxLayout();
00129 vboxLayout2->setSpacing(6);
00130 vboxLayout2->setMargin(0);
00131 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00132 checkBox1_2 = new QCheckBox(groupBox);
00133 checkBox1_2->setObjectName(QString::fromUtf8("checkBox1_2"));
00134
00135 vboxLayout2->addWidget(checkBox1_2);
00136
00137
00138 hboxLayout3->addLayout(vboxLayout2);
00139
00140
00141 vboxLayout1->addLayout(hboxLayout3);
00142
00143
00144 vboxLayout->addWidget(groupBox);
00145
00146 hboxLayout4 = new QHBoxLayout();
00147 hboxLayout4->setSpacing(6);
00148 hboxLayout4->setMargin(0);
00149 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00150 groupBox_2 = new QGroupBox(RegIvaPrintBase);
00151 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00152 hboxLayout5 = new QHBoxLayout(groupBox_2);
00153 hboxLayout5->setSpacing(5);
00154 hboxLayout5->setMargin(5);
00155 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00156 hboxLayout6 = new QHBoxLayout();
00157 hboxLayout6->setSpacing(6);
00158 hboxLayout6->setMargin(0);
00159 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00160 radiotexto = new QRadioButton(groupBox_2);
00161 radiotexto->setObjectName(QString::fromUtf8("radiotexto"));
00162 radiotexto->setChecked(true);
00163
00164 hboxLayout6->addWidget(radiotexto);
00165
00166 radiohtml = new QRadioButton(groupBox_2);
00167 radiohtml->setObjectName(QString::fromUtf8("radiohtml"));
00168
00169 hboxLayout6->addWidget(radiohtml);
00170
00171 radioPS = new QRadioButton(groupBox_2);
00172 radioPS->setObjectName(QString::fromUtf8("radioPS"));
00173
00174 hboxLayout6->addWidget(radioPS);
00175
00176
00177 hboxLayout5->addLayout(hboxLayout6);
00178
00179
00180 hboxLayout4->addWidget(groupBox_2);
00181
00182 spacerItem = new QSpacerItem(21, 103, QSizePolicy::Expanding, QSizePolicy::Minimum);
00183
00184 hboxLayout4->addItem(spacerItem);
00185
00186 pushButton1 = new QPushButton(RegIvaPrintBase);
00187 pushButton1->setObjectName(QString::fromUtf8("pushButton1"));
00188 pushButton1->setDefault(true);
00189
00190 hboxLayout4->addWidget(pushButton1);
00191
00192 pushButton2 = new QPushButton(RegIvaPrintBase);
00193 pushButton2->setObjectName(QString::fromUtf8("pushButton2"));
00194
00195 hboxLayout4->addWidget(pushButton2);
00196
00197
00198 vboxLayout->addLayout(hboxLayout4);
00199
00200
00201 retranslateUi(RegIvaPrintBase);
00202
00203 QSize size(541, 233);
00204 size = size.expandedTo(RegIvaPrintBase->minimumSizeHint());
00205 RegIvaPrintBase->resize(size);
00206
00207
00208 QMetaObject::connectSlotsByName(RegIvaPrintBase);
00209 }
00210
00211 void retranslateUi(QDialog *RegIvaPrintBase)
00212 {
00213 RegIvaPrintBase->setWindowTitle(QApplication::translate("RegIvaPrintBase", "Impresi\303\263n del Registro de IVA", 0, QApplication::UnicodeUTF8));
00214 groupBox->setTitle(QApplication::translate("RegIvaPrintBase", "Datos del listado:", 0, QApplication::UnicodeUTF8));
00215 textLabel1_3->setText(QApplication::translate("RegIvaPrintBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00216 toolButton1->setText(QString());
00217 textLabel1_2_2->setText(QApplication::translate("RegIvaPrintBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00218 toolButton1_2->setText(QString());
00219 checkBox1_2->setText(QApplication::translate("RegIvaPrintBase", "Incluir resultados parciales", 0, QApplication::UnicodeUTF8));
00220 groupBox_2->setTitle(QApplication::translate("RegIvaPrintBase", "Formato:", 0, QApplication::UnicodeUTF8));
00221 radiotexto->setText(QApplication::translate("RegIvaPrintBase", "Texto Plano", 0, QApplication::UnicodeUTF8));
00222 radiohtml->setText(QApplication::translate("RegIvaPrintBase", "HTML", 0, QApplication::UnicodeUTF8));
00223 radioPS->setText(QApplication::translate("RegIvaPrintBase", "Postscript", 0, QApplication::UnicodeUTF8));
00224 pushButton1->setText(QApplication::translate("RegIvaPrintBase", "Imprimir", 0, QApplication::UnicodeUTF8));
00225 pushButton2->setText(QApplication::translate("RegIvaPrintBase", "Cancelar", 0, QApplication::UnicodeUTF8));
00226 Q_UNUSED(RegIvaPrintBase);
00227 }
00228
00229 };
00230
00231 namespace Ui {
00232 class RegIvaPrintBase: public Ui_RegIvaPrintBase {};
00233 }
00234
00235 #endif // UI_REGIVAPRINTBASE_H