source: mmcs/formMatrixView.ui @ f473a7f

Last change on this file since f473a7f was 68e57de, checked in by rboet <rudmanmrrod@…>, 9 years ago

solucionado una dependencia de recurso para la imagen de cargar matriz

  • Property mode set to 100755
File size: 2.8 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>60</y>
21     <width>701</width>
22     <height>501</height>
23    </rect>
24   </property>
25   <property name="editTriggers">
26    <set>QAbstractItemView::DoubleClicked</set>
27   </property>
28   <property name="showGrid">
29    <bool>true</bool>
30   </property>
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>70</y>
40     <width>181</width>
41     <height>451</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>133</width>
72      <height>49</height>
73     </rect>
74    </property>
75    <widget class="QWidget" name="page"/>
76    <widget class="QWidget" name="page_2">
77     <zorder>loadButton</zorder>
78    </widget>
79   </widget>
80  </widget>
81  <widget class="QPushButton" name="loadButton">
82   <property name="geometry">
83    <rect>
84     <x>760</x>
85     <y>500</y>
86     <width>161</width>
87     <height>51</height>
88    </rect>
89   </property>
90   <property name="text">
91    <string>Finalizar Carga</string>
92   </property>
93  </widget>
94  <widget class="QTabWidget" name="tabWidget">
95   <property name="geometry">
96    <rect>
97     <x>0</x>
98     <y>0</y>
99     <width>941</width>
100     <height>581</height>
101    </rect>
102   </property>
103   <widget class="QWidget" name="tab_3">
104    <attribute name="title">
105     <string>Tab 1</string>
106    </attribute>
107    <zorder>loadButton</zorder>
108   </widget>
109   <widget class="QWidget" name="tab_4">
110    <attribute name="title">
111     <string>Tab 2</string>
112    </attribute>
113   </widget>
114  </widget>
115  <zorder>tabWidget</zorder>
116  <zorder>tableView</zorder>
117  <zorder>Cuentas</zorder>
118  <zorder>loadButton</zorder>
119 </widget>
120 <resources/>
121 <connections/>
122</ui>
Note: See TracBrowser for help on using the repository browser.