WebBrowser/Bookmarks/AddBookmarkDialog.ui

branch
QtWebEngine
changeset 4732
5ac4fc1dfc20
parent 1733
231e6f05d274
equal deleted inserted replaced
4731:67d861d9e492 4732:5ac4fc1dfc20
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AddBookmarkDialog</class>
4 <widget class="QDialog" name="AddBookmarkDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>230</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>500</width>
16 <height>0</height>
17 </size>
18 </property>
19 <property name="maximumSize">
20 <size>
21 <width>500</width>
22 <height>250</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Add Bookmark</string>
27 </property>
28 <property name="sizeGripEnabled">
29 <bool>true</bool>
30 </property>
31 <layout class="QGridLayout" name="gridLayout">
32 <item row="0" column="0">
33 <widget class="QLabel" name="label_2">
34 <property name="text">
35 <string>Name:</string>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="1">
40 <widget class="E5LineEdit" name="nameEdit">
41 <property name="toolTip">
42 <string>Enter the name</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="0">
47 <widget class="QLabel" name="label_3">
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">
56 <string>Enter the address</string>
57 </property>
58 </widget>
59 </item>
60 <item row="2" column="0">
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>
69 </item>
70 <item row="2" column="1">
71 <widget class="QPlainTextEdit" name="descriptionEdit">
72 <property name="toolTip">
73 <string>Enter a description</string>
74 </property>
75 </widget>
76 </item>
77 <item row="3" column="0">
78 <widget class="QLabel" name="label_4">
79 <property name="text">
80 <string>Folder:</string>
81 </property>
82 </widget>
83 </item>
84 <item row="3" column="1">
85 <widget class="QComboBox" name="locationCombo"/>
86 </item>
87 <item row="4" column="0" colspan="2">
88 <widget class="QDialogButtonBox" name="buttonBox">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="standardButtons">
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </widget>
99 <customwidgets>
100 <customwidget>
101 <class>E5LineEdit</class>
102 <extends>QLineEdit</extends>
103 <header>E5Gui/E5LineEdit.h</header>
104 </customwidget>
105 </customwidgets>
106 <tabstops>
107 <tabstop>nameEdit</tabstop>
108 <tabstop>addressEdit</tabstop>
109 <tabstop>descriptionEdit</tabstop>
110 <tabstop>locationCombo</tabstop>
111 <tabstop>buttonBox</tabstop>
112 </tabstops>
113 <resources/>
114 <connections>
115 <connection>
116 <sender>buttonBox</sender>
117 <signal>accepted()</signal>
118 <receiver>AddBookmarkDialog</receiver>
119 <slot>accept()</slot>
120 <hints>
121 <hint type="sourcelabel">
122 <x>248</x>
123 <y>254</y>
124 </hint>
125 <hint type="destinationlabel">
126 <x>157</x>
127 <y>274</y>
128 </hint>
129 </hints>
130 </connection>
131 <connection>
132 <sender>buttonBox</sender>
133 <signal>rejected()</signal>
134 <receiver>AddBookmarkDialog</receiver>
135 <slot>reject()</slot>
136 <hints>
137 <hint type="sourcelabel">
138 <x>316</x>
139 <y>260</y>
140 </hint>
141 <hint type="destinationlabel">
142 <x>286</x>
143 <y>274</y>
144 </hint>
145 </hints>
146 </connection>
147 </connections>
148 </ui>

eric ide

mercurial