ui_configuracion.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'configuracion.ui'
00003 **
00004 ** Created: Fri Dec 14 01:45:54 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_CONFIGURACION_H
00011 #define UI_CONFIGURACION_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QFrame>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QLineEdit>
00022 #include <QtGui/QListWidget>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QTabWidget>
00026 #include <QtGui/QTableWidget>
00027 #include <QtGui/QToolButton>
00028 #include <QtGui/QVBoxLayout>
00029 #include <QtGui/QWidget>
00030 
00031 class Ui_UIconfiguracion
00032 {
00033 public:
00034     QVBoxLayout *vboxLayout;
00035     QTabWidget *m_tab;
00036     QWidget *tab;
00037     QVBoxLayout *vboxLayout1;
00038     QHBoxLayout *hboxLayout;
00039     QLineEdit *lineEditA_1;
00040     QSpacerItem *spacerItem;
00041     QHBoxLayout *hboxLayout1;
00042     QPushButton *m_backup;
00043     QPushButton *mui_restaurarc;
00044     QHBoxLayout *hboxLayout2;
00045     QPushButton *pushButtonA_1;
00046     QPushButton *mui_borrarempresabc;
00047     QPushButton *pushButton32;
00048     QSpacerItem *spacerItem1;
00049     QWidget *TabPage;
00050     QVBoxLayout *vboxLayout2;
00051     QHBoxLayout *hboxLayout3;
00052     QLineEdit *lineEditA_1_2;
00053     QSpacerItem *spacerItem2;
00054     QHBoxLayout *hboxLayout4;
00055     QPushButton *m_backup_2;
00056     QPushButton *mui_restaurarf;
00057     QHBoxLayout *hboxLayout5;
00058     QPushButton *pushButtonA_1_2;
00059     QPushButton *mui_borrarempresabf;
00060     QPushButton *pushButton32_2;
00061     QSpacerItem *spacerItem3;
00062     QWidget *TabPage1;
00063     QVBoxLayout *vboxLayout3;
00064     QTableWidget *m_tconfiguracion;
00065     QWidget *tab_2;
00066     QFrame *frame;
00067     QHBoxLayout *hboxLayout6;
00068     QToolButton *toolButton;
00069     QToolButton *toolButton_3;
00070     QToolButton *toolButton_2;
00071     QToolButton *toolButton_4;
00072     QFrame *frame_3;
00073     QVBoxLayout *vboxLayout4;
00074     QToolButton *toolButton_6;
00075     QToolButton *toolButton_7;
00076     QToolButton *toolButton_8;
00077     QToolButton *toolButton_5;
00078     QToolButton *toolButton_9;
00079     QFrame *frame_2;
00080     QHBoxLayout *hboxLayout7;
00081     QVBoxLayout *vboxLayout5;
00082     QLabel *label;
00083     QListWidget *listWidget;
00084     QVBoxLayout *vboxLayout6;
00085     QLabel *label_2;
00086     QListWidget *listWidget_2;
00087     QHBoxLayout *hboxLayout8;
00088     QSpacerItem *spacerItem4;
00089     QPushButton *pushButtonF_X;
00090 
00091     void setupUi(QDialog *UIconfiguracion)
00092     {
00093     UIconfiguracion->setObjectName(QString::fromUtf8("UIconfiguracion"));
00094     vboxLayout = new QVBoxLayout(UIconfiguracion);
00095     vboxLayout->setSpacing(5);
00096     vboxLayout->setMargin(5);
00097     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00098     m_tab = new QTabWidget(UIconfiguracion);
00099     m_tab->setObjectName(QString::fromUtf8("m_tab"));
00100     m_tab->setEnabled(true);
00101     m_tab->setTabShape(QTabWidget::Rounded);
00102     tab = new QWidget();
00103     tab->setObjectName(QString::fromUtf8("tab"));
00104     vboxLayout1 = new QVBoxLayout(tab);
00105     vboxLayout1->setSpacing(6);
00106     vboxLayout1->setMargin(11);
00107     vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00108     hboxLayout = new QHBoxLayout();
00109     hboxLayout->setSpacing(6);
00110     hboxLayout->setMargin(11);
00111     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00112     lineEditA_1 = new QLineEdit(tab);
00113     lineEditA_1->setObjectName(QString::fromUtf8("lineEditA_1"));
00114     lineEditA_1->setEnabled(false);
00115     lineEditA_1->setReadOnly(true);
00116 
00117     hboxLayout->addWidget(lineEditA_1);
00118 
00119     spacerItem = new QSpacerItem(211, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00120 
00121     hboxLayout->addItem(spacerItem);
00122 
00123 
00124     vboxLayout1->addLayout(hboxLayout);
00125 
00126     hboxLayout1 = new QHBoxLayout();
00127     hboxLayout1->setSpacing(6);
00128     hboxLayout1->setMargin(11);
00129     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00130     m_backup = new QPushButton(tab);
00131     m_backup->setObjectName(QString::fromUtf8("m_backup"));
00132 
00133     hboxLayout1->addWidget(m_backup);
00134 
00135     mui_restaurarc = new QPushButton(tab);
00136     mui_restaurarc->setObjectName(QString::fromUtf8("mui_restaurarc"));
00137 
00138     hboxLayout1->addWidget(mui_restaurarc);
00139 
00140 
00141     vboxLayout1->addLayout(hboxLayout1);
00142 
00143     hboxLayout2 = new QHBoxLayout();
00144     hboxLayout2->setSpacing(6);
00145     hboxLayout2->setMargin(11);
00146     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00147     pushButtonA_1 = new QPushButton(tab);
00148     pushButtonA_1->setObjectName(QString::fromUtf8("pushButtonA_1"));
00149 
00150     hboxLayout2->addWidget(pushButtonA_1);
00151 
00152     mui_borrarempresabc = new QPushButton(tab);
00153     mui_borrarempresabc->setObjectName(QString::fromUtf8("mui_borrarempresabc"));
00154 
00155     hboxLayout2->addWidget(mui_borrarempresabc);
00156 
00157 
00158     vboxLayout1->addLayout(hboxLayout2);
00159 
00160     pushButton32 = new QPushButton(tab);
00161     pushButton32->setObjectName(QString::fromUtf8("pushButton32"));
00162     pushButton32->setEnabled(true);
00163 
00164     vboxLayout1->addWidget(pushButton32);
00165 
00166     spacerItem1 = new QSpacerItem(21, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
00167 
00168     vboxLayout1->addItem(spacerItem1);
00169 
00170     m_tab->addTab(tab, QApplication::translate("UIconfiguracion", "B&ulmaCont", 0, QApplication::UnicodeUTF8));
00171     TabPage = new QWidget();
00172     TabPage->setObjectName(QString::fromUtf8("TabPage"));
00173     vboxLayout2 = new QVBoxLayout(TabPage);
00174     vboxLayout2->setSpacing(6);
00175     vboxLayout2->setMargin(11);
00176     vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00177     hboxLayout3 = new QHBoxLayout();
00178     hboxLayout3->setSpacing(6);
00179     hboxLayout3->setMargin(11);
00180     hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00181     lineEditA_1_2 = new QLineEdit(TabPage);
00182     lineEditA_1_2->setObjectName(QString::fromUtf8("lineEditA_1_2"));
00183     lineEditA_1_2->setEnabled(false);
00184     lineEditA_1_2->setReadOnly(true);
00185 
00186     hboxLayout3->addWidget(lineEditA_1_2);
00187 
00188     spacerItem2 = new QSpacerItem(211, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00189 
00190     hboxLayout3->addItem(spacerItem2);
00191 
00192 
00193     vboxLayout2->addLayout(hboxLayout3);
00194 
00195     hboxLayout4 = new QHBoxLayout();
00196     hboxLayout4->setSpacing(6);
00197     hboxLayout4->setMargin(11);
00198     hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00199     m_backup_2 = new QPushButton(TabPage);
00200     m_backup_2->setObjectName(QString::fromUtf8("m_backup_2"));
00201 
00202     hboxLayout4->addWidget(m_backup_2);
00203 
00204     mui_restaurarf = new QPushButton(TabPage);
00205     mui_restaurarf->setObjectName(QString::fromUtf8("mui_restaurarf"));
00206 
00207     hboxLayout4->addWidget(mui_restaurarf);
00208 
00209 
00210     vboxLayout2->addLayout(hboxLayout4);
00211 
00212     hboxLayout5 = new QHBoxLayout();
00213     hboxLayout5->setSpacing(6);
00214     hboxLayout5->setMargin(11);
00215     hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00216     pushButtonA_1_2 = new QPushButton(TabPage);
00217     pushButtonA_1_2->setObjectName(QString::fromUtf8("pushButtonA_1_2"));
00218 
00219     hboxLayout5->addWidget(pushButtonA_1_2);
00220 
00221     mui_borrarempresabf = new QPushButton(TabPage);
00222     mui_borrarempresabf->setObjectName(QString::fromUtf8("mui_borrarempresabf"));
00223 
00224     hboxLayout5->addWidget(mui_borrarempresabf);
00225 
00226 
00227     vboxLayout2->addLayout(hboxLayout5);
00228 
00229     pushButton32_2 = new QPushButton(TabPage);
00230     pushButton32_2->setObjectName(QString::fromUtf8("pushButton32_2"));
00231     pushButton32_2->setEnabled(false);
00232 
00233     vboxLayout2->addWidget(pushButton32_2);
00234 
00235     spacerItem3 = new QSpacerItem(81, 60, QSizePolicy::Minimum, QSizePolicy::Expanding);
00236 
00237     vboxLayout2->addItem(spacerItem3);
00238 
00239     m_tab->addTab(TabPage, QApplication::translate("UIconfiguracion", "Bulma&Fact", 0, QApplication::UnicodeUTF8));
00240     TabPage1 = new QWidget();
00241     TabPage1->setObjectName(QString::fromUtf8("TabPage1"));
00242     TabPage1->setEnabled(false);
00243     vboxLayout3 = new QVBoxLayout(TabPage1);
00244     vboxLayout3->setSpacing(6);
00245     vboxLayout3->setMargin(11);
00246     vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00247     m_tconfiguracion = new QTableWidget(TabPage1);
00248     m_tconfiguracion->setObjectName(QString::fromUtf8("m_tconfiguracion"));
00249     m_tconfiguracion->setSelectionMode(QAbstractItemView::SingleSelection);
00250     m_tconfiguracion->setSelectionBehavior(QAbstractItemView::SelectRows);
00251     m_tconfiguracion->setRowCount(0);
00252     m_tconfiguracion->setColumnCount(0);
00253 
00254     vboxLayout3->addWidget(m_tconfiguracion);
00255 
00256     m_tab->addTab(TabPage1, QApplication::translate("UIconfiguracion", "Parametros", 0, QApplication::UnicodeUTF8));
00257     tab_2 = new QWidget();
00258     tab_2->setObjectName(QString::fromUtf8("tab_2"));
00259     tab_2->setEnabled(false);
00260     frame = new QFrame(tab_2);
00261     frame->setObjectName(QString::fromUtf8("frame"));
00262     frame->setGeometry(QRect(10, 10, 440, 83));
00263     frame->setFrameShape(QFrame::StyledPanel);
00264     frame->setFrameShadow(QFrame::Raised);
00265     hboxLayout6 = new QHBoxLayout(frame);
00266     hboxLayout6->setSpacing(6);
00267     hboxLayout6->setMargin(11);
00268     hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00269     toolButton = new QToolButton(frame);
00270     toolButton->setObjectName(QString::fromUtf8("toolButton"));
00271     toolButton->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_almacen.48x48.png")));
00272     toolButton->setIconSize(QSize(32, 32));
00273     toolButton->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00274 
00275     hboxLayout6->addWidget(toolButton);
00276 
00277     toolButton_3 = new QToolButton(frame);
00278     toolButton_3->setObjectName(QString::fromUtf8("toolButton_3"));
00279     toolButton_3->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_boton_menos.32x32.png")));
00280     toolButton_3->setIconSize(QSize(32, 32));
00281     toolButton_3->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00282 
00283     hboxLayout6->addWidget(toolButton_3);
00284 
00285     toolButton_2 = new QToolButton(frame);
00286     toolButton_2->setObjectName(QString::fromUtf8("toolButton_2"));
00287     toolButton_2->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_cobros.32x32.png")));
00288     toolButton_2->setIconSize(QSize(32, 32));
00289     toolButton_2->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00290 
00291     hboxLayout6->addWidget(toolButton_2);
00292 
00293     toolButton_4 = new QToolButton(frame);
00294     toolButton_4->setObjectName(QString::fromUtf8("toolButton_4"));
00295     toolButton_4->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_compras_albaran.32x32.png")));
00296     toolButton_4->setIconSize(QSize(32, 32));
00297     toolButton_4->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00298 
00299     hboxLayout6->addWidget(toolButton_4);
00300 
00301     frame_3 = new QFrame(tab_2);
00302     frame_3->setObjectName(QString::fromUtf8("frame_3"));
00303     frame_3->setGeometry(QRect(499, 100, 202, 351));
00304     frame_3->setFrameShape(QFrame::StyledPanel);
00305     frame_3->setFrameShadow(QFrame::Raised);
00306     vboxLayout4 = new QVBoxLayout(frame_3);
00307     vboxLayout4->setSpacing(6);
00308     vboxLayout4->setMargin(11);
00309     vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00310     toolButton_6 = new QToolButton(frame_3);
00311     toolButton_6->setObjectName(QString::fromUtf8("toolButton_6"));
00312     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00313     sizePolicy.setHorizontalStretch(0);
00314     sizePolicy.setVerticalStretch(0);
00315     sizePolicy.setHeightForWidth(toolButton_6->sizePolicy().hasHeightForWidth());
00316     toolButton_6->setSizePolicy(sizePolicy);
00317     toolButton_6->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_compras_albaran.32x32.png")));
00318     toolButton_6->setIconSize(QSize(32, 32));
00319     toolButton_6->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00320 
00321     vboxLayout4->addWidget(toolButton_6);
00322 
00323     toolButton_7 = new QToolButton(frame_3);
00324     toolButton_7->setObjectName(QString::fromUtf8("toolButton_7"));
00325     QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00326     sizePolicy1.setHorizontalStretch(0);
00327     sizePolicy1.setVerticalStretch(0);
00328     sizePolicy1.setHeightForWidth(toolButton_7->sizePolicy().hasHeightForWidth());
00329     toolButton_7->setSizePolicy(sizePolicy1);
00330     toolButton_7->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_compras_albaran.32x32.png")));
00331     toolButton_7->setIconSize(QSize(32, 32));
00332     toolButton_7->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00333 
00334     vboxLayout4->addWidget(toolButton_7);
00335 
00336     toolButton_8 = new QToolButton(frame_3);
00337     toolButton_8->setObjectName(QString::fromUtf8("toolButton_8"));
00338     QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00339     sizePolicy2.setHorizontalStretch(0);
00340     sizePolicy2.setVerticalStretch(0);
00341     sizePolicy2.setHeightForWidth(toolButton_8->sizePolicy().hasHeightForWidth());
00342     toolButton_8->setSizePolicy(sizePolicy2);
00343     toolButton_8->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_compras_albaran.32x32.png")));
00344     toolButton_8->setIconSize(QSize(32, 32));
00345     toolButton_8->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00346 
00347     vboxLayout4->addWidget(toolButton_8);
00348 
00349     toolButton_5 = new QToolButton(frame_3);
00350     toolButton_5->setObjectName(QString::fromUtf8("toolButton_5"));
00351     QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00352     sizePolicy3.setHorizontalStretch(0);
00353     sizePolicy3.setVerticalStretch(0);
00354     sizePolicy3.setHeightForWidth(toolButton_5->sizePolicy().hasHeightForWidth());
00355     toolButton_5->setSizePolicy(sizePolicy3);
00356     toolButton_5->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_compras_albaran.32x32.png")));
00357     toolButton_5->setIconSize(QSize(32, 32));
00358     toolButton_5->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00359 
00360     vboxLayout4->addWidget(toolButton_5);
00361 
00362     toolButton_9 = new QToolButton(frame_3);
00363     toolButton_9->setObjectName(QString::fromUtf8("toolButton_9"));
00364     QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00365     sizePolicy4.setHorizontalStretch(0);
00366     sizePolicy4.setVerticalStretch(0);
00367     sizePolicy4.setHeightForWidth(toolButton_9->sizePolicy().hasHeightForWidth());
00368     toolButton_9->setSizePolicy(sizePolicy4);
00369     toolButton_9->setIcon(QIcon(QString::fromUtf8(":/Bulmafact32x32/images/png/32x32/i_bulmages_compras_albaran.32x32.png")));
00370     toolButton_9->setIconSize(QSize(32, 32));
00371     toolButton_9->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
00372 
00373     vboxLayout4->addWidget(toolButton_9);
00374 
00375     frame_2 = new QFrame(tab_2);
00376     frame_2->setObjectName(QString::fromUtf8("frame_2"));
00377     frame_2->setGeometry(QRect(20, 110, 461, 341));
00378     frame_2->setFrameShape(QFrame::StyledPanel);
00379     frame_2->setFrameShadow(QFrame::Raised);
00380     hboxLayout7 = new QHBoxLayout(frame_2);
00381     hboxLayout7->setSpacing(6);
00382     hboxLayout7->setMargin(11);
00383     hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00384     vboxLayout5 = new QVBoxLayout();
00385     vboxLayout5->setSpacing(6);
00386     vboxLayout5->setMargin(11);
00387     vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00388     label = new QLabel(frame_2);
00389     label->setObjectName(QString::fromUtf8("label"));
00390 
00391     vboxLayout5->addWidget(label);
00392 
00393     listWidget = new QListWidget(frame_2);
00394     listWidget->setObjectName(QString::fromUtf8("listWidget"));
00395     listWidget->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
00396 
00397     vboxLayout5->addWidget(listWidget);
00398 
00399 
00400     hboxLayout7->addLayout(vboxLayout5);
00401 
00402     vboxLayout6 = new QVBoxLayout();
00403     vboxLayout6->setSpacing(6);
00404     vboxLayout6->setMargin(11);
00405     vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6"));
00406     label_2 = new QLabel(frame_2);
00407     label_2->setObjectName(QString::fromUtf8("label_2"));
00408 
00409     vboxLayout6->addWidget(label_2);
00410 
00411     listWidget_2 = new QListWidget(frame_2);
00412     listWidget_2->setObjectName(QString::fromUtf8("listWidget_2"));
00413     listWidget_2->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
00414 
00415     vboxLayout6->addWidget(listWidget_2);
00416 
00417 
00418     hboxLayout7->addLayout(vboxLayout6);
00419 
00420     m_tab->addTab(tab_2, QApplication::translate("UIconfiguracion", "Page", 0, QApplication::UnicodeUTF8));
00421 
00422     vboxLayout->addWidget(m_tab);
00423 
00424     hboxLayout8 = new QHBoxLayout();
00425     hboxLayout8->setSpacing(6);
00426     hboxLayout8->setMargin(11);
00427     hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
00428     spacerItem4 = new QSpacerItem(431, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00429 
00430     hboxLayout8->addItem(spacerItem4);
00431 
00432     pushButtonF_X = new QPushButton(UIconfiguracion);
00433     pushButtonF_X->setObjectName(QString::fromUtf8("pushButtonF_X"));
00434 
00435     hboxLayout8->addWidget(pushButtonF_X);
00436 
00437 
00438     vboxLayout->addLayout(hboxLayout8);
00439 
00440     QWidget::setTabOrder(pushButtonA_1, mui_borrarempresabc);
00441     QWidget::setTabOrder(mui_borrarempresabc, m_backup);
00442     QWidget::setTabOrder(m_backup, mui_restaurarc);
00443     QWidget::setTabOrder(mui_restaurarc, m_tab);
00444     QWidget::setTabOrder(m_tab, pushButtonF_X);
00445     QWidget::setTabOrder(pushButtonF_X, lineEditA_1);
00446 
00447     retranslateUi(UIconfiguracion);
00448 
00449     QSize size(676, 555);
00450     size = size.expandedTo(UIconfiguracion->minimumSizeHint());
00451     UIconfiguracion->resize(size);
00452 
00453 
00454     m_tab->setCurrentIndex(0);
00455 
00456 
00457     QMetaObject::connectSlotsByName(UIconfiguracion);
00458     } // setupUi
00459 
00460     void retranslateUi(QDialog *UIconfiguracion)
00461     {
00462     UIconfiguracion->setWindowTitle(QApplication::translate("UIconfiguracion", "Configuraci\303\263n", 0, QApplication::UnicodeUTF8));
00463     lineEditA_1->setToolTip(QApplication::translate("UIconfiguracion", "Nombre de la empresa", 0, QApplication::UnicodeUTF8));
00464     lineEditA_1->setText(QApplication::translate("UIconfiguracion", "Nom Empresa", 0, QApplication::UnicodeUTF8));
00465     m_backup->setToolTip(QApplication::translate("UIconfiguracion", "Guarda una copia de seguridad de una empresa", 0, QApplication::UnicodeUTF8));
00466     m_backup->setText(QApplication::translate("UIconfiguracion", "Hacer copia &de Seguridad\n"
00467 " (BACKUP)", 0, QApplication::UnicodeUTF8));
00468     mui_restaurarc->setToolTip(QApplication::translate("UIconfiguracion", "Restaura la copia de seguridad de una empresa", 0, QApplication::UnicodeUTF8));
00469     mui_restaurarc->setText(QApplication::translate("UIconfiguracion", "Res&taurar copia\n"
00470 " (RESTORE)", 0, QApplication::UnicodeUTF8));
00471     pushButtonA_1->setToolTip(QApplication::translate("UIconfiguracion", "Crea una empresa nueva sin datos", 0, QApplication::UnicodeUTF8));
00472     pushButtonA_1->setText(QApplication::translate("UIconfiguracion", "&Crear Nueva Empresa", 0, QApplication::UnicodeUTF8));
00473     mui_borrarempresabc->setToolTip(QApplication::translate("UIconfiguracion", "Borra por completo una empresa", 0, QApplication::UnicodeUTF8));
00474     mui_borrarempresabc->setText(QApplication::translate("UIconfiguracion", "&Borrar Empresa", 0, QApplication::UnicodeUTF8));
00475     pushButton32->setText(QApplication::translate("UIconfiguracion", "&Importar / Exportar Datos", 0, QApplication::UnicodeUTF8));
00476     pushButton32->setShortcut(QApplication::translate("UIconfiguracion", "Alt+I", 0, QApplication::UnicodeUTF8));
00477     m_tab->setTabText(m_tab->indexOf(tab), QApplication::translate("UIconfiguracion", "B&ulmaCont", 0, QApplication::UnicodeUTF8));
00478     lineEditA_1_2->setToolTip(QApplication::translate("UIconfiguracion", "Nombre de la empresa", 0, QApplication::UnicodeUTF8));
00479     lineEditA_1_2->setText(QApplication::translate("UIconfiguracion", "Nom Empresa", 0, QApplication::UnicodeUTF8));
00480     m_backup_2->setToolTip(QApplication::translate("UIconfiguracion", "Guarda una copia de seguridad de una empresa", 0, QApplication::UnicodeUTF8));
00481     m_backup_2->setText(QApplication::translate("UIconfiguracion", "Copia &de Seguridad\n"
00482 " (BACKUP)", 0, QApplication::UnicodeUTF8));
00483     mui_restaurarf->setToolTip(QApplication::translate("UIconfiguracion", "Restaura la copia de seguridad de una empresa", 0, QApplication::UnicodeUTF8));
00484     mui_restaurarf->setText(QApplication::translate("UIconfiguracion", "Res&taurar copia\n"
00485 " (RESTORE)", 0, QApplication::UnicodeUTF8));
00486     pushButtonA_1_2->setToolTip(QApplication::translate("UIconfiguracion", "Crea una empresa nueva sin datos", 0, QApplication::UnicodeUTF8));
00487     pushButtonA_1_2->setText(QApplication::translate("UIconfiguracion", "Crear &Nueva Empresa", 0, QApplication::UnicodeUTF8));
00488     mui_borrarempresabf->setToolTip(QApplication::translate("UIconfiguracion", "Borra por completo una empresa", 0, QApplication::UnicodeUTF8));
00489     mui_borrarempresabf->setText(QApplication::translate("UIconfiguracion", "&Borrar Empresa", 0, QApplication::UnicodeUTF8));
00490     pushButton32_2->setText(QApplication::translate("UIconfiguracion", "&Importar / Exportar Datos", 0, QApplication::UnicodeUTF8));
00491     pushButton32_2->setShortcut(QApplication::translate("UIconfiguracion", "Alt+I", 0, QApplication::UnicodeUTF8));
00492     m_tab->setTabText(m_tab->indexOf(TabPage), QApplication::translate("UIconfiguracion", "Bulma&Fact", 0, QApplication::UnicodeUTF8));
00493     m_tab->setTabText(m_tab->indexOf(TabPage1), QApplication::translate("UIconfiguracion", "Parametros", 0, QApplication::UnicodeUTF8));
00494     toolButton->setText(QApplication::translate("UIconfiguracion", "Crea empresa", 0, QApplication::UnicodeUTF8));
00495     toolButton_3->setText(QApplication::translate("UIconfiguracion", "Borra empresa", 0, QApplication::UnicodeUTF8));
00496     toolButton_2->setText(QApplication::translate("UIconfiguracion", "Crea ejercicio", 0, QApplication::UnicodeUTF8));
00497     toolButton_4->setText(QApplication::translate("UIconfiguracion", "Borra ejercicio", 0, QApplication::UnicodeUTF8));
00498     toolButton_6->setText(QApplication::translate("UIconfiguracion", "Genera copia de seguridad", 0, QApplication::UnicodeUTF8));
00499     toolButton_7->setText(QApplication::translate("UIconfiguracion", "Restaura copia de seguridad", 0, QApplication::UnicodeUTF8));
00500     toolButton_8->setText(QApplication::translate("UIconfiguracion", "Importa datos", 0, QApplication::UnicodeUTF8));
00501     toolButton_5->setText(QApplication::translate("UIconfiguracion", "Genera copia de seguridad", 0, QApplication::UnicodeUTF8));
00502     toolButton_9->setText(QApplication::translate("UIconfiguracion", "Exporta datos", 0, QApplication::UnicodeUTF8));
00503     label->setText(QApplication::translate("UIconfiguracion", "Lista de empresas:", 0, QApplication::UnicodeUTF8));
00504     label_2->setText(QApplication::translate("UIconfiguracion", "Ejercicios de la empresa:", 0, QApplication::UnicodeUTF8));
00505     m_tab->setTabText(m_tab->indexOf(tab_2), QApplication::translate("UIconfiguracion", "Page", 0, QApplication::UnicodeUTF8));
00506     pushButtonF_X->setText(QApplication::translate("UIconfiguracion", "Sal&ir", 0, QApplication::UnicodeUTF8));
00507     Q_UNUSED(UIconfiguracion);
00508     } // retranslateUi
00509 
00510 };
00511 
00512 namespace Ui {
00513     class UIconfiguracion: public Ui_UIconfiguracion {};
00514 } // namespace Ui
00515 
00516 #endif // UI_CONFIGURACION_H

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