eric6/WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BookmarkPropertiesDialog</class>
4 <widget class="QDialog" name="BookmarkPropertiesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>250</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>Bookmark Properties</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="addressLabel">
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="1">
78 <widget class="QLabel" name="visitedLabel">
79 <property name="text">
80 <string notr="true"/>
81 </property>
82 </widget>
83 </item>
84 <item row="4" column="0" colspan="2">
85 <widget class="QDialogButtonBox" name="buttonBox">
86 <property name="orientation">
87 <enum>Qt::Horizontal</enum>
88 </property>
89 <property name="standardButtons">
90 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </widget>
96 <customwidgets>
97 <customwidget>
98 <class>E5LineEdit</class>
99 <extends>QLineEdit</extends>
100 <header>E5Gui/E5LineEdit.h</header>
101 </customwidget>
102 </customwidgets>
103 <tabstops>
104 <tabstop>nameEdit</tabstop>
105 <tabstop>addressEdit</tabstop>
106 <tabstop>descriptionEdit</tabstop>
107 <tabstop>buttonBox</tabstop>
108 </tabstops>
109 <resources/>
110 <connections>
111 <connection>
112 <sender>buttonBox</sender>
113 <signal>accepted()</signal>
114 <receiver>BookmarkPropertiesDialog</receiver>
115 <slot>accept()</slot>
116 <hints>
117 <hint type="sourcelabel">
118 <x>248</x>
119 <y>254</y>
120 </hint>
121 <hint type="destinationlabel">
122 <x>157</x>
123 <y>274</y>
124 </hint>
125 </hints>
126 </connection>
127 <connection>
128 <sender>buttonBox</sender>
129 <signal>rejected()</signal>
130 <receiver>BookmarkPropertiesDialog</receiver>
131 <slot>reject()</slot>
132 <hints>
133 <hint type="sourcelabel">
134 <x>316</x>
135 <y>260</y>
136 </hint>
137 <hint type="destinationlabel">
138 <x>286</x>
139 <y>274</y>
140 </hint>
141 </hints>
142 </connection>
143 </connections>
144 </ui>

eric ide

mercurial