1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>AddBookmarkDialog</class> |
3 <class>AddBookmarkDialog</class> |
3 <widget class="QDialog" name="AddBookmarkDialog" > |
4 <widget class="QDialog" name="AddBookmarkDialog"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>400</width> |
9 <width>500</width> |
9 <height>174</height> |
10 <height>230</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="minimumSize" > |
13 <property name="minimumSize"> |
13 <size> |
14 <size> |
14 <width>400</width> |
15 <width>500</width> |
15 <height>0</height> |
16 <height>0</height> |
16 </size> |
17 </size> |
17 </property> |
18 </property> |
18 <property name="windowTitle" > |
19 <property name="maximumSize"> |
|
20 <size> |
|
21 <width>500</width> |
|
22 <height>250</height> |
|
23 </size> |
|
24 </property> |
|
25 <property name="windowTitle"> |
19 <string>Add Bookmark</string> |
26 <string>Add Bookmark</string> |
20 </property> |
27 </property> |
21 <property name="sizeGripEnabled" > |
28 <property name="sizeGripEnabled"> |
22 <bool>true</bool> |
29 <bool>true</bool> |
23 </property> |
30 </property> |
24 <layout class="QVBoxLayout" name="verticalLayout" > |
31 <layout class="QGridLayout" name="gridLayout"> |
25 <item> |
32 <item row="0" column="0"> |
26 <widget class="QLabel" name="label" > |
33 <widget class="QLabel" name="label_2"> |
27 <property name="text" > |
34 <property name="text"> |
28 <string>Type a name for the bookmark, and choose where to keep it.</string> |
35 <string>Name:</string> |
29 </property> |
|
30 <property name="textFormat" > |
|
31 <enum>Qt::PlainText</enum> |
|
32 </property> |
|
33 <property name="wordWrap" > |
|
34 <bool>true</bool> |
|
35 </property> |
36 </property> |
36 </widget> |
37 </widget> |
37 </item> |
38 </item> |
38 <item> |
39 <item row="0" column="1"> |
39 <widget class="E5LineEdit" name="nameEdit" > |
40 <widget class="E5LineEdit" name="nameEdit"> |
40 <property name="toolTip" > |
41 <property name="toolTip"> |
41 <string>Enter the name</string> |
42 <string>Enter the name</string> |
42 </property> |
43 </property> |
43 </widget> |
44 </widget> |
44 </item> |
45 </item> |
45 <item> |
46 <item row="1" column="0"> |
46 <widget class="E5LineEdit" name="addressEdit" > |
47 <widget class="QLabel" name="label_3"> |
47 <property name="toolTip" > |
48 <property name="text"> |
|
49 <string>Address:</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="1" column="1"> |
|
54 <widget class="E5LineEdit" name="addressEdit"> |
|
55 <property name="toolTip"> |
48 <string>Enter the address</string> |
56 <string>Enter the address</string> |
49 </property> |
57 </property> |
50 </widget> |
58 </widget> |
51 </item> |
59 </item> |
52 <item> |
60 <item row="2" column="0"> |
53 <widget class="QComboBox" name="locationCombo" /> |
61 <widget class="QLabel" name="label"> |
|
62 <property name="text"> |
|
63 <string>Description:</string> |
|
64 </property> |
|
65 <property name="alignment"> |
|
66 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
67 </property> |
|
68 </widget> |
54 </item> |
69 </item> |
55 <item> |
70 <item row="2" column="1"> |
56 <spacer name="verticalSpacer" > |
71 <widget class="QPlainTextEdit" name="descriptionEdit"> |
57 <property name="orientation" > |
72 <property name="toolTip"> |
58 <enum>Qt::Vertical</enum> |
73 <string>Enter a description</string> |
59 </property> |
74 </property> |
60 <property name="sizeHint" stdset="0" > |
75 </widget> |
61 <size> |
76 </item> |
62 <width>20</width> |
77 <item row="3" column="0"> |
63 <height>9</height> |
78 <widget class="QLabel" name="label_4"> |
64 </size> |
79 <property name="text"> |
|
80 <string>Folder:</string> |
65 </property> |
81 </property> |
66 </spacer> |
82 </widget> |
67 </item> |
83 </item> |
68 <item> |
84 <item row="3" column="1"> |
69 <widget class="QDialogButtonBox" name="buttonBox" > |
85 <widget class="QComboBox" name="locationCombo"/> |
70 <property name="orientation" > |
86 </item> |
|
87 <item row="4" column="0" colspan="2"> |
|
88 <widget class="QDialogButtonBox" name="buttonBox"> |
|
89 <property name="orientation"> |
71 <enum>Qt::Horizontal</enum> |
90 <enum>Qt::Horizontal</enum> |
72 </property> |
91 </property> |
73 <property name="standardButtons" > |
92 <property name="standardButtons"> |
74 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
75 </property> |
94 </property> |
76 </widget> |
95 </widget> |
77 </item> |
96 </item> |
78 </layout> |
97 </layout> |