source: mmcs/formcompararresultados.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.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FormCompararResultados</class>
4 <widget class="QWidget" name="FormCompararResultados">
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>569</width>
13    <height>301</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string>Comparar Resultados</string>
18  </property>
19  <layout class="QHBoxLayout" name="horizontalLayout">
20   <item>
21    <widget class="QListWidget" name="resultadosListWidget">
22     <property name="sizePolicy">
23      <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
24       <horstretch>0</horstretch>
25       <verstretch>0</verstretch>
26      </sizepolicy>
27     </property>
28     <property name="selectionMode">
29      <enum>QAbstractItemView::ExtendedSelection</enum>
30     </property>
31    </widget>
32   </item>
33   <item>
34    <widget class="QPushButton" name="buttonVerResultados">
35     <property name="sizePolicy">
36      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
37       <horstretch>0</horstretch>
38       <verstretch>0</verstretch>
39      </sizepolicy>
40     </property>
41     <property name="minimumSize">
42      <size>
43       <width>100</width>
44       <height>0</height>
45      </size>
46     </property>
47     <property name="styleSheet">
48      <string notr="true">background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;
49</string>
50     </property>
51     <property name="text">
52      <string>&amp;Ver</string>
53     </property>
54    </widget>
55   </item>
56  </layout>
57 </widget>
58 <resources/>
59 <connections/>
60</ui>
Note: See TracBrowser for help on using the repository browser.