|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>457</width> |
| 9 | + <width>537</width> |
10 | 10 | <height>126</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>Edit Address</string> |
15 | 15 | </property> |
16 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
17 | | - <item> |
18 | | - <layout class="QFormLayout" name="formLayout"> |
19 | | - <property name="fieldGrowthPolicy"> |
20 | | - <enum>QFormLayout::AllNonFixedFieldsGrow</enum> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="1" column="1"> |
| 18 | + <widget class="QValidatedLineEdit" name="addressEdit"> |
| 19 | + <property name="toolTip"> |
| 20 | + <string>The address associated with this address list entry. This can only be modified for sending addresses.</string> |
21 | 21 | </property> |
22 | | - <item row="0" column="0"> |
23 | | - <widget class="QLabel" name="label"> |
24 | | - <property name="text"> |
25 | | - <string>&Label</string> |
26 | | - </property> |
27 | | - <property name="buddy"> |
28 | | - <cstring>labelEdit</cstring> |
29 | | - </property> |
30 | | - </widget> |
31 | | - </item> |
32 | | - <item row="0" column="1"> |
33 | | - <widget class="QLineEdit" name="labelEdit"> |
34 | | - <property name="toolTip"> |
35 | | - <string>The label associated with this address list entry</string> |
36 | | - </property> |
37 | | - </widget> |
38 | | - </item> |
39 | | - <item row="1" column="0"> |
40 | | - <widget class="QLabel" name="label_2"> |
41 | | - <property name="text"> |
42 | | - <string>&Address</string> |
43 | | - </property> |
44 | | - <property name="buddy"> |
45 | | - <cstring>addressEdit</cstring> |
46 | | - </property> |
47 | | - </widget> |
48 | | - </item> |
49 | | - <item row="1" column="1"> |
50 | | - <widget class="QValidatedLineEdit" name="addressEdit"> |
51 | | - <property name="toolTip"> |
52 | | - <string>The address associated with this address list entry. This can only be modified for sending addresses.</string> |
53 | | - </property> |
54 | | - </widget> |
55 | | - </item> |
56 | | - </layout> |
| 22 | + </widget> |
| 23 | + </item> |
| 24 | + <item row="1" column="0"> |
| 25 | + <widget class="QLabel" name="label_2"> |
| 26 | + <property name="text"> |
| 27 | + <string>&Address</string> |
| 28 | + </property> |
| 29 | + <property name="buddy"> |
| 30 | + <cstring>addressEdit</cstring> |
| 31 | + </property> |
| 32 | + </widget> |
| 33 | + </item> |
| 34 | + <item row="0" column="0"> |
| 35 | + <widget class="QLabel" name="label"> |
| 36 | + <property name="text"> |
| 37 | + <string>&Label</string> |
| 38 | + </property> |
| 39 | + <property name="buddy"> |
| 40 | + <cstring>labelEdit</cstring> |
| 41 | + </property> |
| 42 | + </widget> |
| 43 | + </item> |
| 44 | + <item row="1" column="2"> |
| 45 | + <widget class="QLabel" name="addressErrorLabel"> |
| 46 | + <property name="text"> |
| 47 | + <string/> |
| 48 | + </property> |
| 49 | + </widget> |
| 50 | + </item> |
| 51 | + <item row="0" column="1" colspan="2"> |
| 52 | + <widget class="QLineEdit" name="labelEdit"> |
| 53 | + <property name="toolTip"> |
| 54 | + <string>The label associated with this address list entry</string> |
| 55 | + </property> |
| 56 | + <property name="frame"> |
| 57 | + <bool>true</bool> |
| 58 | + </property> |
| 59 | + </widget> |
57 | 60 | </item> |
58 | | - <item> |
| 61 | + <item row="2" column="0" colspan="3"> |
59 | 62 | <widget class="QDialogButtonBox" name="buttonBox"> |
60 | 63 | <property name="orientation"> |
61 | 64 | <enum>Qt::Horizontal</enum> |
|
0 commit comments