source: mmcs/formincidenciai.ui

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

solucionado una dependencia de recurso para la imagen de cargar matriz

  • Property mode set to 100755
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FormIncidenciaI</class>
4 <widget class="QWidget" name="FormIncidenciaI">
5  <property name="windowModality">
6   <enum>Qt::ApplicationModal</enum>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>559</width>
13    <height>230</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string>Seleccione la Variación</string>
18  </property>
19  <layout class="QHBoxLayout" name="horizontalLayout">
20   <item>
21    <widget class="QTableWidget" name="TableIncidencia">
22     <property name="sizePolicy">
23      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
24       <horstretch>0</horstretch>
25       <verstretch>0</verstretch>
26      </sizepolicy>
27     </property>
28    </widget>
29   </item>
30   <item>
31    <widget class="QPushButton" name="CalcularIncidencia">
32     <property name="sizePolicy">
33      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
34       <horstretch>0</horstretch>
35       <verstretch>1</verstretch>
36      </sizepolicy>
37     </property>
38     <property name="minimumSize">
39      <size>
40       <width>100</width>
41       <height>0</height>
42      </size>
43     </property>
44     <property name="styleSheet">
45      <string notr="true">background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px; </string>
46     </property>
47     <property name="text">
48      <string>&amp;Calcular</string>
49     </property>
50    </widget>
51   </item>
52  </layout>
53 </widget>
54 <resources/>
55 <connections/>
56</ui>
Note: See TracBrowser for help on using the repository browser.