|
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>520</width> |
|
10 <height>177</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure help viewers</b></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="QVBoxLayout" name="verticalLayout"> |
|
40 <item> |
|
41 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
42 <item> |
|
43 <widget class="QRadioButton" name="internalViewerButton"> |
|
44 <property name="toolTip"> |
|
45 <string>Select to use the internal help viewer</string> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Internal Viewer</string> |
|
49 </property> |
|
50 <property name="checked"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <widget class="QRadioButton" name="helpBrowserButton"> |
|
57 <property name="toolTip"> |
|
58 <string>Select to use the Eric Web Browser</string> |
|
59 </property> |
|
60 <property name="text"> |
|
61 <string>Eric Web Browser</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item> |
|
66 <widget class="QRadioButton" name="qtAssistantButton"> |
|
67 <property name="toolTip"> |
|
68 <string>Select to use Qt Assistant</string> |
|
69 </property> |
|
70 <property name="text"> |
|
71 <string>Qt Assistant</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item> |
|
76 <widget class="QRadioButton" name="webBrowserButton"> |
|
77 <property name="toolTip"> |
|
78 <string>Select to use the configured web browser of the system</string> |
|
79 </property> |
|
80 <property name="text"> |
|
81 <string>System Web Browser</string> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 </layout> |
|
86 </item> |
|
87 <item> |
|
88 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
89 <item> |
|
90 <widget class="QRadioButton" name="customViewerButton"> |
|
91 <property name="toolTip"> |
|
92 <string>Select to use a custom viewer</string> |
|
93 </property> |
|
94 <property name="text"> |
|
95 <string>Custom</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="EricPathPicker" name="customViewerPicker" native="true"> |
|
101 <property name="enabled"> |
|
102 <bool>false</bool> |
|
103 </property> |
|
104 <property name="sizePolicy"> |
|
105 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
106 <horstretch>0</horstretch> |
|
107 <verstretch>0</verstretch> |
|
108 </sizepolicy> |
|
109 </property> |
|
110 <property name="focusPolicy"> |
|
111 <enum>Qt::StrongFocus</enum> |
|
112 </property> |
|
113 <property name="toolTip"> |
|
114 <string>Enter the custom viewer to be used</string> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 </layout> |
|
119 </item> |
|
120 </layout> |
|
121 </widget> |
|
122 </item> |
|
123 <item> |
|
124 <spacer> |
|
125 <property name="orientation"> |
|
126 <enum>Qt::Vertical</enum> |
|
127 </property> |
|
128 <property name="sizeHint" stdset="0"> |
|
129 <size> |
|
130 <width>479</width> |
|
131 <height>121</height> |
|
132 </size> |
|
133 </property> |
|
134 </spacer> |
|
135 </item> |
|
136 </layout> |
|
137 </widget> |
|
138 <customwidgets> |
|
139 <customwidget> |
|
140 <class>EricPathPicker</class> |
|
141 <extends>QWidget</extends> |
|
142 <header>EricWidgets/EricPathPicker.h</header> |
|
143 <container>1</container> |
|
144 </customwidget> |
|
145 </customwidgets> |
|
146 <tabstops> |
|
147 <tabstop>internalViewerButton</tabstop> |
|
148 <tabstop>helpBrowserButton</tabstop> |
|
149 <tabstop>qtAssistantButton</tabstop> |
|
150 <tabstop>webBrowserButton</tabstop> |
|
151 <tabstop>customViewerButton</tabstop> |
|
152 <tabstop>customViewerPicker</tabstop> |
|
153 </tabstops> |
|
154 <resources/> |
|
155 <connections> |
|
156 <connection> |
|
157 <sender>customViewerButton</sender> |
|
158 <signal>toggled(bool)</signal> |
|
159 <receiver>customViewerPicker</receiver> |
|
160 <slot>setEnabled(bool)</slot> |
|
161 <hints> |
|
162 <hint type="sourcelabel"> |
|
163 <x>496</x> |
|
164 <y>72</y> |
|
165 </hint> |
|
166 <hint type="destinationlabel"> |
|
167 <x>493</x> |
|
168 <y>90</y> |
|
169 </hint> |
|
170 </hints> |
|
171 </connection> |
|
172 </connections> |
|
173 </ui> |