ui/EditSupplier.ui

Thu, 18 Aug 2022 20:34:15 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 18 Aug 2022 20:34:15 +0200
changeset 401
583148eb6e01
parent 25
a9da2744609e
permissions
-rw-r--r--

Init est_carb field for new products.

10
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 <ui version="4.0">
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 <author>Michiel Broek</author>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 <class>EditSupplier</class>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 <widget class="QDialog" name="EditSupplier">
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 <property name="geometry">
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 <rect>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 <x>0</x>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 <y>0</y>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 <width>1024</width>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 <height>560</height>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 </rect>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 </property>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14 <property name="windowTitle">
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 <string>Dialog</string>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
16 </property>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 <layout class="QVBoxLayout" name="verticalLayout">
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 <item>
21
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
19 <widget class="QWidget" name="supWidget" native="true">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
20 <widget class="QLabel" name="nameLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
21 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
22 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
23 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
24 <y>10</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
25 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
26 <height>20</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
27 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
28 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
29 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
30 <string>Name:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
31 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
32 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
33 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
34 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
35 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
36 <widget class="QLabel" name="addressLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
37 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
38 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
39 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
40 <y>40</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
41 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
42 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
43 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
44 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
45 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
46 <string>Address:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
47 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
48 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
49 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
50 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
51 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
52 <widget class="QLineEdit" name="addressEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
53 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
54 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
55 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
56 <y>40</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
57 <width>761</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
58 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
59 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
60 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
61 <property name="toolTip">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
62 <string>The street and housenumber</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
63 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
64 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
65 <number>128</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
66 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
67 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
68 <string>Address</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
69 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
70 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
71 <widget class="QLabel" name="cityLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
72 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
73 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
74 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
75 <y>70</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
76 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
77 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
78 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
79 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
80 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
81 <string>City:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
82 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
83 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
84 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
85 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
86 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
87 <widget class="QLineEdit" name="cityEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
88 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
89 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
90 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
91 <y>70</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
92 <width>761</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
93 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
94 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
95 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
96 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
97 <number>123</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
98 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
99 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
100 <string>City</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
101 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
102 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
103 <widget class="QLabel" name="zipLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
104 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
105 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
106 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
107 <y>100</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
108 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
109 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
110 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
111 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
112 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
113 <string>Zip code:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
114 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
115 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
116 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
117 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
118 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
119 <widget class="QLineEdit" name="zipEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
120 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
121 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
122 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
123 <y>100</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
124 <width>125</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
125 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
126 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
127 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
128 <property name="sizePolicy">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
129 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
130 <horstretch>0</horstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
131 <verstretch>0</verstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
132 </sizepolicy>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
133 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
134 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
135 <number>16</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
136 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
137 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
138 <string>Zip code</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
139 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
140 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
141 <widget class="QLabel" name="countryLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
142 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
143 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
144 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
145 <y>130</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
146 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
147 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
148 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
149 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
150 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
151 <string>Country:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
152 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
153 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
154 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
155 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
156 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
157 <widget class="QLineEdit" name="countryEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
158 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
159 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
160 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
161 <y>130</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
162 <width>761</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
163 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
164 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
165 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
166 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
167 <number>128</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
168 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
169 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
170 <string>Country</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
171 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
172 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
173 <widget class="QLabel" name="webLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
174 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
175 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
176 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
177 <y>160</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
178 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
179 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
180 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
181 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
182 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
183 <string>Website:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
184 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
185 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
186 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
187 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
188 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
189 <widget class="QLineEdit" name="webEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
190 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
191 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
192 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
193 <y>160</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
194 <width>761</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
195 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
196 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
197 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
198 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
199 <number>128</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
200 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
201 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
202 <string>https://www.supplier.com</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
203 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
204 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
205 <widget class="QLabel" name="emailLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
206 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
207 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
208 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
209 <y>190</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
210 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
211 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
212 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
213 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
214 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
215 <string>Email:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
216 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
217 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
218 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
219 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
220 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
221 <widget class="QLineEdit" name="emailEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
222 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
223 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
224 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
225 <y>190</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
226 <width>761</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
227 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
228 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
229 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
230 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
231 <number>128</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
232 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
233 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
234 <string>sales@supplier.com</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
235 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
236 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
237 <widget class="QLabel" name="phoneLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
238 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
239 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
240 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
241 <y>220</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
242 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
243 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
244 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
245 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
246 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
247 <string>Phone:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
248 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
249 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
250 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
251 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
252 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
253 <widget class="QLineEdit" name="phoneEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
254 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
255 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
256 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
257 <y>220</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
258 <width>125</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
259 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
260 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
261 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
262 <property name="sizePolicy">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
263 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
264 <horstretch>0</horstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
265 <verstretch>0</verstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
266 </sizepolicy>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
267 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
268 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
269 <number>16</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
270 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
271 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
272 <string>+31 123 45678</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
273 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
274 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
275 <widget class="QLabel" name="notesLabel">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
276 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
277 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
278 <x>9</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
279 <y>250</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
280 <width>91</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
281 <height>16</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
282 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
283 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
284 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
285 <string>Notes:</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
286 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
287 <property name="alignment">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
288 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
289 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
290 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
291 <widget class="QPlainTextEdit" name="notesEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
292 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
293 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
294 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
295 <y>250</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
296 <width>761</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
297 <height>131</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
298 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
299 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
300 <property name="sizePolicy">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
301 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
302 <horstretch>0</horstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
303 <verstretch>0</verstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
304 </sizepolicy>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
305 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
306 <property name="horizontalScrollBarPolicy">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
307 <enum>Qt::ScrollBarAlwaysOff</enum>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
308 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
309 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
310 <string>Notes about this supplier</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
311 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
312 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
313 <widget class="QLineEdit" name="nameEdit">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
314 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
315 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
316 <x>110</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
317 <y>10</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
318 <width>761</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
319 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
320 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
321 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
322 <property name="sizePolicy">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
323 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
324 <horstretch>0</horstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
325 <verstretch>0</verstretch>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
326 </sizepolicy>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
327 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
328 <property name="maxLength">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
329 <number>128</number>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
330 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
331 <property name="placeholderText">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
332 <string>Supplier name</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
333 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
334 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
335 <widget class="QPushButton" name="quitButton">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
336 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
337 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
338 <x>100</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
339 <y>510</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
340 <width>80</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
341 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
342 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
343 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
344 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
345 <string>Quit</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
346 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
347 <property name="icon">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
348 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
25
a9da2744609e Added inventory yeasts editor. Fixed resource icons location.
Michiel Broek <mbroek@mbse.eu>
parents: 21
diff changeset
349 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
21
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
350 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
351 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
352 <widget class="QPushButton" name="saveButton">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
353 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
354 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
355 <x>800</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
356 <y>510</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
357 <width>80</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
358 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
359 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
360 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
361 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
362 <string>Save</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
363 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
364 <property name="icon">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
365 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
25
a9da2744609e Added inventory yeasts editor. Fixed resource icons location.
Michiel Broek <mbroek@mbse.eu>
parents: 21
diff changeset
366 <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
21
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
367 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
368 </widget>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
369 <widget class="QPushButton" name="deleteButton">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
370 <property name="geometry">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
371 <rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
372 <x>463</x>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
373 <y>510</y>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
374 <width>80</width>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
375 <height>23</height>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
376 </rect>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
377 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
378 <property name="text">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
379 <string>Delete</string>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
380 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
381 <property name="icon">
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
382 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
25
a9da2744609e Added inventory yeasts editor. Fixed resource icons location.
Michiel Broek <mbroek@mbse.eu>
parents: 21
diff changeset
383 <normaloff>:icons/silk/delete.png</normaloff>:icons/silk/delete.png</iconset>
21
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
384 </property>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
385 </widget>
10
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
386 </widget>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
387 </item>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
388 </layout>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
389 </widget>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
390 <tabstops>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
391 <tabstop>addressEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
392 <tabstop>cityEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
393 <tabstop>zipEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
394 <tabstop>countryEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
395 <tabstop>webEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
396 <tabstop>emailEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
397 <tabstop>phoneEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
398 <tabstop>notesEdit</tabstop>
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
399 </tabstops>
21
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
400 <resources>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
401 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
402 </resources>
15e5879df8dc In EditSupplier backports from EditFermentables including a Delete button.
Michiel Broek <mbroek@mbse.eu>
parents: 11
diff changeset
403 <connections/>
10
8aa2bd9ba9e8 Added the EditSupplier popup window. It is now ready to validate the form data.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
404 </ui>

mercurial