eric7/HelpViewer/HelpBookmarkPropertiesDialog.ui

branch
eric7
changeset 8900
9c153ce17d74
child 8939
c88bb019e2b5
equal deleted inserted replaced
8899:764178f2124d 8900:9c153ce17d74
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpBookmarkPropertiesDialog</class>
4 <widget class="QDialog" name="HelpBookmarkPropertiesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>108</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Bookmark</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Titel:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="titleEdit">
29 <property name="toolTip">
30 <string>Enter the title for the bookmark</string>
31 </property>
32 <property name="placeholderText">
33 <string>Enter Bookmark Title</string>
34 </property>
35 <property name="clearButtonEnabled">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="label_2">
42 <property name="text">
43 <string>URL:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="QLineEdit" name="urlEdit">
49 <property name="toolTip">
50 <string>Enter the URL for the bookmark</string>
51 </property>
52 <property name="placeholderText">
53 <string>Enter Bookmark URL</string>
54 </property>
55 <property name="clearButtonEnabled">
56 <bool>true</bool>
57 </property>
58 </widget>
59 </item>
60 <item row="2" column="0" colspan="2">
61 <widget class="QDialogButtonBox" name="buttonBox">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="standardButtons">
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <resources/>
73 <connections>
74 <connection>
75 <sender>buttonBox</sender>
76 <signal>accepted()</signal>
77 <receiver>HelpBookmarkPropertiesDialog</receiver>
78 <slot>accept()</slot>
79 <hints>
80 <hint type="sourcelabel">
81 <x>248</x>
82 <y>254</y>
83 </hint>
84 <hint type="destinationlabel">
85 <x>157</x>
86 <y>274</y>
87 </hint>
88 </hints>
89 </connection>
90 <connection>
91 <sender>buttonBox</sender>
92 <signal>rejected()</signal>
93 <receiver>HelpBookmarkPropertiesDialog</receiver>
94 <slot>reject()</slot>
95 <hints>
96 <hint type="sourcelabel">
97 <x>316</x>
98 <y>260</y>
99 </hint>
100 <hint type="destinationlabel">
101 <x>286</x>
102 <y>274</y>
103 </hint>
104 </hints>
105 </connection>
106 </connections>
107 </ui>

eric ide

mercurial