Хранилища Subversion qb

Редакция

Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
5 diffor 1
<ui version="4.0" >
2
 <author>Gordos Kund</author>
3
 <class>TablePrinterExample</class>
4
 <widget class="QWidget" name="TablePrinterExample" >
5
  <property name="geometry" >
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>652</width>
10
    <height>300</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle" >
14
   <string>Form</string>
15
  </property>
16
  <layout class="QHBoxLayout" >
17
   <item>
18
    <widget class="QTableView" name="tableView" >
19
     <property name="sortingEnabled" >
20
      <bool>true</bool>
21
     </property>
22
    </widget>
23
   </item>
24
   <item>
25
    <layout class="QVBoxLayout" >
26
     <item>
27
      <widget class="QComboBox" name="comboBox" >
28
       <property name="sizeAdjustPolicy" >
29
        <enum>QComboBox::AdjustToContents</enum>
30
       </property>
31
       <item>
32
        <property name="text" >
33
         <string>NoGrid</string>
34
        </property>
35
       </item>
36
       <item>
37
        <property name="text" >
38
         <string>NormalGrid</string>
39
        </property>
40
       </item>
41
       <item>
42
        <property name="text" >
43
         <string>AlternateColor</string>
44
        </property>
45
       </item>
46
       <item>
47
        <property name="text" >
48
         <string>AlternateColor &amp; Normal Grid</string>
49
        </property>
50
       </item>
51
      </widget>
52
     </item>
53
     <item>
54
      <widget class="QPushButton" name="previewPushButton" >
55
       <property name="text" >
56
        <string>Preview</string>
57
       </property>
58
      </widget>
59
     </item>
60
     <item>
61
      <widget class="QPushButton" name="printPushButton" >
62
       <property name="text" >
63
        <string>Print</string>
64
       </property>
65
      </widget>
66
     </item>
67
     <item>
68
      <widget class="QPushButton" name="closePushButton" >
69
       <property name="text" >
70
        <string>Close</string>
71
       </property>
72
      </widget>
73
     </item>
74
     <item>
75
      <spacer>
76
       <property name="orientation" >
77
        <enum>Qt::Vertical</enum>
78
       </property>
79
       <property name="sizeHint" stdset="0" >
80
        <size>
81
         <width>20</width>
82
         <height>40</height>
83
        </size>
84
       </property>
85
      </spacer>
86
     </item>
87
    </layout>
88
   </item>
89
  </layout>
90
 </widget>
91
 <resources/>
92
 <connections>
93
  <connection>
94
   <sender>closePushButton</sender>
95
   <signal>clicked()</signal>
96
   <receiver>TablePrinterExample</receiver>
97
   <slot>close()</slot>
98
   <hints>
99
    <hint type="sourcelabel" >
100
     <x>366</x>
101
     <y>92</y>
102
    </hint>
103
    <hint type="destinationlabel" >
104
     <x>398</x>
105
     <y>47</y>
106
    </hint>
107
   </hints>
108
  </connection>
109
 </connections>
110
</ui>