source: mmcs/formMatrixView.ui @ 44d1e60

matrices
Last change on this file since 44d1e60 was 44d1e60, checked in by Jose Ruiz <joseruiz@…>, 9 years ago

commit inicial

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FormMatrixView</class>
4 <widget class="QWidget" name="FormMatrixView">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>945</width>
10    <height>627</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>MatrixView</string>
15  </property>
16  <widget class="QTableView" name="tableView">
17   <property name="geometry">
18    <rect>
19     <x>20</x>
20     <y>20</y>
21     <width>711</width>
22     <height>571</height>
23    </rect>
24   </property>
25   <property name="showGrid">
26    <bool>true</bool>
27   </property>
28   <attribute name="horizontalHeaderCascadingSectionResizes">
29    <bool>false</bool>
30   </attribute>
31   <attribute name="horizontalHeaderCascadingSectionResizes">
32    <bool>false</bool>
33   </attribute>
34  </widget>
35  <widget class="QGroupBox" name="Cuentas">
36   <property name="geometry">
37    <rect>
38     <x>750</x>
39     <y>20</y>
40     <width>181</width>
41     <height>501</height>
42    </rect>
43   </property>
44   <property name="autoFillBackground">
45    <bool>false</bool>
46   </property>
47   <property name="title">
48    <string>Cuentas</string>
49   </property>
50   <property name="flat">
51    <bool>false</bool>
52   </property>
53   <property name="checkable">
54    <bool>false</bool>
55   </property>
56   <widget class="QComboBox" name="comboBox">
57    <property name="geometry">
58     <rect>
59      <x>10</x>
60      <y>30</y>
61      <width>161</width>
62      <height>27</height>
63     </rect>
64    </property>
65   </widget>
66   <widget class="QStackedWidget" name="accountsStack">
67    <property name="geometry">
68     <rect>
69      <x>10</x>
70      <y>60</y>
71      <width>161</width>
72      <height>401</height>
73     </rect>
74    </property>
75    <widget class="QWidget" name="page"/>
76    <widget class="QWidget" name="page_2"/>
77   </widget>
78  </widget>
79  <widget class="QPushButton" name="loadButton">
80   <property name="geometry">
81    <rect>
82     <x>760</x>
83     <y>500</y>
84     <width>161</width>
85     <height>51</height>
86    </rect>
87   </property>
88   <property name="text">
89    <string>Finalizar Carga</string>
90   </property>
91  </widget>
92 </widget>
93 <resources/>
94 <connections/>
95</ui>
Note: See TracBrowser for help on using the repository browser.