source: mmcs/formViewMatrix.ui

Last change on this file was e62517a, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

  • 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   </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 class="QTabWidget" name="tabWidget">
93   <property name="geometry">
94    <rect>
95     <x>0</x>
96     <y>0</y>
97     <width>941</width>
98     <height>581</height>
99    </rect>
100   </property>
101   <property name="currentIndex">
102    <number>0</number>
103   </property>
104   <widget class="QWidget" name="tab_3">
105    <attribute name="title">
106     <string>Tab 1</string>
107    </attribute>
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.