#include <ui_confreglasbase.h>
Inheritance diagram for Ui_confreglasbase:

Public Member Functions | |
| void | setupUi (QDialog *confreglasbase) |
| void | retranslateUi (QDialog *confreglasbase) |
Data Fields | |
| QVBoxLayout * | vboxLayout |
| QHBoxLayout * | hboxLayout |
| QToolButton * | toolButton1 |
| QToolButton * | toolButton1_2 |
| QToolButton * | toolButton1_3 |
| QSpacerItem * | spacerItem |
| QComboBox * | comboBox1_2 |
| QGroupBox * | groupBox_2 |
| QVBoxLayout * | vboxLayout1 |
| QCheckBox * | checkBox2 |
| QGroupBox * | groupBox |
| QVBoxLayout * | vboxLayout2 |
| QCheckBox * | checkBox1 |
| QHBoxLayout * | hboxLayout1 |
| QLabel * | textLabel1_2_2 |
| QLineEdit * | lineEdit2 |
| QHBoxLayout * | hboxLayout2 |
| QLabel * | textLabel1_2_2_2 |
| QComboBox * | comboBox3 |
| QLineEdit * | lineEdit2_2 |
| QHBoxLayout * | hboxLayout3 |
| QLabel * | textLabel1_2_2_3 |
| QLineEdit * | lineEdit2_3 |
| QVBoxLayout * | vboxLayout3 |
| QLabel * | textLabel1 |
| QTableWidget * | table1 |
| QVBoxLayout * | vboxLayout4 |
| QLabel * | textLabel1_2 |
| QHBoxLayout * | hboxLayout4 |
| QComboBox * | comboBox1 |
| QLineEdit * | lineEdit1 |
| QHBoxLayout * | hboxLayout5 |
| QSpacerItem * | spacerItem1 |
| QPushButton * | pushButton1 |
Definition at line 30 of file ui_confreglasbase.h.
| void Ui_confreglasbase::setupUi | ( | QDialog * | confreglasbase | ) | [inline] |
Definition at line 68 of file ui_confreglasbase.h.
References checkBox1, checkBox2, comboBox1, comboBox1_2, comboBox3, groupBox, groupBox_2, hboxLayout, hboxLayout1, hboxLayout2, hboxLayout3, hboxLayout4, hboxLayout5, lineEdit1, lineEdit2, lineEdit2_2, lineEdit2_3, pushButton1, retranslateUi(), spacerItem, spacerItem1, table1, textLabel1, textLabel1_2, textLabel1_2_2, textLabel1_2_2_2, textLabel1_2_2_3, toolButton1, toolButton1_2, toolButton1_3, vboxLayout, vboxLayout1, vboxLayout2, vboxLayout3, and vboxLayout4.
Referenced by confreglasview::confreglasview().
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 } // setupUi
| void Ui_confreglasbase::retranslateUi | ( | QDialog * | confreglasbase | ) | [inline] |
Definition at line 271 of file ui_confreglasbase.h.
References checkBox1, checkBox2, comboBox3, groupBox, groupBox_2, pushButton1, textLabel1, textLabel1_2, textLabel1_2_2, textLabel1_2_2_2, textLabel1_2_2_3, toolButton1, toolButton1_2, and toolButton1_3.
Referenced by setupUi().
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 } // retranslateUi
| QVBoxLayout* Ui_confreglasbase::vboxLayout |
| QHBoxLayout* Ui_confreglasbase::hboxLayout |
| QSpacerItem* Ui_confreglasbase::spacerItem |
| QGroupBox* Ui_confreglasbase::groupBox_2 |
| QVBoxLayout* Ui_confreglasbase::vboxLayout1 |
| QCheckBox* Ui_confreglasbase::checkBox2 |
| QGroupBox* Ui_confreglasbase::groupBox |
| QVBoxLayout* Ui_confreglasbase::vboxLayout2 |
| QCheckBox* Ui_confreglasbase::checkBox1 |
| QHBoxLayout* Ui_confreglasbase::hboxLayout1 |
| QHBoxLayout* Ui_confreglasbase::hboxLayout2 |
| QHBoxLayout* Ui_confreglasbase::hboxLayout3 |
| QVBoxLayout* Ui_confreglasbase::vboxLayout3 |
| QVBoxLayout* Ui_confreglasbase::vboxLayout4 |
| QHBoxLayout* Ui_confreglasbase::hboxLayout4 |
| QHBoxLayout* Ui_confreglasbase::hboxLayout5 |
| QSpacerItem* Ui_confreglasbase::spacerItem1 |
| QPushButton* Ui_confreglasbase::pushButton1 |
1.5.1