Preferences/ConfigurationPages/HelpViewersPage.ui

changeset 0
de9c2efb9d02
child 1195
572730077b35
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
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">
40 <item row="1" column="0" colspan="4">
41 <layout class="QHBoxLayout">
42 <item>
43 <widget class="QLineEdit" name="customViewerEdit">
44 <property name="enabled">
45 <bool>false</bool>
46 </property>
47 <property name="toolTip">
48 <string>Enter the custom viewer to be used</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QPushButton" name="customViewerSelectionButton">
54 <property name="enabled">
55 <bool>false</bool>
56 </property>
57 <property name="toolTip">
58 <string>Press to select the custom viewer via a file selection dialog</string>
59 </property>
60 <property name="text">
61 <string>...</string>
62 </property>
63 </widget>
64 </item>
65 </layout>
66 </item>
67 <item row="0" column="3">
68 <widget class="QRadioButton" name="customViewerButton">
69 <property name="toolTip">
70 <string>Select to use a custom viewer</string>
71 </property>
72 <property name="text">
73 <string>Custom</string>
74 </property>
75 </widget>
76 </item>
77 <item row="0" column="1">
78 <widget class="QRadioButton" name="qtAssistantButton">
79 <property name="toolTip">
80 <string>Select to use Qt Assistant</string>
81 </property>
82 <property name="text">
83 <string>Qt Assistant</string>
84 </property>
85 </widget>
86 </item>
87 <item row="0" column="0">
88 <widget class="QRadioButton" name="helpBrowserButton">
89 <property name="toolTip">
90 <string>Select to use the Eric Web Browser</string>
91 </property>
92 <property name="text">
93 <string>Eric Web Browser</string>
94 </property>
95 <property name="checked">
96 <bool>true</bool>
97 </property>
98 </widget>
99 </item>
100 <item row="0" column="2">
101 <widget class="QRadioButton" name="webBrowserButton">
102 <property name="toolTip">
103 <string>Select to use the configured web browser</string>
104 </property>
105 <property name="text">
106 <string>Web Browser</string>
107 </property>
108 </widget>
109 </item>
110 </layout>
111 </widget>
112 </item>
113 <item>
114 <spacer>
115 <property name="orientation">
116 <enum>Qt::Vertical</enum>
117 </property>
118 <property name="sizeHint" stdset="0">
119 <size>
120 <width>479</width>
121 <height>121</height>
122 </size>
123 </property>
124 </spacer>
125 </item>
126 </layout>
127 </widget>
128 <tabstops>
129 <tabstop>helpBrowserButton</tabstop>
130 <tabstop>qtAssistantButton</tabstop>
131 <tabstop>webBrowserButton</tabstop>
132 <tabstop>customViewerButton</tabstop>
133 <tabstop>customViewerEdit</tabstop>
134 <tabstop>customViewerSelectionButton</tabstop>
135 </tabstops>
136 <resources/>
137 <connections>
138 <connection>
139 <sender>customViewerButton</sender>
140 <signal>toggled(bool)</signal>
141 <receiver>customViewerEdit</receiver>
142 <slot>setEnabled(bool)</slot>
143 <hints>
144 <hint type="sourcelabel">
145 <x>592</x>
146 <y>94</y>
147 </hint>
148 <hint type="destinationlabel">
149 <x>231</x>
150 <y>109</y>
151 </hint>
152 </hints>
153 </connection>
154 <connection>
155 <sender>customViewerButton</sender>
156 <signal>toggled(bool)</signal>
157 <receiver>customViewerSelectionButton</receiver>
158 <slot>setEnabled(bool)</slot>
159 <hints>
160 <hint type="sourcelabel">
161 <x>592</x>
162 <y>94</y>
163 </hint>
164 <hint type="destinationlabel">
165 <x>591</x>
166 <y>127</y>
167 </hint>
168 </hints>
169 </connection>
170 </connections>
171 </ui>

eric ide

mercurial