Ui_importContaplusBase Class Reference

#include <ui_importContaplusBase.h>

Inheritance diagram for Ui_importContaplusBase:

importContaplus Ui::importContaplusBase

Public Member Functions

void setupUi (QDialog *importContaplusBase)
void retranslateUi (QDialog *importContaplusBase)

Data Fields

QVBoxLayout * vboxLayout
QTabWidget * tabWidget3
QWidgettab
QVBoxLayout * vboxLayout1
QHBoxLayout * hboxLayout
QVBoxLayout * vboxLayout2
QLabeltextLabel1
QLineEditm_subCta
QToolButtontoolButton1
QHBoxLayout * hboxLayout1
QVBoxLayout * vboxLayout3
QLabeltextLabel1_2
QLineEditm_diario
QToolButtontoolButton1_2
QWidgettab1
QVBoxLayout * vboxLayout4
QHBoxLayout * hboxLayout2
QVBoxLayout * vboxLayout5
QLabeltextLabel1_3
QLineEditm_XML
QToolButtontoolButton1_5
QSpacerItem * spacerItem
QHBoxLayout * hboxLayout3
QLabeltextLabel2
BusquedaFecham_fechainicial
QLabeltextLabel2_2
BusquedaFecham_fechafinal
QSpacerItem * spacerItem1
QCheckBox * m_test
QVBoxLayout * vboxLayout6
QLabeltextLabel3
QTextEditm_mensajes
QProgressBar * m_progressbar
QHBoxLayout * hboxLayout4
QSpacerItem * spacerItem2
QPushButton * pushButtonF_X
QPushButton * pushButton33_2
QPushButton * pushButton33

Detailed Description

Definition at line 32 of file ui_importContaplusBase.h.


Member Function Documentation

void Ui_importContaplusBase::setupUi ( QDialog importContaplusBase  )  [inline]

Definition at line 74 of file ui_importContaplusBase.h.

References hboxLayout, hboxLayout1, hboxLayout2, hboxLayout3, hboxLayout4, m_diario, m_fechafinal, m_fechainicial, m_mensajes, m_progressbar, m_subCta, m_test, m_XML, pushButton33, pushButton33_2, pushButtonF_X, retranslateUi(), spacerItem, spacerItem1, spacerItem2, tab, tab1, tabWidget3, textLabel1, textLabel1_2, textLabel1_3, textLabel2, textLabel2_2, textLabel3, toolButton1, toolButton1_2, toolButton1_5, vboxLayout, vboxLayout1, vboxLayout2, vboxLayout3, vboxLayout4, vboxLayout5, and vboxLayout6.

Referenced by importContaplus::importContaplus().

