src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GreaseMonkeyConfigurationScriptInfoDialog</class>
4 <widget class="QDialog" name="GreaseMonkeyConfigurationScriptInfoDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>550</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="sizeGripEnabled">
14 <bool>true</bool>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <spacer name="horizontalSpacer">
21 <property name="orientation">
22 <enum>Qt::Horizontal</enum>
23 </property>
24 <property name="sizeHint" stdset="0">
25 <size>
26 <width>40</width>
27 <height>20</height>
28 </size>
29 </property>
30 </spacer>
31 </item>
32 <item>
33 <widget class="QLabel" name="iconLabel">
34 <property name="minimumSize">
35 <size>
36 <width>48</width>
37 <height>48</height>
38 </size>
39 </property>
40 <property name="text">
41 <string notr="true">Icon</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QLabel" name="label_8">
47 <property name="text">
48 <string>&lt;h2&gt;GreaseMonkey Script Details&lt;/h2&gt;</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <spacer name="horizontalSpacer_2">
54 <property name="orientation">
55 <enum>Qt::Horizontal</enum>
56 </property>
57 <property name="sizeHint" stdset="0">
58 <size>
59 <width>40</width>
60 <height>20</height>
61 </size>
62 </property>
63 </spacer>
64 </item>
65 </layout>
66 </item>
67 <item>
68 <layout class="QGridLayout" name="gridLayout">
69 <item row="0" column="0">
70 <widget class="QLabel" name="label">
71 <property name="text">
72 <string>Name:</string>
73 </property>
74 </widget>
75 </item>
76 <item row="0" column="1">
77 <widget class="QLabel" name="nameLabel">
78 <property name="text">
79 <string/>
80 </property>
81 <property name="textInteractionFlags">
82 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
83 </property>
84 </widget>
85 </item>
86 <item row="1" column="0">
87 <widget class="QLabel" name="label_2">
88 <property name="text">
89 <string>Version:</string>
90 </property>
91 </widget>
92 </item>
93 <item row="1" column="1">
94 <widget class="QLabel" name="versionLabel">
95 <property name="text">
96 <string/>
97 </property>
98 <property name="textInteractionFlags">
99 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
100 </property>
101 </widget>
102 </item>
103 <item row="2" column="0">
104 <widget class="QLabel" name="label_3">
105 <property name="text">
106 <string>URL:</string>
107 </property>
108 </widget>
109 </item>
110 <item row="2" column="1">
111 <widget class="QLabel" name="urlLabel">
112 <property name="text">
113 <string/>
114 </property>
115 <property name="textInteractionFlags">
116 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
117 </property>
118 </widget>
119 </item>
120 <item row="3" column="0">
121 <widget class="QLabel" name="label_4">
122 <property name="text">
123 <string>Start at:</string>
124 </property>
125 </widget>
126 </item>
127 <item row="3" column="1">
128 <widget class="QLabel" name="startAtLabel">
129 <property name="text">
130 <string/>
131 </property>
132 <property name="textInteractionFlags">
133 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
134 </property>
135 </widget>
136 </item>
137 <item row="4" column="0">
138 <widget class="QLabel" name="label_5">
139 <property name="text">
140 <string>Description:</string>
141 </property>
142 <property name="alignment">
143 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
144 </property>
145 </widget>
146 </item>
147 <item row="4" column="1">
148 <widget class="QTextBrowser" name="descriptionBrowser"/>
149 </item>
150 <item row="5" column="0">
151 <widget class="QLabel" name="label_6">
152 <property name="text">
153 <string>Runs at:</string>
154 </property>
155 <property name="alignment">
156 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
157 </property>
158 </widget>
159 </item>
160 <item row="5" column="1">
161 <widget class="QTextBrowser" name="runsAtBrowser"/>
162 </item>
163 <item row="6" column="0">
164 <widget class="QLabel" name="label_7">
165 <property name="text">
166 <string>Does not run at:</string>
167 </property>
168 <property name="alignment">
169 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
170 </property>
171 </widget>
172 </item>
173 <item row="6" column="1">
174 <widget class="QTextBrowser" name="doesNotRunAtBrowser"/>
175 </item>
176 </layout>
177 </item>
178 <item>
179 <layout class="QHBoxLayout" name="horizontalLayout_2">
180 <item>
181 <widget class="QPushButton" name="showScriptSourceButton">
182 <property name="toolTip">
183 <string>Press to open an editor with the script's source</string>
184 </property>
185 <property name="text">
186 <string>Show source code of script</string>
187 </property>
188 </widget>
189 </item>
190 <item>
191 <widget class="QDialogButtonBox" name="buttonBox">
192 <property name="orientation">
193 <enum>Qt::Horizontal</enum>
194 </property>
195 <property name="standardButtons">
196 <set>QDialogButtonBox::Close</set>
197 </property>
198 </widget>
199 </item>
200 </layout>
201 </item>
202 </layout>
203 </widget>
204 <tabstops>
205 <tabstop>descriptionBrowser</tabstop>
206 <tabstop>runsAtBrowser</tabstop>
207 <tabstop>doesNotRunAtBrowser</tabstop>
208 <tabstop>showScriptSourceButton</tabstop>
209 <tabstop>buttonBox</tabstop>
210 </tabstops>
211 <resources/>
212 <connections>
213 <connection>
214 <sender>buttonBox</sender>
215 <signal>accepted()</signal>
216 <receiver>GreaseMonkeyConfigurationScriptInfoDialog</receiver>
217 <slot>accept()</slot>
218 <hints>
219 <hint type="sourcelabel">
220 <x>402</x>
221 <y>484</y>
222 </hint>
223 <hint type="destinationlabel">
224 <x>157</x>
225 <y>274</y>
226 </hint>
227 </hints>
228 </connection>
229 <connection>
230 <sender>buttonBox</sender>
231 <signal>rejected()</signal>
232 <receiver>GreaseMonkeyConfigurationScriptInfoDialog</receiver>
233 <slot>reject()</slot>
234 <hints>
235 <hint type="sourcelabel">
236 <x>470</x>
237 <y>490</y>
238 </hint>
239 <hint type="destinationlabel">
240 <x>286</x>
241 <y>274</y>
242 </hint>
243 </hints>
244 </connection>
245 </connections>
246 </ui>

eric ide

mercurial