Changeset e62517a in mmcs for ui_formViewMatrix.h


Ignore:
Timestamp:
Aug 31, 2016, 5:18:22 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
0b59ba5
Parents:
4c71262
Message:

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

File:
1 moved

Legend:

Unmodified
Added
Removed
  • ui_formViewMatrix.h

    • Property mode changed from 100755 to 100644
    r68e57de re62517a  
    11/********************************************************************************
    2 ** Form generated from reading UI file 'formMatrixView.ui'
     2** Form generated from reading UI file 'formViewMatrix.ui'
    33**
    4 ** Created: Mon Jun 22 16:27:52 2015
    5 **      by: Qt User Interface Compiler version 4.8.2
     4** Created by: Qt User Interface Compiler version 5.3.2
    65**
    76** WARNING! All changes made in this file will be lost when recompiling UI file!
    87********************************************************************************/
    98
    10 #ifndef UI_FORMMATRIXVIEW_H
    11 #define UI_FORMMATRIXVIEW_H
     9#ifndef UI_FORMVIEWMATRIX_H
     10#define UI_FORMVIEWMATRIX_H
    1211
    1312#include <QtCore/QVariant>
    14 #include <QtGui/QAction>
    15 #include <QtGui/QApplication>
    16 #include <QtGui/QButtonGroup>
    17 #include <QtGui/QComboBox>
    18 #include <QtGui/QGroupBox>
    19 #include <QtGui/QHeaderView>
    20 #include <QtGui/QPushButton>
    21 #include <QtGui/QStackedWidget>
    22 #include <QtGui/QTabWidget>
    23 #include <QtGui/QTableView>
    24 #include <QtGui/QWidget>
     13#include <QtWidgets/QAction>
     14#include <QtWidgets/QApplication>
     15#include <QtWidgets/QButtonGroup>
     16#include <QtWidgets/QComboBox>
     17#include <QtWidgets/QGroupBox>
     18#include <QtWidgets/QHeaderView>
     19#include <QtWidgets/QPushButton>
     20#include <QtWidgets/QStackedWidget>
     21#include <QtWidgets/QTabWidget>
     22#include <QtWidgets/QTableView>
     23#include <QtWidgets/QWidget>
    2524
    2625QT_BEGIN_NAMESPACE
     
    4342    {
    4443        if (FormMatrixView->objectName().isEmpty())
    45             FormMatrixView->setObjectName(QString::fromUtf8("FormMatrixView"));
     44            FormMatrixView->setObjectName(QStringLiteral("FormMatrixView"));
    4645        FormMatrixView->resize(945, 627);
    4746        tableView = new QTableView(FormMatrixView);
    48         tableView->setObjectName(QString::fromUtf8("tableView"));
     47        tableView->setObjectName(QStringLiteral("tableView"));
    4948        tableView->setGeometry(QRect(20, 60, 701, 501));
    5049        tableView->setEditTriggers(QAbstractItemView::DoubleClicked);
     
    5251        tableView->horizontalHeader()->setCascadingSectionResizes(false);
    5352        Cuentas = new QGroupBox(FormMatrixView);
    54         Cuentas->setObjectName(QString::fromUtf8("Cuentas"));
     53        Cuentas->setObjectName(QStringLiteral("Cuentas"));
    5554        Cuentas->setGeometry(QRect(750, 70, 181, 451));
    5655        Cuentas->setAutoFillBackground(false);
     
    5857        Cuentas->setCheckable(false);
    5958        comboBox = new QComboBox(Cuentas);
    60         comboBox->setObjectName(QString::fromUtf8("comboBox"));
     59        comboBox->setObjectName(QStringLiteral("comboBox"));
    6160        comboBox->setGeometry(QRect(10, 30, 161, 27));
    6261        accountsStack = new QStackedWidget(Cuentas);
    63         accountsStack->setObjectName(QString::fromUtf8("accountsStack"));
     62        accountsStack->setObjectName(QStringLiteral("accountsStack"));
    6463        accountsStack->setGeometry(QRect(10, 60, 133, 49));
    6564        page = new QWidget();
    66         page->setObjectName(QString::fromUtf8("page"));
     65        page->setObjectName(QStringLiteral("page"));
    6766        accountsStack->addWidget(page);
    6867        page_2 = new QWidget();
    69         page_2->setObjectName(QString::fromUtf8("page_2"));
     68        page_2->setObjectName(QStringLiteral("page_2"));
    7069        accountsStack->addWidget(page_2);
    7170        loadButton = new QPushButton(FormMatrixView);
    72         loadButton->setObjectName(QString::fromUtf8("loadButton"));
     71        loadButton->setObjectName(QStringLiteral("loadButton"));
    7372        loadButton->setGeometry(QRect(760, 500, 161, 51));
    7473        tabWidget = new QTabWidget(FormMatrixView);
    75         tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
     74        tabWidget->setObjectName(QStringLiteral("tabWidget"));
    7675        tabWidget->setGeometry(QRect(0, 0, 941, 581));
    7776        tab_3 = new QWidget();
    78         tab_3->setObjectName(QString::fromUtf8("tab_3"));
     77        tab_3->setObjectName(QStringLiteral("tab_3"));
    7978        tabWidget->addTab(tab_3, QString());
    80         loadButton->raise();
    8179        tab_4 = new QWidget();
    82         tab_4->setObjectName(QString::fromUtf8("tab_4"));
     80        tab_4->setObjectName(QStringLiteral("tab_4"));
    8381        tabWidget->addTab(tab_4, QString());
    8482        tabWidget->raise();
     
    8987        retranslateUi(FormMatrixView);
    9088
     89        tabWidget->setCurrentIndex(0);
     90
     91
    9192        QMetaObject::connectSlotsByName(FormMatrixView);
    9293    } // setupUi
     
    9495    void retranslateUi(QWidget *FormMatrixView)
    9596    {
    96         FormMatrixView->setWindowTitle(QApplication::translate("FormMatrixView", "MatrixView", 0, QApplication::UnicodeUTF8));
    97         Cuentas->setTitle(QApplication::translate("FormMatrixView", "Cuentas", 0, QApplication::UnicodeUTF8));
    98         loadButton->setText(QApplication::translate("FormMatrixView", "Finalizar Carga", 0, QApplication::UnicodeUTF8));
    99         tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate("FormMatrixView", "Tab 1", 0, QApplication::UnicodeUTF8));
    100         tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate("FormMatrixView", "Tab 2", 0, QApplication::UnicodeUTF8));
     97        FormMatrixView->setWindowTitle(QApplication::translate("FormMatrixView", "MatrixView", 0));
     98        Cuentas->setTitle(QApplication::translate("FormMatrixView", "Cuentas", 0));
     99        loadButton->setText(QApplication::translate("FormMatrixView", "Finalizar Carga", 0));
     100        tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate("FormMatrixView", "Tab 1", 0));
     101        tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate("FormMatrixView", "Tab 2", 0));
    101102    } // retranslateUi
    102103
     
    109110QT_END_NAMESPACE
    110111
    111 #endif // UI_FORMMATRIXVIEW_H
     112#endif // UI_FORMVIEWMATRIX_H
Note: See TracChangeset for help on using the changeset viewer.