Changeset 2dc173b in mmcs


Ignore:
Timestamp:
Dec 7, 2016, 3:23:22 PM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
13c9b4d
Parents:
82657bc
Message:

Agregados cambios de forma (componentes -> sub-cuentas)

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • XAMU.pro.user

    r82657bc r2dc173b  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE QtCreatorProject>
    3 <!-- Written by QtCreator 3.2.1, 2016-11-14T16:38:09. -->
     3<!-- Written by QtCreator 3.2.1, 2016-12-07T15:20:05. -->
    44<qtcreator>
    55 <data>
     
    176176    <value type="int" key="PE.EnvironmentAspect.Base">2</value>
    177177    <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
    178     <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">SMSAM</value>
     178    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">XAMU</value>
    179179    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
    180     <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/rodrigo/Proyectos/Matrices/mmcs/SMSAM.pro</value>
     180    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/rodrigo/Proyectos/Matrices/mmcs/XAMU.pro</value>
    181181    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments"></value>
    182     <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">SMSAM.pro</value>
     182    <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">XAMU.pro</value>
    183183    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
    184184    <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">false</value>
  • formLoadMatrix.ui

    r82657bc r2dc173b  
    3535      <widget class="QRadioButton" name="radioComponent">
    3636       <property name="text">
    37         <string>Componentes</string>
     37        <string>Sub-Cuentas</string>
    3838       </property>
    3939      </widget>
  • mainwindow.C

    r82657bc r2dc173b  
    444444    PHClasicoIncidencia.addAction(&actionPHCIncidenciaCuenta);
    445445
    446     actionPHCIncidenciaComponente.setText("Por co&mponente");
     446    actionPHCIncidenciaComponente.setText("Por sub-&cuenta");
    447447    actionPHCIncidenciaComponente.setDisabled(true);
    448448    PHClasicoIncidencia.addAction(&actionPHCIncidenciaComponente);
     
    466466    PHNoClasicoIncidencia.addAction(&actionPHNCIncidenciaCuenta);
    467467
    468     actionPHNCIncidenciaComponente.setText("Por co&mponente");
     468    actionPHNCIncidenciaComponente.setText("Por sub-&cuenta");
    469469    actionPHNCIncidenciaComponente.setDisabled(true);
    470470    PHNoClasicoIncidencia.addAction(&actionPHNCIncidenciaComponente);
     
    488488    PreciosNHIncidencia.addAction(&actionPNHIncidenciaCuenta);
    489489
    490     actionPNHIncidenciaComponente.setText("Por co&mponente");
     490    actionPNHIncidenciaComponente.setText("Por sub-&cuenta");
    491491    actionPHNCIncidenciaComponente.setDisabled(true);
    492492    PreciosNHIncidencia.addAction(&actionPNHIncidenciaComponente);
     
    19691969        QLabel *label2 = new QLabel;
    19701970        label1->setText("Cuentas");
    1971         label2->setText("Componentes");
     1971        label2->setText("Sub-Cuentas");
    19721972        labels->addWidget(label1);
    19731973        labels->addWidget(label2);
     
    59385938    QLabel *label2 = new QLabel;
    59395939    label1->setText("Cuentas");
    5940     label2->setText("Componentes");
     5940    label2->setText("Sub-Cuentas");
    59415941    labels->addWidget(label1);
    59425942    labels->addWidget(label2);
  • ui_formLoadMatrix.h

    r82657bc r2dc173b  
    191191    {
    192192        FormLoadMatrix->setWindowTitle(QApplication::translate("FormLoadMatrix", "Cargar Matriz", 0));
    193         radioComponent->setText(QApplication::translate("FormLoadMatrix", "Componentes", 0));
     193        radioComponent->setText(QApplication::translate("FormLoadMatrix", "Sub-Cuentas", 0));
    194194        radioAccount->setText(QApplication::translate("FormLoadMatrix", "Con Cuentas", 0));
    195195        buttonCancel->setText(QApplication::translate("FormLoadMatrix", "&Cancelar", 0));
Note: See TracChangeset for help on using the changeset viewer.