00075     {
00076     importContaplusBase->setObjectName(QString::fromUtf8("importContaplusBase"));
00077     vboxLayout = new QVBoxLayout(importContaplusBase);
00078     vboxLayout->setSpacing(5);
00079     vboxLayout->setMargin(5);
00080     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00081     tabWidget3 = new QTabWidget(importContaplusBase);
00082     tabWidget3->setObjectName(QString::fromUtf8("tabWidget3"));
00083     tab = new QWidget();
00084     tab->setObjectName(QString::fromUtf8("tab"));
00085     vboxLayout1 = new QVBoxLayout(tab);
00086     vboxLayout1->setSpacing(6);
00087     vboxLayout1->setMargin(0);
00088     vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00089     hboxLayout = new QHBoxLayout();
00090     hboxLayout->setSpacing(6);
00091     hboxLayout->setMargin(0);
00092     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00093     vboxLayout2 = new QVBoxLayout();
00094     vboxLayout2->setSpacing(6);
00095     vboxLayout2->setMargin(0);
00096     vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00097     textLabel1 = new QLabel(tab);
00098     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00099 
00100     vboxLayout2->addWidget(textLabel1);
00101 
00102     m_subCta = new QLineEdit(tab);
00103     m_subCta->setObjectName(QString::fromUtf8("m_subCta"));
00104 
00105     vboxLayout2->addWidget(m_subCta);
00106 
00107 
00108     hboxLayout->addLayout(vboxLayout2);
00109 
00110     toolButton1 = new QToolButton(tab);
00111     toolButton1->setObjectName(QString::fromUtf8("toolButton1"));
00112     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00113     sizePolicy.setHorizontalStretch(32);
00114     sizePolicy.setVerticalStretch(32);
00115     sizePolicy.setHeightForWidth(toolButton1->sizePolicy().hasHeightForWidth());
00116     toolButton1->setSizePolicy(sizePolicy);
00117     toolButton1->setMinimumSize(QSize(32, 32));
00118 
00119     hboxLayout->addWidget(toolButton1);
00120 
00121 
00122     vboxLayout1->addLayout(hboxLayout);
00123 
00124     hboxLayout1 = new QHBoxLayout();
00125     hboxLayout1->setSpacing(6);
00126     hboxLayout1->setMargin(0);
00127     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00128     vboxLayout3 = new QVBoxLayout();
00129     vboxLayout3->setSpacing(6);
00130     vboxLayout3->setMargin(0);
00131     vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00132     textLabel1_2 = new QLabel(tab);
00133     textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00134 
00135     vboxLayout3->addWidget(textLabel1_2);
00136 
00137     m_diario = new QLineEdit(tab);
00138     m_diario->setObjectName(QString::fromUtf8("m_diario"));
00139 
00140     vboxLayout3->addWidget(m_diario);
00141 
00142 
00143     hboxLayout1->addLayout(vboxLayout3);
00144 
00145     toolButton1_2 = new QToolButton(tab);
00146     toolButton1_2->setObjectName(QString::fromUtf8("toolButton1_2"));
00147     QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00148     sizePolicy1.setHorizontalStretch(32);
00149     sizePolicy1.setVerticalStretch(32);
00150     sizePolicy1.setHeightForWidth(toolButton1_2->sizePolicy().hasHeightForWidth());
00151     toolButton1_2->setSizePolicy(sizePolicy1);
00152     toolButton1_2->setMinimumSize(QSize(32, 32));
00153 
00154     hboxLayout1->addWidget(toolButton1_2);
00155 
00156 
00157     vboxLayout1->addLayout(hboxLayout1);
00158 
00159     tabWidget3->addTab(tab, QApplication::translate("importContaplusBase", "&Contalus", 0, QApplication::UnicodeUTF8));
00160     tab1 = new QWidget();
00161     tab1->setObjectName(QString::fromUtf8("tab1"));
00162     vboxLayout4 = new QVBoxLayout(tab1);
00163     vboxLayout4->setSpacing(6);
00164     vboxLayout4->setMargin(0);
00165     vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00166     hboxLayout2 = new QHBoxLayout();
00167     hboxLayout2->setSpacing(6);
00168     hboxLayout2->setMargin(0);
00169     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00170     vboxLayout5 = new QVBoxLayout();
00171     vboxLayout5->setSpacing(6);
00172     vboxLayout5->setMargin(0);
00173     vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00174     textLabel1_3 = new QLabel(tab1);
00175     textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00176 
00177     vboxLayout5->addWidget(textLabel1_3);
00178 
00179     m_XML = new QLineEdit(tab1);
00180     m_XML->setObjectName(QString::fromUtf8("m_XML"));
00181 
00182     vboxLayout5->addWidget(m_XML);
00183 
00184 
00185     hboxLayout2->addLayout(vboxLayout5);
00186 
00187     toolButton1_5 = new QToolButton(tab1);
00188     toolButton1_5->setObjectName(QString::fromUtf8("toolButton1_5"));
00189     QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00190     sizePolicy2.setHorizontalStretch(32);
00191     sizePolicy2.setVerticalStretch(32);
00192     sizePolicy2.setHeightForWidth(toolButton1_5->sizePolicy().hasHeightForWidth());
00193     toolButton1_5->setSizePolicy(sizePolicy2);
00194     toolButton1_5->setMinimumSize(QSize(32, 32));
00195 
00196     hboxLayout2->addWidget(toolButton1_5);
00197 
00198 
00199     vboxLayout4->addLayout(hboxLayout2);
00200 
00201     spacerItem = new QSpacerItem(61, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
00202 
00203     vboxLayout4->addItem(spacerItem);
00204 
00205     tabWidget3->addTab(tab1, QApplication::translate("importContaplusBase", "&XML", 0, QApplication::UnicodeUTF8));
00206 
00207     vboxLayout->addWidget(tabWidget3);
00208 
00209     hboxLayout3 = new QHBoxLayout();
00210     hboxLayout3->setSpacing(6);
00211     hboxLayout3->setMargin(0);
00212     hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00213     textLabel2 = new QLabel(importContaplusBase);
00214     textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00215 
00216     hboxLayout3->addWidget(textLabel2);
00217 
00218     m_fechainicial = new BusquedaFecha(importContaplusBase);
00219     m_fechainicial->setObjectName(QString::fromUtf8("m_fechainicial"));
00220 
00221     hboxLayout3->addWidget(m_fechainicial);
00222 
00223     textLabel2_2 = new QLabel(importContaplusBase);
00224     textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
00225 
00226     hboxLayout3->addWidget(textLabel2_2);
00227 
00228     m_fechafinal = new BusquedaFecha(importContaplusBase);
00229     m_fechafinal->setObjectName(QString::fromUtf8("m_fechafinal"));
00230 
00231     hboxLayout3->addWidget(m_fechafinal);
00232 
00233     spacerItem1 = new QSpacerItem(70, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00234 
00235     hboxLayout3->addItem(spacerItem1);
00236 
00237 
00238     vboxLayout->addLayout(hboxLayout3);
00239 
00240     m_test = new QCheckBox(importContaplusBase);
00241     m_test->setObjectName(QString::fromUtf8("m_test"));
00242 
00243     vboxLayout->addWidget(m_test);
00244 
00245     vboxLayout6 = new QVBoxLayout();
00246     vboxLayout6->setSpacing(6);
00247     vboxLayout6->setMargin(0);
00248     vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6"));
00249     textLabel3 = new QLabel(importContaplusBase);
00250     textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
00251 
00252     vboxLayout6->addWidget(textLabel3);
00253 
00254     m_mensajes = new QTextEdit(importContaplusBase);
00255     m_mensajes->setObjectName(QString::fromUtf8("m_mensajes"));
00256 
00257     vboxLayout6->addWidget(m_mensajes);
00258 
00259 
00260     vboxLayout->addLayout(vboxLayout6);
00261 
00262     m_progressbar = new QProgressBar(importContaplusBase);
00263     m_progressbar->setObjectName(QString::fromUtf8("m_progressbar"));
00264     m_progressbar->setValue(24);
00265     m_progressbar->setOrientation(Qt::Horizontal);
00266 
00267     vboxLayout->addWidget(m_progressbar);
00268 
00269     hboxLayout4 = new QHBoxLayout();
00270     hboxLayout4->setSpacing(6);
00271     hboxLayout4->setMargin(0);
00272     hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00273     spacerItem2 = new QSpacerItem(340, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00274 
00275     hboxLayout4->addItem(spacerItem2);
00276 
00277     pushButtonF_X = new QPushButton(importContaplusBase);
00278     pushButtonF_X->setObjectName(QString::fromUtf8("pushButtonF_X"));
00279 
00280     hboxLayout4->addWidget(pushButtonF_X);
00281 
00282     pushButton33_2 = new QPushButton(importContaplusBase);
00283     pushButton33_2->setObjectName(QString::fromUtf8("pushButton33_2"));
00284 
00285     hboxLayout4->addWidget(pushButton33_2);
00286 
00287     pushButton33 = new QPushButton(importContaplusBase);
00288     pushButton33->setObjectName(QString::fromUtf8("pushButton33"));
00289 
00290     hboxLayout4->addWidget(pushButton33);
00291 
00292 
00293     vboxLayout->addLayout(hboxLayout4);
00294 
00295 
00296     retranslateUi(importContaplusBase);
00297 
00298     QSize size(617, 429);
00299     size = size.expandedTo(importContaplusBase->minimumSizeHint());
00300     importContaplusBase->resize(size);
00301 
00302 
00303     tabWidget3->setCurrentIndex(0);
00304 
00305 
00306     QMetaObject::connectSlotsByName(importContaplusBase);
00307     } // setupUi

void Ui_importContaplusBase::retranslateUi ( QDialog importContaplusBase  )  [inline]

Definition at line 309 of file ui_importContaplusBase.h.

References m_test, pushButton33, pushButton33_2, pushButtonF_X, tab, tab1, tabWidget3, textLabel1, textLabel1_2, textLabel1_3, textLabel2, textLabel2_2, textLabel3, toolButton1, toolButton1_2, and toolButton1_5.

Referenced by setupUi().

00310     {
00311     importContaplusBase->setWindowTitle(QApplication::translate("importContaplusBase", "Importar y Exportar Datos", 0, QApplication::UnicodeUTF8));
00312     textLabel1->setText(QApplication::translate("importContaplusBase", "Archivo de SubCta", 0, QApplication::UnicodeUTF8));
00313     toolButton1->setText(QApplication::translate("importContaplusBase", "...", 0, QApplication::UnicodeUTF8));
00314     textLabel1_2->setText(QApplication::translate("importContaplusBase", "Archivo de Diario", 0, QApplication::UnicodeUTF8));
00315     toolButton1_2->setText(QApplication::translate("importContaplusBase", "...", 0, QApplication::UnicodeUTF8));
00316     tabWidget3->setTabText(tabWidget3->indexOf(tab), QApplication::translate("importContaplusBase", "&Contalus", 0, QApplication::UnicodeUTF8));
00317     textLabel1_3->setText(QApplication::translate("importContaplusBase", "Archivo XML", 0, QApplication::UnicodeUTF8));
00318     toolButton1_5->setText(QApplication::translate("importContaplusBase", "...", 0, QApplication::UnicodeUTF8));
00319     tabWidget3->setTabText(tabWidget3->indexOf(tab1), QApplication::translate("importContaplusBase", "&XML", 0, QApplication::UnicodeUTF8));
00320     textLabel2->setText(QApplication::translate("importContaplusBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00321     textLabel2_2->setText(QApplication::translate("importContaplusBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00322     m_test->setText(QApplication::translate("importContaplusBase", "Realizar s\303\263lo &un Testeo", 0, QApplication::UnicodeUTF8));
00323     textLabel3->setText(QApplication::translate("importContaplusBase", "Resultado", 0, QApplication::UnicodeUTF8));
00324     pushButtonF_X->setText(QApplication::translate("importContaplusBase", "Ca&ncelar", 0, QApplication::UnicodeUTF8));
00325     pushButton33_2->setText(QApplication::translate("importContaplusBase", "Expor&tar", 0, QApplication::UnicodeUTF8));
00326     pushButton33->setText(QApplication::translate("importContaplusBase", "&Importar", 0, QApplication::UnicodeUTF8));
00327     Q_UNUSED(importContaplusBase);
00328     } // retranslateUi


Field Documentation

QVBoxLayout* Ui_importContaplusBase::vboxLayout

Definition at line 35 of file ui_importContaplusBase.h.

Referenced by setupUi().

QTabWidget* Ui_importContaplusBase::tabWidget3

Definition at line 36 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

QWidget* Ui_importContaplusBase::tab

Definition at line 37 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

QVBoxLayout* Ui_importContaplusBase::vboxLayout1

Definition at line 38 of file ui_importContaplusBase.h.

Referenced by setupUi().

QHBoxLayout* Ui_importContaplusBase::hboxLayout

Definition at line 39 of file ui_importContaplusBase.h.

Referenced by setupUi().

QVBoxLayout* Ui_importContaplusBase::vboxLayout2

Definition at line 40 of file ui_importContaplusBase.h.

Referenced by setupUi().

QLabel* Ui_importContaplusBase::textLabel1

Definition at line 41 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_importContaplusBase::m_subCta

Definition at line 42 of file ui_importContaplusBase.h.

Referenced by importContaplus::botonBuscarSubCta(), importContaplus::botonExportar(), importContaplus::botonImportar(), and setupUi().

QToolButton* Ui_importContaplusBase::toolButton1

Definition at line 43 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), retranslateUi(), and setupUi().

QHBoxLayout* Ui_importContaplusBase::hboxLayout1

Definition at line 44 of file ui_importContaplusBase.h.

Referenced by setupUi().

QVBoxLayout* Ui_importContaplusBase::vboxLayout3

Definition at line 45 of file ui_importContaplusBase.h.

Referenced by setupUi().

QLabel* Ui_importContaplusBase::textLabel1_2

Definition at line 46 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_importContaplusBase::m_diario

Definition at line 47 of file ui_importContaplusBase.h.

Referenced by importContaplus::botonBuscarDiario(), importContaplus::botonExportar(), importContaplus::botonImportar(), and setupUi().

QToolButton* Ui_importContaplusBase::toolButton1_2

Definition at line 48 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), retranslateUi(), and setupUi().

QWidget* Ui_importContaplusBase::tab1

Definition at line 49 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

QVBoxLayout* Ui_importContaplusBase::vboxLayout4

Definition at line 50 of file ui_importContaplusBase.h.

Referenced by setupUi().

QHBoxLayout* Ui_importContaplusBase::hboxLayout2

Definition at line 51 of file ui_importContaplusBase.h.

Referenced by setupUi().

QVBoxLayout* Ui_importContaplusBase::vboxLayout5

Definition at line 52 of file ui_importContaplusBase.h.

Referenced by setupUi().

QLabel* Ui_importContaplusBase::textLabel1_3

Definition at line 53 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_importContaplusBase::m_XML

Definition at line 54 of file ui_importContaplusBase.h.

Referenced by importContaplus::botonBuscarXML(), importContaplus::botonExportar(), importContaplus::botonImportar(), and setupUi().

QToolButton* Ui_importContaplusBase::toolButton1_5

Definition at line 55 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), retranslateUi(), and setupUi().

QSpacerItem* Ui_importContaplusBase::spacerItem

Definition at line 56 of file ui_importContaplusBase.h.

Referenced by setupUi().

QHBoxLayout* Ui_importContaplusBase::hboxLayout3

Definition at line 57 of file ui_importContaplusBase.h.

Referenced by setupUi().

QLabel* Ui_importContaplusBase::textLabel2

Definition at line 58 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

BusquedaFecha* Ui_importContaplusBase::m_fechainicial

Definition at line 59 of file ui_importContaplusBase.h.

Referenced by importContaplus::botonExportar(), importContaplus::botonImportar(), and setupUi().

QLabel* Ui_importContaplusBase::textLabel2_2

Definition at line 60 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

BusquedaFecha* Ui_importContaplusBase::m_fechafinal

Definition at line 61 of file ui_importContaplusBase.h.

Referenced by importContaplus::botonExportar(), importContaplus::botonImportar(), and setupUi().

QSpacerItem* Ui_importContaplusBase::spacerItem1

Definition at line 62 of file ui_importContaplusBase.h.

Referenced by setupUi().

QCheckBox* Ui_importContaplusBase::m_test

Definition at line 63 of file ui_importContaplusBase.h.

Referenced by importContaplus::botonExportar(), importContaplus::botonImportar(), retranslateUi(), and setupUi().

QVBoxLayout* Ui_importContaplusBase::vboxLayout6

Definition at line 64 of file ui_importContaplusBase.h.

Referenced by setupUi().

QLabel* Ui_importContaplusBase::textLabel3

Definition at line 65 of file ui_importContaplusBase.h.

Referenced by retranslateUi(), and setupUi().

QTextEdit* Ui_importContaplusBase::m_mensajes

Definition at line 66 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), and setupUi().

QProgressBar* Ui_importContaplusBase::m_progressbar

Definition at line 67 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), and setupUi().

QHBoxLayout* Ui_importContaplusBase::hboxLayout4

Definition at line 68 of file ui_importContaplusBase.h.

Referenced by setupUi().

QSpacerItem* Ui_importContaplusBase::spacerItem2

Definition at line 69 of file ui_importContaplusBase.h.

Referenced by setupUi().

QPushButton* Ui_importContaplusBase::pushButtonF_X

Definition at line 70 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), retranslateUi(), and setupUi().

QPushButton* Ui_importContaplusBase::pushButton33_2

Definition at line 71 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), retranslateUi(), and setupUi().

QPushButton* Ui_importContaplusBase::pushButton33

Definition at line 72 of file ui_importContaplusBase.h.

Referenced by importContaplus::importContaplus(), retranslateUi(), and setupUi().


The documentation for this class was generated from the following file:
Generated on Sat Dec 15 00:02:45 2007 for BulmaGes by  doxygen 1.5.1