Helpviewer/Bookmarks/AddBookmarkDialog.ui

changeset 0
de9c2efb9d02
child 55
b5c84934de9c
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>AddBookmarkDialog</class>
3 <widget class="QDialog" name="AddBookmarkDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>174</height>
10 </rect>
11 </property>
12 <property name="minimumSize" >
13 <size>
14 <width>400</width>
15 <height>0</height>
16 </size>
17 </property>
18 <property name="windowTitle" >
19 <string>Add Bookmark</string>
20 </property>
21 <property name="sizeGripEnabled" >
22 <bool>true</bool>
23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout" >
25 <item>
26 <widget class="QLabel" name="label" >
27 <property name="text" >
28 <string>Type a name for the bookmark, and choose where to keep it.</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 </widget>
37 </item>
38 <item>
39 <widget class="E4LineEdit" name="nameEdit" >
40 <property name="toolTip" >
41 <string>Enter the name</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="E4LineEdit" name="addressEdit" >
47 <property name="toolTip" >
48 <string>Enter the address</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QComboBox" name="locationCombo" />
54 </item>
55 <item>
56 <spacer name="verticalSpacer" >
57 <property name="orientation" >
58 <enum>Qt::Vertical</enum>
59 </property>
60 <property name="sizeHint" stdset="0" >
61 <size>
62 <width>20</width>
63 <height>9</height>
64 </size>
65 </property>
66 </spacer>
67 </item>
68 <item>
69 <widget class="QDialogButtonBox" name="buttonBox" >
70 <property name="orientation" >
71 <enum>Qt::Horizontal</enum>
72 </property>
73 <property name="standardButtons" >
74 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </widget>
80 <customwidgets>
81 <customwidget>
82 <class>E4LineEdit</class>
83 <extends>QLineEdit</extends>
84 <header>E4Gui/E4LineEdit.h</header>
85 </customwidget>
86 </customwidgets>
87 <tabstops>
88 <tabstop>nameEdit</tabstop>
89 <tabstop>addressEdit</tabstop>
90 <tabstop>locationCombo</tabstop>
91 <tabstop>buttonBox</tabstop>
92 </tabstops>
93 <resources/>
94 <connections>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>accepted()</signal>
98 <receiver>AddBookmarkDialog</receiver>
99 <slot>accept()</slot>
100 <hints>
101 <hint type="sourcelabel" >
102 <x>248</x>
103 <y>254</y>
104 </hint>
105 <hint type="destinationlabel" >
106 <x>157</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 <connection>
112 <sender>buttonBox</sender>
113 <signal>rejected()</signal>
114 <receiver>AddBookmarkDialog</receiver>
115 <slot>reject()</slot>
116 <hints>
117 <hint type="sourcelabel" >
118 <x>316</x>
119 <y>260</y>
120 </hint>
121 <hint type="destinationlabel" >
122 <x>286</x>
123 <y>274</y>
124 </hint>
125 </hints>
126 </connection>
127 </connections>
128 </ui>

eric ide

mercurial