00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_CONFREGLASBASE_H
00011 #define UI_CONFREGLASBASE_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/QGroupBox>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QLineEdit>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QTableWidget>
00027 #include <QtGui/QToolButton>
00028 #include <QtGui/QVBoxLayout>
00029
00030 class Ui_confreglasbase
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 QHBoxLayout *hboxLayout;
00035 QToolButton *toolButton1;
00036 QToolButton *toolButton1_2;
00037 QToolButton *toolButton1_3;
00038 QSpacerItem *spacerItem;
00039 QComboBox *comboBox1_2;
00040 QGroupBox *groupBox_2;
00041 QVBoxLayout *vboxLayout1;
00042 QCheckBox *checkBox2;
00043 QGroupBox *groupBox;
00044 QVBoxLayout *vboxLayout2;
00045 QCheckBox *checkBox1;
00046 QHBoxLayout *hboxLayout1;
00047 QLabel *textLabel1_2_2;
00048 QLineEdit *lineEdit2;
00049 QHBoxLayout *hboxLayout2;
00050 QLabel *textLabel1_2_2_2;
00051 QComboBox *comboBox3;
00052 QLineEdit *lineEdit2_2;
00053 QHBoxLayout *hboxLayout3;
00054 QLabel *textLabel1_2_2_3;
00055 QLineEdit *lineEdit2_3;
00056 QVBoxLayout *vboxLayout3;
00057 QLabel *textLabel1;
00058 QTableWidget *table1;
00059 QVBoxLayout *vboxLayout4;
00060 QLabel *textLabel1_2;
00061 QHBoxLayout *hboxLayout4;
00062 QComboBox *comboBox1;
00063 QLineEdit *lineEdit1;
00064 QHBoxLayout *hboxLayout5;
00065 QSpacerItem *spacerItem1;
00066 QPushButton *pushButton1;
00067
00068 void setupUi(QDialog *confreglasbase)
00069 {
00070 confreglasbase->setObjectName(QString::fromUtf8("confreglasbase"));
00071 vboxLayout = new QVBoxLayout(confreglasbase);
00072 vboxLayout->setSpacing(6);
00073 vboxLayout->setMargin(9);
00074 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00075 hboxLayout = new QHBoxLayout();
00076 hboxLayout->setSpacing(5);
00077 hboxLayout->setMargin(0);
00078 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00079 toolButton1 = new QToolButton(confreglasbase);
00080 toolButton1->setObjectName(QString::fromUtf8("toolButton1"));
00081 toolButton1->setIcon(QIcon(QString::fromUtf8("image0")));
00082
00083 hboxLayout->addWidget(toolButton1);
00084
00085 toolButton1_2 = new QToolButton(confreglasbase);
00086 toolButton1_2->setObjectName(QString::fromUtf8("toolButton1_2"));
00087 toolButton1_2->setIcon(QIcon(QString::fromUtf8("image1")));
00088
00089 hboxLayout->addWidget(toolButton1_2);
00090
00091 toolButton1_3 = new QToolButton(confreglasbase);
00092 toolButton1_3->setObjectName(QString::fromUtf8("toolButton1_3"));
00093 toolButton1_3->setIcon(QIcon(QString::fromUtf8("image2")));
00094
00095 hboxLayout->addWidget(toolButton1_3);
00096
00097 spacerItem = new QSpacerItem(371, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00098
00099 hboxLayout->addItem(spacerItem);
00100
00101
00102 vboxLayout->addLayout(hboxLayout);
00103
00104 comboBox1_2 = new QComboBox(confreglasbase);
00105 comboBox1_2->setObjectName(QString::fromUtf8("comboBox1_2"));
00106
00107 vboxLayout->addWidget(comboBox1_2);
00108
00109 groupBox_2 = new QGroupBox(confreglasbase);
00110 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00111 vboxLayout1 = new QVBoxLayout(groupBox_2);
00112 vboxLayout1->setSpacing(6);
00113 vboxLayout1->setMargin(9);
00114 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00115 checkBox2 = new QCheckBox(groupBox_2);
00116 checkBox2->setObjectName(QString::fromUtf8("checkBox2"));
00117
00118 vboxLayout1->addWidget(checkBox2);
00119
00120
00121 vboxLayout->addWidget(groupBox_2);
00122
00123 groupBox = new QGroupBox(confreglasbase);
00124 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00125 vboxLayout2 = new QVBoxLayout(groupBox);
00126 vboxLayout2->setSpacing(6);
00127 vboxLayout2->setMargin(9);
00128 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00129 checkBox1 = new QCheckBox(groupBox);
00130 checkBox1->setObjectName(QString::fromUtf8("checkBox1"));
00131
00132 vboxLayout2->addWidget(checkBox1);
00133
00134 hboxLayout1 = new QHBoxLayout();
00135 hboxLayout1->setSpacing(6);
00136 hboxLayout1->setMargin(0);
00137 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00138 textLabel1_2_2 = new QLabel(groupBox);
00139 textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00140 textLabel1_2_2->setWordWrap(false);
00141
00142 hboxLayout1->addWidget(textLabel1_2_2);
00143
00144 lineEdit2 = new QLineEdit(groupBox);
00145 lineEdit2->setObjectName(QString::fromUtf8("lineEdit2"));
00146
00147 hboxLayout1->addWidget(lineEdit2);
00148
00149
00150 vboxLayout2->addLayout(hboxLayout1);
00151
00152 hboxLayout2 = new QHBoxLayout();
00153 hboxLayout2->setSpacing(6);
00154 hboxLayout2->setMargin(0);
00155 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00156 textLabel1_2_2_2 = new QLabel(groupBox);
00157 textLabel1_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2"));
00158 textLabel1_2_2_2->setWordWrap(false);
00159
00160 hboxLayout2->addWidget(textLabel1_2_2_2);
00161
00162 comboBox3 = new QComboBox(groupBox);
00163 comboBox3->setObjectName(QString::fromUtf8("comboBox3"));
00164
00165 hboxLayout2->addWidget(comboBox3);
00166
00167 lineEdit2_2 = new QLineEdit(groupBox);
00168 lineEdit2_2->setObjectName(QString::fromUtf8("lineEdit2_2"));
00169
00170 hboxLayout2->addWidget(lineEdit2_2);
00171
00172
00173 vboxLayout2->addLayout(hboxLayout2);
00174
00175 hboxLayout3 = new QHBoxLayout();
00176 hboxLayout3->setSpacing(6);
00177 hboxLayout3->setMargin(0);
00178 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00179 textLabel1_2_2_3 = new QLabel(groupBox);
00180 textLabel1_2_2_3->setObjectName(QString::fromUtf8("textLabel1_2_2_3"));
00181 textLabel1_2_2_3->setWordWrap(false);
00182
00183 hboxLayout3->addWidget(textLabel1_2_2_3);
00184
00185 lineEdit2_3 = new QLineEdit(groupBox);
00186 lineEdit2_3->setObjectName(QString::fromUtf8("lineEdit2_3"));
00187
00188 hboxLayout3->addWidget(lineEdit2_3);
00189
00190
00191 vboxLayout2->addLayout(hboxLayout3);
00192
00193
00194 vboxLayout->addWidget(groupBox);
00195
00196 vboxLayout3 = new QVBoxLayout();
00197 vboxLayout3->setSpacing(6);
00198 vboxLayout3->setMargin(0);
00199 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00200 textLabel1 = new QLabel(confreglasbase);
00201 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00202 textLabel1->setWordWrap(false);
00203
00204 vboxLayout3->addWidget(textLabel1);
00205
00206 table1 = new QTableWidget(confreglasbase);
00207 table1->setObjectName(QString::fromUtf8("table1"));
00208
00209 vboxLayout3->addWidget(table1);
00210
00211
00212 vboxLayout->addLayout(vboxLayout3);
00213
00214 vboxLayout4 = new QVBoxLayout();
00215 vboxLayout4->setSpacing(6);
00216 vboxLayout4->setMargin(0);
00217 vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00218 textLabel1_2 = new QLabel(confreglasbase);
00219 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00220 textLabel1_2->setWordWrap(false);
00221
00222 vboxLayout4->addWidget(textLabel1_2);
00223
00224 hboxLayout4 = new QHBoxLayout();
00225 hboxLayout4->setSpacing(6);
00226 hboxLayout4->setMargin(0);
00227 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00228 comboBox1 = new QComboBox(confreglasbase);
00229 comboBox1->setObjectName(QString::fromUtf8("comboBox1"));
00230
00231 hboxLayout4->addWidget(comboBox1);
00232
00233 lineEdit1 = new QLineEdit(confreglasbase);
00234 lineEdit1->setObjectName(QString::fromUtf8("lineEdit1"));
00235
00236 hboxLayout4->addWidget(lineEdit1);
00237
00238
00239 vboxLayout4->addLayout(hboxLayout4);
00240
00241
00242 vboxLayout->addLayout(vboxLayout4);
00243
00244 hboxLayout5 = new QHBoxLayout();
00245 hboxLayout5->setSpacing(6);
00246 hboxLayout5->setMargin(0);
00247 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00248 spacerItem1 = new QSpacerItem(301, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00249
00250 hboxLayout5->addItem(spacerItem1);
00251
00252 pushButton1 = new QPushButton(confreglasbase);
00253 pushButton1->setObjectName(QString::fromUtf8("pushButton1"));
00254
00255 hboxLayout5->addWidget(pushButton1);
00256
00257
00258 vboxLayout->addLayout(hboxLayout5);
00259
00260
00261 retranslateUi(confreglasbase);
00262
00263 QSize size(692, 544);
00264 size = size.expandedTo(confreglasbase->minimumSizeHint());
00265 confreglasbase->resize(size);
00266
00267
00268 QMetaObject::connectSlotsByName(confreglasbase);
00269 }
00270
00271 void retranslateUi(QDialog *confreglasbase)
00272 {
00273 confreglasbase->setWindowTitle(QApplication::translate("confreglasbase", "Reglas de Corrector", 0, QApplication::UnicodeUTF8));
00274 toolButton1->setText(QString());
00275 toolButton1_2->setText(QString());
00276 toolButton1_3->setText(QString());
00277 groupBox_2->setTitle(QApplication::translate("confreglasbase", "Regla:", 0, QApplication::UnicodeUTF8));
00278 checkBox2->setText(QApplication::translate("confreglasbase", "Comprobaci\303\263n por asientos", 0, QApplication::UnicodeUTF8));
00279 groupBox->setTitle(QApplication::translate("confreglasbase", "Condici\303\263n:", 0, QApplication::UnicodeUTF8));
00280 checkBox1->setText(QApplication::translate("confreglasbase", "Deben existir registros que cumplan esta condici\303\263n en el periodo", 0, QApplication::UnicodeUTF8));
00281 textLabel1_2_2->setText(QApplication::translate("confreglasbase", "Apunte con Cuenta", 0, QApplication::UnicodeUTF8));
00282 textLabel1_2_2_2->setText(QApplication::translate("confreglasbase", "Apunte con Saldo", 0, QApplication::UnicodeUTF8));
00283 comboBox3->clear();
00284 comboBox3->addItem(QApplication::translate("confreglasbase", "igual", 0, QApplication::UnicodeUTF8));
00285 comboBox3->addItem(QApplication::translate("confreglasbase", "menor", 0, QApplication::UnicodeUTF8));
00286 comboBox3->addItem(QApplication::translate("confreglasbase", "mayor", 0, QApplication::UnicodeUTF8));
00287 textLabel1_2_2_3->setText(QApplication::translate("confreglasbase", "Apunte con Descripcion", 0, QApplication::UnicodeUTF8));
00288 textLabel1->setText(QApplication::translate("confreglasbase", "Reglas sobre Apuntes", 0, QApplication::UnicodeUTF8));
00289 textLabel1_2->setText(QApplication::translate("confreglasbase", "Periodicidad", 0, QApplication::UnicodeUTF8));
00290 pushButton1->setText(QApplication::translate("confreglasbase", "Cerrar", 0, QApplication::UnicodeUTF8));
00291 Q_UNUSED(confreglasbase);
00292 }
00293
00294 };
00295
00296 namespace Ui {
00297 class confreglasbase: public Ui_confreglasbase {};
00298 }
00299
00300 #endif // UI_CONFREGLASBASE_H