Changeset 588814f in mmcs for ui_formLoadMatrix.h


Ignore:
Timestamp:
Jul 29, 2016, 3:00:25 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
50550b0
Parents:
61e2bc2
Message:

Agregada funcionalidad para cargar desde un csv con las cuentas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui_formLoadMatrix.h

    r68e57de r588814f  
    22** Form generated from reading UI file 'formLoadMatrix.ui'
    33**
    4 ** Created: Fri Nov 13 07:58:59 2015
    5 **      by: Qt User Interface Compiler version 4.8.2
     4** Created by: Qt User Interface Compiler version 4.8.6
    65**
    76** WARNING! All changes made in this file will be lost when recompiling UI file!
     
    2120#include <QtGui/QLineEdit>
    2221#include <QtGui/QPushButton>
     22#include <QtGui/QRadioButton>
    2323#include <QtGui/QSpacerItem>
    2424#include <QtGui/QSpinBox>
     
    4646    QLineEdit *editFilePath;
    4747    QPushButton *buttonSearch;
     48    QPushButton *buttonCancel;
    4849    QSpacerItem *verticalSpacer_6;
    4950    QLabel *label_7;
    50     QPushButton *buttonCancel;
    5151    QSpacerItem *verticalSpacer;
     52    QRadioButton *radioAccount;
     53    QRadioButton *radioComponent;
     54    QLabel *label_info;
    5255
    5356    void setupUi(QWidget *FormLoadMatrix)
     
    5659            FormLoadMatrix->setObjectName(QString::fromUtf8("FormLoadMatrix"));
    5760        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
    58         FormLoadMatrix->resize(607, 303);
     61        FormLoadMatrix->resize(607, 304);
    5962        verticalLayout = new QVBoxLayout(FormLoadMatrix);
    6063        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
     
    9396        buttonOpen->setObjectName(QString::fromUtf8("buttonOpen"));
    9497
    95         gridLayout->addWidget(buttonOpen, 10, 6, 1, 1);
     98        gridLayout->addWidget(buttonOpen, 11, 6, 1, 1);
    9699
    97100        label_4 = new QLabel(FormLoadMatrix);
     
    143146        gridLayout->addWidget(buttonSearch, 7, 6, 1, 1);
    144147
     148        buttonCancel = new QPushButton(FormLoadMatrix);
     149        buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
     150
     151        gridLayout->addWidget(buttonCancel, 11, 4, 1, 1);
     152
    145153        verticalSpacer_6 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
    146154
     
    153161        gridLayout->addWidget(label_7, 7, 0, 1, 1);
    154162
    155         buttonCancel = new QPushButton(FormLoadMatrix);
    156         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
    157 
    158         gridLayout->addWidget(buttonCancel, 10, 4, 1, 1);
    159 
    160163        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
    161164
    162165        gridLayout->addItem(verticalSpacer, 8, 1, 1, 1);
    163166
     167        radioAccount = new QRadioButton(FormLoadMatrix);
     168        radioAccount->setObjectName(QString::fromUtf8("radioAccount"));
     169
     170        gridLayout->addWidget(radioAccount, 10, 0, 1, 1);
     171
     172        radioComponent = new QRadioButton(FormLoadMatrix);
     173        radioComponent->setObjectName(QString::fromUtf8("radioComponent"));
     174
     175        gridLayout->addWidget(radioComponent, 10, 2, 1, 1);
     176
     177        label_info = new QLabel(FormLoadMatrix);
     178        label_info->setObjectName(QString::fromUtf8("label_info"));
     179        label_info->setStyleSheet(QString::fromUtf8("font-weight: bold;\n"
     180"color: #358ccb;\n"
     181""));
     182
     183        gridLayout->addWidget(label_info, 9, 0, 1, 7);
     184
    164185
    165186        verticalLayout->addLayout(gridLayout);
    166187
     188        QWidget::setTabOrder(spinNumber, spinBox);
     189        QWidget::setTabOrder(spinBox, editFilePath);
     190        QWidget::setTabOrder(editFilePath, buttonSearch);
     191        QWidget::setTabOrder(buttonSearch, radioAccount);
     192        QWidget::setTabOrder(radioAccount, radioComponent);
     193        QWidget::setTabOrder(radioComponent, buttonCancel);
     194        QWidget::setTabOrder(buttonCancel, buttonOpen);
    167195
    168196        retranslateUi(FormLoadMatrix);
     
    183211#endif // QT_NO_TOOLTIP
    184212        buttonSearch->setText(QString());
     213        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0, QApplication::UnicodeUTF8));
    185214        label_7->setText(QApplication::translate("FormLoadMatrix", "Archivo:", 0, QApplication::UnicodeUTF8));
    186         buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0, QApplication::UnicodeUTF8));
     215        radioAccount->setText(QApplication::translate("FormLoadMatrix", "Con Cuentas", 0, QApplication::UnicodeUTF8));
     216        radioComponent->setText(QApplication::translate("FormLoadMatrix", "Componentes", 0, QApplication::UnicodeUTF8));
     217        label_info->setText(QString());
    187218    } // retranslateUi
    188219
Note: See TracChangeset for help on using the changeset viewer.