eric6/Helpviewer/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>221</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="0" colspan="2">
78 <widget class="QDialogButtonBox" name="buttonBox">
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="standardButtons">
83 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <customwidgets>
90 <customwidget>
91 <class>E5LineEdit</class>
92 <extends>QLineEdit</extends>
93 <header>E5Gui/E5LineEdit.h</header>
94 </customwidget>
95 </customwidgets>
96 <tabstops>
97 <tabstop>nameEdit</tabstop>
98 <tabstop>addressEdit</tabstop>
99 <tabstop>descriptionEdit</tabstop>
100 <tabstop>buttonBox</tabstop>
101 </tabstops>
102 <resources/>
103 <connections>
104 <connection>
105 <sender>buttonBox</sender>
106 <signal>accepted()</signal>
107 <receiver>BookmarkPropertiesDialog</receiver>
108 <slot>accept()</slot>
109 <hints>
110 <hint type="sourcelabel">
111 <x>248</x>
112 <y>254</y>
113 </hint>
114 <hint type="destinationlabel">
115 <x>157</x>
116 <y>274</y>
117 </hint>
118 </hints>
119 </connection>
120 <connection>
121 <sender>buttonBox</sender>
122 <signal>rejected()</signal>
123 <receiver>BookmarkPropertiesDialog</receiver>
124 <slot>reject()</slot>
125 <hints>
126 <hint type="sourcelabel">
127 <x>316</x>
128 <y>260</y>
129 </hint>
130 <hint type="destinationlabel">
131 <x>286</x>
132 <y>274</y>
133 </hint>
134 </hints>
135 </connection>
136 </connections>
137 </ui>

eric ide

mercurial