ui/InventorySuppliers.ui

changeset 8
ac4e363c09a7
parent 7
51fbea52551e
child 9
85656dc48131
equal deleted inserted replaced
7:51fbea52551e 8:ac4e363c09a7
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Dialog</string> 14 <string>Dialog</string>
15 </property> 15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout"> 16 <layout class="QGridLayout" name="gridLayout">
17 <item> 17 <item row="0" column="0">
18 <widget class="QTableWidget" name="tableSuppliers"> 18 <widget class="QTableWidget" name="tableSuppliers">
19 <property name="enabled"> 19 <property name="enabled">
20 <bool>true</bool> 20 <bool>true</bool>
21 </property> 21 </property>
22 </widget> 22 </widget>
23 </item> 23 </item>
24 <item> 24 <item row="2" column="0">
25 <widget class="QDialogButtonBox" name="changeButton"> 25 <widget class="QGroupBox" name="groupBox">
26 <layout class="QHBoxLayout" name="horizontalLayout">
27 <property name="spacing">
28 <number>6</number>
29 </property>
30 <property name="leftMargin">
31 <number>0</number>
32 </property>
33 <property name="topMargin">
34 <number>0</number>
35 </property>
36 <property name="rightMargin">
37 <number>0</number>
38 </property>
39 <property name="bottomMargin">
40 <number>0</number>
41 </property>
42 <item alignment="Qt::AlignLeft">
43 <widget class="QPushButton" name="changeButton">
44 <property name="text">
45 <string>Quit</string>
46 </property>
47 <property name="icon">
48 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
49 <normaloff>:/icons/silk/icons/silk/door_out.png</normaloff>:/icons/silk/icons/silk/door_out.png</iconset>
50 </property>
51 </widget>
52 </item>
53 <item alignment="Qt::AlignRight">
54 <widget class="QPushButton" name="insertButton">
55 <property name="text">
56 <string>New</string>
57 </property>
58 <property name="icon">
59 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
60 <normaloff>:/icons/silk/icons/silk/table_row_insert.png</normaloff>:/icons/silk/icons/silk/table_row_insert.png</iconset>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 </item>
67 <item row="1" column="0">
68 <widget class="Line" name="line">
26 <property name="orientation"> 69 <property name="orientation">
27 <enum>Qt::Horizontal</enum> 70 <enum>Qt::Horizontal</enum>
28 </property>
29 <property name="standardButtons">
30 <set>QDialogButtonBox::Ok</set>
31 </property> 71 </property>
32 </widget> 72 </widget>
33 </item> 73 </item>
34 </layout> 74 </layout>
35 </widget> 75 </widget>
36 <resources/> 76 <resources>
37 <connections> 77 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
38 <connection> 78 </resources>
39 <sender>changeButton</sender> 79 <connections/>
40 <signal>accepted()</signal>
41 <receiver>InventorySuppliers</receiver>
42 <slot>accept()</slot>
43 <hints>
44 <hint type="sourcelabel">
45 <x>248</x>
46 <y>254</y>
47 </hint>
48 <hint type="destinationlabel">
49 <x>157</x>
50 <y>274</y>
51 </hint>
52 </hints>
53 </connection>
54 <connection>
55 <sender>changeButton</sender>
56 <signal>rejected()</signal>
57 <receiver>InventorySuppliers</receiver>
58 <slot>reject()</slot>
59 <hints>
60 <hint type="sourcelabel">
61 <x>316</x>
62 <y>260</y>
63 </hint>
64 <hint type="destinationlabel">
65 <x>286</x>
66 <y>274</y>
67 </hint>
68 </hints>
69 </connection>
70 </connections>
71 </ui> 80 </ui>

mercurial