Changeset e62517a in mmcs for ui_formexportmatrix.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 edited

Legend:

Unmodified
Added
Removed
  • ui_formexportmatrix.h

    • Property mode changed from 100755 to 100644
    rf473a7f re62517a  
    22** Form generated from reading UI file 'formexportmatrix.ui'
    33**
    4 ** Created by: Qt User Interface Compiler version 4.8.6
     4** Created by: Qt User Interface Compiler version 5.3.2
    55**
    66** WARNING! All changes made in this file will be lost when recompiling UI file!
     
    1111
    1212#include <QtCore/QVariant>
    13 #include <QtGui/QAction>
    14 #include <QtGui/QApplication>
    15 #include <QtGui/QButtonGroup>
    16 #include <QtGui/QHeaderView>
    17 #include <QtGui/QWidget>
     13#include <QtWidgets/QAction>
     14#include <QtWidgets/QApplication>
     15#include <QtWidgets/QButtonGroup>
     16#include <QtWidgets/QHeaderView>
     17#include <QtWidgets/QWidget>
    1818
    1919QT_BEGIN_NAMESPACE
     
    2626    {
    2727        if (FormExportMatrix->objectName().isEmpty())
    28             FormExportMatrix->setObjectName(QString::fromUtf8("FormExportMatrix"));
     28            FormExportMatrix->setObjectName(QStringLiteral("FormExportMatrix"));
    2929        FormExportMatrix->setWindowModality(Qt::ApplicationModal);
    3030        FormExportMatrix->resize(650, 336);
     
    3737    void retranslateUi(QWidget *FormExportMatrix)
    3838    {
    39         FormExportMatrix->setWindowTitle(QApplication::translate("FormExportMatrix", "Exportar Matriz", 0, QApplication::UnicodeUTF8));
     39        FormExportMatrix->setWindowTitle(QApplication::translate("FormExportMatrix", "Exportar Matriz", 0));
    4040    } // retranslateUi
    4141
Note: See TracChangeset for help on using the changeset viewer.