ui/InventorySuppliers.ui

changeset 6
f8474f2c5db9
child 7
51fbea52551e
equal deleted inserted replaced
5:22baafbf770d 6:f8474f2c5db9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>InventorySuppliers</class>
4 <widget class="QDialog" name="InventorySuppliers">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1280</width>
10 <height>640</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTableWidget" name="mytable"/>
19 </item>
20 <item>
21 <widget class="QDialogButtonBox" name="changeButton">
22 <property name="orientation">
23 <enum>Qt::Horizontal</enum>
24 </property>
25 <property name="standardButtons">
26 <set>QDialogButtonBox::Ok</set>
27 </property>
28 </widget>
29 </item>
30 </layout>
31 </widget>
32 <resources/>
33 <connections>
34 <connection>
35 <sender>changeButton</sender>
36 <signal>accepted()</signal>
37 <receiver>InventorySuppliers</receiver>
38 <slot>accept()</slot>
39 <hints>
40 <hint type="sourcelabel">
41 <x>248</x>
42 <y>254</y>
43 </hint>
44 <hint type="destinationlabel">
45 <x>157</x>
46 <y>274</y>
47 </hint>
48 </hints>
49 </connection>
50 <connection>
51 <sender>changeButton</sender>
52 <signal>rejected()</signal>
53 <receiver>InventorySuppliers</receiver>
54 <slot>reject()</slot>
55 <hints>
56 <hint type="sourcelabel">
57 <x>316</x>
58 <y>260</y>
59 </hint>
60 <hint type="destinationlabel">
61 <x>286</x>
62 <y>274</y>
63 </hint>
64 </hints>
65 </connection>
66 </connections>
67 </ui>

mercurial