src/eric7/EricWidgets/EricSimpleHelpDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EricSimpleHelpDialog</class>
4 <widget class="QDialog" name="EricSimpleHelpDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string/>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="helpLabel"/>
22 </item>
23 <item>
24 <widget class="QTextBrowser" name="helpEdit">
25 <property name="tabChangesFocus">
26 <bool>true</bool>
27 </property>
28 <property name="readOnly">
29 <bool>true</bool>
30 </property>
31 <property name="textInteractionFlags">
32 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
33 </property>
34 <property name="openExternalLinks">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QDialogButtonBox" name="buttonBox">
41 <property name="orientation">
42 <enum>Qt::Horizontal</enum>
43 </property>
44 <property name="standardButtons">
45 <set>QDialogButtonBox::Close</set>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </widget>
51 <resources/>
52 <connections>
53 <connection>
54 <sender>buttonBox</sender>
55 <signal>accepted()</signal>
56 <receiver>EricSimpleHelpDialog</receiver>
57 <slot>accept()</slot>
58 <hints>
59 <hint type="sourcelabel">
60 <x>248</x>
61 <y>254</y>
62 </hint>
63 <hint type="destinationlabel">
64 <x>157</x>
65 <y>274</y>
66 </hint>
67 </hints>
68 </connection>
69 <connection>
70 <sender>buttonBox</sender>
71 <signal>rejected()</signal>
72 <receiver>EricSimpleHelpDialog</receiver>
73 <slot>reject()</slot>
74 <hints>
75 <hint type="sourcelabel">
76 <x>316</x>
77 <y>260</y>
78 </hint>
79 <hint type="destinationlabel">
80 <x>286</x>
81 <y>274</y>
82 </hint>
83 </hints>
84 </connection>
85 </connections>
86 </ui>

eric ide

mercurial