Helpviewer/Bookmarks/AddBookmarkDialog.ui

changeset 1733
231e6f05d274
parent 55
b5c84934de9c
equal deleted inserted replaced
1732:b140a24e147a 1733:231e6f05d274
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>
85 </customwidget> 104 </customwidget>
86 </customwidgets> 105 </customwidgets>
87 <tabstops> 106 <tabstops>
88 <tabstop>nameEdit</tabstop> 107 <tabstop>nameEdit</tabstop>
89 <tabstop>addressEdit</tabstop> 108 <tabstop>addressEdit</tabstop>
109 <tabstop>descriptionEdit</tabstop>
90 <tabstop>locationCombo</tabstop> 110 <tabstop>locationCombo</tabstop>
91 <tabstop>buttonBox</tabstop> 111 <tabstop>buttonBox</tabstop>
92 </tabstops> 112 </tabstops>
93 <resources/> 113 <resources/>
94 <connections> 114 <connections>
96 <sender>buttonBox</sender> 116 <sender>buttonBox</sender>
97 <signal>accepted()</signal> 117 <signal>accepted()</signal>
98 <receiver>AddBookmarkDialog</receiver> 118 <receiver>AddBookmarkDialog</receiver>
99 <slot>accept()</slot> 119 <slot>accept()</slot>
100 <hints> 120 <hints>
101 <hint type="sourcelabel" > 121 <hint type="sourcelabel">
102 <x>248</x> 122 <x>248</x>
103 <y>254</y> 123 <y>254</y>
104 </hint> 124 </hint>
105 <hint type="destinationlabel" > 125 <hint type="destinationlabel">
106 <x>157</x> 126 <x>157</x>
107 <y>274</y> 127 <y>274</y>
108 </hint> 128 </hint>
109 </hints> 129 </hints>
110 </connection> 130 </connection>
112 <sender>buttonBox</sender> 132 <sender>buttonBox</sender>
113 <signal>rejected()</signal> 133 <signal>rejected()</signal>
114 <receiver>AddBookmarkDialog</receiver> 134 <receiver>AddBookmarkDialog</receiver>
115 <slot>reject()</slot> 135 <slot>reject()</slot>
116 <hints> 136 <hints>
117 <hint type="sourcelabel" > 137 <hint type="sourcelabel">
118 <x>316</x> 138 <x>316</x>
119 <y>260</y> 139 <y>260</y>
120 </hint> 140 </hint>
121 <hint type="destinationlabel" > 141 <hint type="destinationlabel">
122 <x>286</x> 142 <x>286</x>
123 <y>274</y> 143 <y>274</y>
124 </hint> 144 </hint>
125 </hints> 145 </hints>
126 </connection> 146 </connection>

eric ide

mercurial