Changeset e62517a in mmcs for ui_formLoadMatrix.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_formLoadMatrix.h

    • Property mode changed from 100755 to 100644
    r588814f re62517a  
    22** Form generated from reading UI file 'formLoadMatrix.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/QFrame>
    17 #include <QtGui/QGridLayout>
    18 #include <QtGui/QHeaderView>
    19 #include <QtGui/QLabel>
    20 #include <QtGui/QLineEdit>
    21 #include <QtGui/QPushButton>
    22 #include <QtGui/QRadioButton>
    23 #include <QtGui/QSpacerItem>
    24 #include <QtGui/QSpinBox>
    25 #include <QtGui/QVBoxLayout>
    26 #include <QtGui/QWidget>
     13#include <QtWidgets/QAction>
     14#include <QtWidgets/QApplication>
     15#include <QtWidgets/QButtonGroup>
     16#include <QtWidgets/QFrame>
     17#include <QtWidgets/QGridLayout>
     18#include <QtWidgets/QHeaderView>
     19#include <QtWidgets/QLabel>
     20#include <QtWidgets/QLineEdit>
     21#include <QtWidgets/QPushButton>
     22#include <QtWidgets/QRadioButton>
     23#include <QtWidgets/QSpacerItem>
     24#include <QtWidgets/QSpinBox>
     25#include <QtWidgets/QVBoxLayout>
     26#include <QtWidgets/QWidget>
    2727
    2828QT_BEGIN_NAMESPACE
     
    5757    {
    5858        if (FormLoadMatrix->objectName().isEmpty())
    59             FormLoadMatrix->setObjectName(QString::fromUtf8("FormLoadMatrix"));
     59            FormLoadMatrix->setObjectName(QStringLiteral("FormLoadMatrix"));
    6060        FormLoadMatrix->setWindowModality(Qt::ApplicationModal);
    61         FormLoadMatrix->resize(607, 304);
     61        FormLoadMatrix->resize(642, 304);
     62        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
     63        sizePolicy.setHorizontalStretch(0);
     64        sizePolicy.setVerticalStretch(0);
     65        sizePolicy.setHeightForWidth(FormLoadMatrix->sizePolicy().hasHeightForWidth());
     66        FormLoadMatrix->setSizePolicy(sizePolicy);
     67        FormLoadMatrix->setMinimumSize(QSize(600, 300));
    6268        verticalLayout = new QVBoxLayout(FormLoadMatrix);
    63         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
     69        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
    6470        gridLayout = new QGridLayout();
    65         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
     71        gridLayout->setObjectName(QStringLiteral("gridLayout"));
    6672        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
    6773
     
    6975
    7076        label_2 = new QLabel(FormLoadMatrix);
    71         label_2->setObjectName(QString::fromUtf8("label_2"));
     77        label_2->setObjectName(QStringLiteral("label_2"));
    7278        QFont font;
    73         font.setFamily(QString::fromUtf8("Aero Matics"));
     79        font.setFamily(QStringLiteral("Aero Matics"));
    7480        font.setPointSize(14);
    7581        font.setBold(false);
     
    8894
    8995        label = new QLabel(FormLoadMatrix);
    90         label->setObjectName(QString::fromUtf8("label"));
     96        label->setObjectName(QStringLiteral("label"));
    9197        label->setFont(font);
    9298
     
    94100
    95101        buttonOpen = new QPushButton(FormLoadMatrix);
    96         buttonOpen->setObjectName(QString::fromUtf8("buttonOpen"));
     102        buttonOpen->setObjectName(QStringLiteral("buttonOpen"));
    97103
    98104        gridLayout->addWidget(buttonOpen, 11, 6, 1, 1);
    99105
    100106        label_4 = new QLabel(FormLoadMatrix);
    101         label_4->setObjectName(QString::fromUtf8("label_4"));
     107        label_4->setObjectName(QStringLiteral("label_4"));
    102108
    103109        gridLayout->addWidget(label_4, 2, 4, 1, 2);
    104110
    105111        spinBox = new QSpinBox(FormLoadMatrix);
    106         spinBox->setObjectName(QString::fromUtf8("spinBox"));
     112        spinBox->setObjectName(QStringLiteral("spinBox"));
    107113        spinBox->setMinimum(3);
    108114        spinBox->setMaximum(15);
     
    111117
    112118        line = new QFrame(FormLoadMatrix);
    113         line->setObjectName(QString::fromUtf8("line"));
     119        line->setObjectName(QStringLiteral("line"));
    114120        line->setFrameShape(QFrame::HLine);
    115121        line->setFrameShadow(QFrame::Sunken);
     
    118124
    119125        spinNumber = new QSpinBox(FormLoadMatrix);
    120         spinNumber->setObjectName(QString::fromUtf8("spinNumber"));
     126        spinNumber->setObjectName(QStringLiteral("spinNumber"));
    121127        spinNumber->setMinimum(2);
    122128
     
    124130
    125131        label_3 = new QLabel(FormLoadMatrix);
    126         label_3->setObjectName(QString::fromUtf8("label_3"));
     132        label_3->setObjectName(QStringLiteral("label_3"));
    127133        QFont font1;
    128134        font1.setPointSize(10);
     
    132138
    133139        editFilePath = new QLineEdit(FormLoadMatrix);
    134         editFilePath->setObjectName(QString::fromUtf8("editFilePath"));
     140        editFilePath->setObjectName(QStringLiteral("editFilePath"));
    135141        editFilePath->setReadOnly(true);
    136142
     
    138144
    139145        buttonSearch = new QPushButton(FormLoadMatrix);
    140         buttonSearch->setObjectName(QString::fromUtf8("buttonSearch"));
     146        buttonSearch->setObjectName(QStringLiteral("buttonSearch"));
    141147        QIcon icon;
    142         icon.addFile(QString::fromUtf8(":/imgs/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
     148        icon.addFile(QStringLiteral(":/imgs/folder_blue.png"), QSize(), QIcon::Normal, QIcon::Off);
    143149        buttonSearch->setIcon(icon);
    144150        buttonSearch->setFlat(true);
     
    147153
    148154        buttonCancel = new QPushButton(FormLoadMatrix);
    149         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
     155        buttonCancel->setObjectName(QStringLiteral("buttonCancel"));
    150156
    151157        gridLayout->addWidget(buttonCancel, 11, 4, 1, 1);
     
    156162
    157163        label_7 = new QLabel(FormLoadMatrix);
    158         label_7->setObjectName(QString::fromUtf8("label_7"));
     164        label_7->setObjectName(QStringLiteral("label_7"));
    159165        label_7->setFont(font1);
    160166
     
    166172
    167173        radioAccount = new QRadioButton(FormLoadMatrix);
    168         radioAccount->setObjectName(QString::fromUtf8("radioAccount"));
     174        radioAccount->setObjectName(QStringLiteral("radioAccount"));
    169175
    170176        gridLayout->addWidget(radioAccount, 10, 0, 1, 1);
    171177
    172178        radioComponent = new QRadioButton(FormLoadMatrix);
    173         radioComponent->setObjectName(QString::fromUtf8("radioComponent"));
     179        radioComponent->setObjectName(QStringLiteral("radioComponent"));
    174180
    175181        gridLayout->addWidget(radioComponent, 10, 2, 1, 1);
    176182
    177183        label_info = new QLabel(FormLoadMatrix);
    178         label_info->setObjectName(QString::fromUtf8("label_info"));
    179         label_info->setStyleSheet(QString::fromUtf8("font-weight: bold;\n"
     184        label_info->setObjectName(QStringLiteral("label_info"));
     185        label_info->setStyleSheet(QLatin1String("font-weight: bold;\n"
    180186"color: #358ccb;\n"
    181187""));
     
    201207    void retranslateUi(QWidget *FormLoadMatrix)
    202208    {
    203         FormLoadMatrix->setWindowTitle(QApplication::translate("FormLoadMatrix", "Cargar Matriz", 0, QApplication::UnicodeUTF8));
    204         label_2->setText(QApplication::translate("FormLoadMatrix", "2.- Cargar Matriz", 0, QApplication::UnicodeUTF8));
    205         label->setText(QApplication::translate("FormLoadMatrix", "1.- Estructura de la Matriz", 0, QApplication::UnicodeUTF8));
    206         buttonOpen->setText(QApplication::translate("FormLoadMatrix", "A&brir", 0, QApplication::UnicodeUTF8));
    207         label_4->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Decimales", 0, QApplication::UnicodeUTF8));
    208         label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0, QApplication::UnicodeUTF8));
     209        FormLoadMatrix->setWindowTitle(QApplication::translate("FormLoadMatrix", "Cargar Matriz", 0));
     210        label_2->setText(QApplication::translate("FormLoadMatrix", "2.- Cargar Matriz", 0));
     211        label->setText(QApplication::translate("FormLoadMatrix", "1.- Estructura de la Matriz", 0));
     212        buttonOpen->setText(QApplication::translate("FormLoadMatrix", "A&brir", 0));
     213        label_4->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Decimales", 0));
     214        label_3->setText(QApplication::translate("FormLoadMatrix", "N\303\272mero de Cuentas:", 0));
    209215#ifndef QT_NO_TOOLTIP
    210         buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0, QApplication::UnicodeUTF8));
     216        buttonSearch->setToolTip(QApplication::translate("FormLoadMatrix", "Examinar", 0));
    211217#endif // QT_NO_TOOLTIP
    212218        buttonSearch->setText(QString());
    213         buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0, QApplication::UnicodeUTF8));
    214         label_7->setText(QApplication::translate("FormLoadMatrix", "Archivo:", 0, QApplication::UnicodeUTF8));
    215         radioAccount->setText(QApplication::translate("FormLoadMatrix", "Con Cuentas", 0, QApplication::UnicodeUTF8));
    216         radioComponent->setText(QApplication::translate("FormLoadMatrix", "Componentes", 0, QApplication::UnicodeUTF8));
     219        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0));
     220        label_7->setText(QApplication::translate("FormLoadMatrix", "Archivo:", 0));
     221        radioAccount->setText(QApplication::translate("FormLoadMatrix", "Con Cuentas", 0));
     222        radioComponent->setText(QApplication::translate("FormLoadMatrix", "Componentes", 0));
    217223        label_info->setText(QString());
    218224    } // retranslateUi
Note: See TracChangeset for help on using the changeset viewer.