Changeset bd5e45b in mmcs for formLoadMatrix.ui


Ignore:
Timestamp:
Aug 10, 2015, 11:33:27 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
740d6bf
Parents:
8ad4484
Message:

Traducción de los botones de diálogo, primer prototipo de matriz La

File:
1 edited

Legend:

Unmodified
Added
Removed
  • formLoadMatrix.ui

    r9dd61b1 rbd5e45b  
    1717   <string>Cargar Matriz</string>
    1818  </property>
    19   <widget class="QLabel" name="label">
    20    <property name="geometry">
    21     <rect>
    22      <x>60</x>
    23      <y>20</y>
    24      <width>251</width>
    25      <height>31</height>
    26     </rect>
    27    </property>
    28    <property name="font">
    29     <font>
    30      <family>Aero Matics</family>
    31      <pointsize>14</pointsize>
    32      <weight>50</weight>
    33      <bold>false</bold>
    34     </font>
    35    </property>
    36    <property name="text">
    37     <string>1.- Estructura de la Matriz</string>
    38    </property>
    39   </widget>
    40   <widget class="QLabel" name="label_2">
    41    <property name="geometry">
    42     <rect>
    43      <x>60</x>
    44      <y>180</y>
    45      <width>171</width>
    46      <height>31</height>
    47     </rect>
    48    </property>
    49    <property name="font">
    50     <font>
    51      <family>Aero Matics</family>
    52      <pointsize>14</pointsize>
    53      <weight>50</weight>
    54      <bold>false</bold>
    55     </font>
    56    </property>
    57    <property name="text">
    58     <string>2.- Cargar Matriz</string>
    59    </property>
    60   </widget>
    61   <widget class="QLabel" name="label_3">
    62    <property name="geometry">
    63     <rect>
    64      <x>60</x>
    65      <y>70</y>
    66      <width>141</width>
    67      <height>17</height>
    68     </rect>
    69    </property>
    70    <property name="font">
    71     <font>
    72      <pointsize>10</pointsize>
    73     </font>
    74    </property>
    75    <property name="text">
    76     <string>Número de Cuentas:</string>
    77    </property>
    78   </widget>
    79   <widget class="QSpinBox" name="spinNumber">
    80    <property name="geometry">
    81     <rect>
    82      <x>210</x>
    83      <y>60</y>
    84      <width>101</width>
    85      <height>27</height>
    86     </rect>
    87    </property>
    88    <property name="minimum">
    89     <number>1</number>
    90    </property>
    91   </widget>
    92   <widget class="QLabel" name="label_4">
    93    <property name="geometry">
    94     <rect>
    95      <x>390</x>
    96      <y>70</y>
    97      <width>81</width>
    98      <height>17</height>
    99     </rect>
    100    </property>
    101    <property name="text">
    102     <string>Separador:</string>
    103    </property>
    104   </widget>
    105   <widget class="QComboBox" name="comboSeparator">
    106    <property name="geometry">
    107     <rect>
    108      <x>470</x>
    109      <y>60</y>
    110      <width>131</width>
    111      <height>27</height>
    112     </rect>
    113    </property>
    114    <property name="editable">
    115     <bool>false</bool>
    116    </property>
     19  <layout class="QVBoxLayout" name="verticalLayout">
    11720   <item>
    118     <property name="text">
    119      <string>,</string>
    120     </property>
     21    <layout class="QGridLayout" name="gridLayout">
     22     <item row="13" column="6">
     23      <widget class="QPushButton" name="buttonOpen">
     24       <property name="text">
     25        <string>A&amp;brir</string>
     26       </property>
     27      </widget>
     28     </item>
     29     <item row="4" column="1">
     30      <widget class="QLineEdit" name="editYear"/>
     31     </item>
     32     <item row="11" column="1">
     33      <spacer name="verticalSpacer">
     34       <property name="orientation">
     35        <enum>Qt::Vertical</enum>
     36       </property>
     37       <property name="sizeHint" stdset="0">
     38        <size>
     39         <width>20</width>
     40         <height>40</height>
     41        </size>
     42       </property>
     43      </spacer>
     44     </item>
     45     <item row="6" column="0" colspan="7">
     46      <widget class="Line" name="line">
     47       <property name="orientation">
     48        <enum>Qt::Horizontal</enum>
     49       </property>
     50      </widget>
     51     </item>
     52     <item row="8" column="0" colspan="2">
     53      <widget class="QLabel" name="label_2">
     54       <property name="font">
     55        <font>
     56         <family>Aero Matics</family>
     57         <pointsize>14</pointsize>
     58         <weight>50</weight>
     59         <bold>false</bold>
     60        </font>
     61       </property>
     62       <property name="text">
     63        <string>2.- Cargar Matriz</string>
     64       </property>
     65      </widget>
     66     </item>
     67     <item row="4" column="3">
     68      <widget class="QLabel" name="label_6">
     69       <property name="text">
     70        <string>País:</string>
     71       </property>
     72      </widget>
     73     </item>
     74     <item row="4" column="0">
     75      <widget class="QLabel" name="label_5">
     76       <property name="font">
     77        <font>
     78         <pointsize>10</pointsize>
     79        </font>
     80       </property>
     81       <property name="text">
     82        <string>Año:</string>
     83       </property>
     84      </widget>
     85     </item>
     86     <item row="2" column="0">
     87      <widget class="QLabel" name="label_3">
     88       <property name="font">
     89        <font>
     90         <pointsize>10</pointsize>
     91        </font>
     92       </property>
     93       <property name="text">
     94        <string>Número de Cuentas:</string>
     95       </property>
     96      </widget>
     97     </item>
     98     <item row="2" column="1">
     99      <widget class="QSpinBox" name="spinNumber">
     100       <property name="minimum">
     101        <number>1</number>
     102       </property>
     103      </widget>
     104     </item>
     105     <item row="10" column="6">
     106      <widget class="QPushButton" name="buttonSearch">
     107       <property name="toolTip">
     108        <string>Examinar</string>
     109       </property>
     110       <property name="text">
     111        <string/>
     112       </property>
     113       <property name="icon">
     114        <iconset>
     115         <normaloff>img/folder_blue.png</normaloff>img/folder_blue.png</iconset>
     116       </property>
     117       <property name="flat">
     118        <bool>true</bool>
     119       </property>
     120      </widget>
     121     </item>
     122     <item row="13" column="4">
     123      <widget class="QPushButton" name="buttonCancel">
     124       <property name="text">
     125        <string>&amp;Cancelar</string>
     126       </property>
     127      </widget>
     128     </item>
     129     <item row="10" column="1" colspan="5">
     130      <widget class="QLineEdit" name="editFilePath">
     131       <property name="readOnly">
     132        <bool>true</bool>
     133       </property>
     134      </widget>
     135     </item>
     136     <item row="0" column="0" colspan="2">
     137      <widget class="QLabel" name="label">
     138       <property name="font">
     139        <font>
     140         <family>Aero Matics</family>
     141         <pointsize>14</pointsize>
     142         <weight>50</weight>
     143         <bold>false</bold>
     144        </font>
     145       </property>
     146       <property name="text">
     147        <string>1.- Estructura de la Matriz</string>
     148       </property>
     149      </widget>
     150     </item>
     151     <item row="10" column="0">
     152      <widget class="QLabel" name="label_7">
     153       <property name="font">
     154        <font>
     155         <pointsize>10</pointsize>
     156        </font>
     157       </property>
     158       <property name="text">
     159        <string>Archivo:</string>
     160       </property>
     161      </widget>
     162     </item>
     163     <item row="3" column="1">
     164      <spacer name="verticalSpacer_2">
     165       <property name="orientation">
     166        <enum>Qt::Vertical</enum>
     167       </property>
     168       <property name="sizeHint" stdset="0">
     169        <size>
     170         <width>20</width>
     171         <height>40</height>
     172        </size>
     173       </property>
     174      </spacer>
     175     </item>
     176     <item row="7" column="0">
     177      <spacer name="verticalSpacer_3">
     178       <property name="orientation">
     179        <enum>Qt::Vertical</enum>
     180       </property>
     181       <property name="sizeHint" stdset="0">
     182        <size>
     183         <width>20</width>
     184         <height>40</height>
     185        </size>
     186       </property>
     187      </spacer>
     188     </item>
     189     <item row="5" column="0">
     190      <spacer name="verticalSpacer_4">
     191       <property name="orientation">
     192        <enum>Qt::Vertical</enum>
     193       </property>
     194       <property name="sizeHint" stdset="0">
     195        <size>
     196         <width>20</width>
     197         <height>40</height>
     198        </size>
     199       </property>
     200      </spacer>
     201     </item>
     202     <item row="9" column="0">
     203      <spacer name="verticalSpacer_5">
     204       <property name="orientation">
     205        <enum>Qt::Vertical</enum>
     206       </property>
     207       <property name="sizeHint" stdset="0">
     208        <size>
     209         <width>20</width>
     210         <height>40</height>
     211        </size>
     212       </property>
     213      </spacer>
     214     </item>
     215     <item row="1" column="1">
     216      <spacer name="verticalSpacer_6">
     217       <property name="orientation">
     218        <enum>Qt::Vertical</enum>
     219       </property>
     220       <property name="sizeHint" stdset="0">
     221        <size>
     222         <width>20</width>
     223         <height>40</height>
     224        </size>
     225       </property>
     226      </spacer>
     227     </item>
     228     <item row="2" column="2">
     229      <spacer name="horizontalSpacer">
     230       <property name="orientation">
     231        <enum>Qt::Horizontal</enum>
     232       </property>
     233       <property name="sizeHint" stdset="0">
     234        <size>
     235         <width>40</width>
     236         <height>20</height>
     237        </size>
     238       </property>
     239      </spacer>
     240     </item>
     241     <item row="2" column="3">
     242      <widget class="QLabel" name="label_4">
     243       <property name="text">
     244        <string>Separador:</string>
     245       </property>
     246      </widget>
     247     </item>
     248     <item row="2" column="4" colspan="2">
     249      <widget class="QComboBox" name="comboSeparator">
     250       <property name="editable">
     251        <bool>false</bool>
     252       </property>
     253       <item>
     254        <property name="text">
     255         <string>,</string>
     256        </property>
     257       </item>
     258       <item>
     259        <property name="text">
     260         <string>;</string>
     261        </property>
     262       </item>
     263       <item>
     264        <property name="text">
     265         <string>|</string>
     266        </property>
     267       </item>
     268      </widget>
     269     </item>
     270     <item row="4" column="4" colspan="3">
     271      <widget class="QLineEdit" name="editCountry"/>
     272     </item>
     273    </layout>
    121274   </item>
    122    <item>
    123     <property name="text">
    124      <string>;</string>
    125     </property>
    126    </item>
    127    <item>
    128     <property name="text">
    129      <string>|</string>
    130     </property>
    131    </item>
    132   </widget>
    133   <widget class="QLabel" name="label_5">
    134    <property name="geometry">
    135     <rect>
    136      <x>60</x>
    137      <y>120</y>
    138      <width>131</width>
    139      <height>17</height>
    140     </rect>
    141    </property>
    142    <property name="font">
    143     <font>
    144      <pointsize>10</pointsize>
    145     </font>
    146    </property>
    147    <property name="text">
    148     <string>Año:</string>
    149    </property>
    150   </widget>
    151   <widget class="QLineEdit" name="editYear">
    152    <property name="geometry">
    153     <rect>
    154      <x>210</x>
    155      <y>110</y>
    156      <width>101</width>
    157      <height>27</height>
    158     </rect>
    159    </property>
    160   </widget>
    161   <widget class="QLabel" name="label_6">
    162    <property name="geometry">
    163     <rect>
    164      <x>390</x>
    165      <y>120</y>
    166      <width>71</width>
    167      <height>17</height>
    168     </rect>
    169    </property>
    170    <property name="text">
    171     <string>País:</string>
    172    </property>
    173   </widget>
    174   <widget class="QLineEdit" name="editCountry">
    175    <property name="geometry">
    176     <rect>
    177      <x>470</x>
    178      <y>110</y>
    179      <width>131</width>
    180      <height>27</height>
    181     </rect>
    182    </property>
    183   </widget>
    184   <widget class="Line" name="line">
    185    <property name="geometry">
    186     <rect>
    187      <x>10</x>
    188      <y>160</y>
    189      <width>631</width>
    190      <height>20</height>
    191     </rect>
    192    </property>
    193    <property name="orientation">
    194     <enum>Qt::Horizontal</enum>
    195    </property>
    196   </widget>
    197   <widget class="QLabel" name="label_7">
    198    <property name="geometry">
    199     <rect>
    200      <x>60</x>
    201      <y>230</y>
    202      <width>91</width>
    203      <height>17</height>
    204     </rect>
    205    </property>
    206    <property name="font">
    207     <font>
    208      <pointsize>10</pointsize>
    209     </font>
    210    </property>
    211    <property name="text">
    212     <string>Archivo:</string>
    213    </property>
    214   </widget>
    215   <widget class="QLineEdit" name="editFilePath">
    216    <property name="geometry">
    217     <rect>
    218      <x>130</x>
    219      <y>220</y>
    220      <width>351</width>
    221      <height>27</height>
    222     </rect>
    223    </property>
    224    <property name="readOnly">
    225     <bool>true</bool>
    226    </property>
    227   </widget>
    228   <widget class="QPushButton" name="buttonSearch">
    229    <property name="geometry">
    230     <rect>
    231      <x>480</x>
    232      <y>220</y>
    233      <width>41</width>
    234      <height>27</height>
    235     </rect>
    236    </property>
    237    <property name="toolTip">
    238     <string>Examinar</string>
    239    </property>
    240    <property name="text">
    241     <string/>
    242    </property>
    243    <property name="icon">
    244     <iconset>
    245      <normaloff>img/folder_blue.png</normaloff>img/folder_blue.png</iconset>
    246    </property>
    247    <property name="flat">
    248     <bool>true</bool>
    249    </property>
    250   </widget>
    251   <widget class="QPushButton" name="buttonCancel">
    252    <property name="geometry">
    253     <rect>
    254      <x>410</x>
    255      <y>280</y>
    256      <width>92</width>
    257      <height>27</height>
    258     </rect>
    259    </property>
    260    <property name="text">
    261     <string>&amp;Cancelar</string>
    262    </property>
    263   </widget>
    264   <widget class="QPushButton" name="buttonOpen">
    265    <property name="geometry">
    266     <rect>
    267      <x>510</x>
    268      <y>280</y>
    269      <width>92</width>
    270      <height>27</height>
    271     </rect>
    272    </property>
    273    <property name="text">
    274     <string>A&amp;brir</string>
    275    </property>
    276   </widget>
     275  </layout>
    277276 </widget>
    278277 <resources/>
Note: See TracChangeset for help on using the changeset viewer.