eric6/Preferences/ConfigurationPages/HelpViewersPage.ui

changeset 6942
2602857055c5
parent 4577
e79a139aacc4
child 7749
285855999b4e
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpViewersPage</class>
4 <widget class="QWidget" name="HelpViewersPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>613</width>
10 <height>634</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure help viewers&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line17">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox">
36 <property name="title">
37 <string>Help Viewer</string>
38 </property>
39 <layout class="QGridLayout" name="gridLayout">
40 <item row="0" column="0">
41 <widget class="QRadioButton" name="helpBrowserButton">
42 <property name="toolTip">
43 <string>Select to use the Eric Web Browser</string>
44 </property>
45 <property name="text">
46 <string>Eric Web Browser</string>
47 </property>
48 <property name="checked">
49 <bool>true</bool>
50 </property>
51 </widget>
52 </item>
53 <item row="0" column="1">
54 <widget class="QRadioButton" name="qtAssistantButton">
55 <property name="toolTip">
56 <string>Select to use Qt Assistant</string>
57 </property>
58 <property name="text">
59 <string>Qt Assistant</string>
60 </property>
61 </widget>
62 </item>
63 <item row="0" column="2">
64 <widget class="QRadioButton" name="webBrowserButton">
65 <property name="toolTip">
66 <string>Select to use the configured web browser of the system</string>
67 </property>
68 <property name="text">
69 <string>System Web Browser</string>
70 </property>
71 </widget>
72 </item>
73 <item row="0" column="3">
74 <widget class="QRadioButton" name="customViewerButton">
75 <property name="toolTip">
76 <string>Select to use a custom viewer</string>
77 </property>
78 <property name="text">
79 <string>Custom</string>
80 </property>
81 </widget>
82 </item>
83 <item row="1" column="0" colspan="4">
84 <widget class="E5PathPicker" name="customViewerPicker" native="true">
85 <property name="enabled">
86 <bool>false</bool>
87 </property>
88 <property name="sizePolicy">
89 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
90 <horstretch>0</horstretch>
91 <verstretch>0</verstretch>
92 </sizepolicy>
93 </property>
94 <property name="focusPolicy">
95 <enum>Qt::StrongFocus</enum>
96 </property>
97 <property name="toolTip">
98 <string>Enter the custom viewer to be used</string>
99 </property>
100 </widget>
101 </item>
102 </layout>
103 </widget>
104 </item>
105 <item>
106 <spacer>
107 <property name="orientation">
108 <enum>Qt::Vertical</enum>
109 </property>
110 <property name="sizeHint" stdset="0">
111 <size>
112 <width>479</width>
113 <height>121</height>
114 </size>
115 </property>
116 </spacer>
117 </item>
118 </layout>
119 </widget>
120 <customwidgets>
121 <customwidget>
122 <class>E5PathPicker</class>
123 <extends>QWidget</extends>
124 <header>E5Gui/E5PathPicker.h</header>
125 <container>1</container>
126 </customwidget>
127 </customwidgets>
128 <tabstops>
129 <tabstop>helpBrowserButton</tabstop>
130 <tabstop>qtAssistantButton</tabstop>
131 <tabstop>webBrowserButton</tabstop>
132 <tabstop>customViewerButton</tabstop>
133 </tabstops>
134 <resources/>
135 <connections>
136 <connection>
137 <sender>customViewerButton</sender>
138 <signal>toggled(bool)</signal>
139 <receiver>customViewerPicker</receiver>
140 <slot>setEnabled(bool)</slot>
141 <hints>
142 <hint type="sourcelabel">
143 <x>496</x>
144 <y>72</y>
145 </hint>
146 <hint type="destinationlabel">
147 <x>493</x>
148 <y>90</y>
149 </hint>
150 </hints>
151 </connection>
152 </connections>
153 </ui>

eric ide

mercurial