|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HelpDocumentationPage</class> |
|
4 <widget class="QWidget" name="HelpDocumentationPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>526</width> |
|
10 <height>594</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure help documentation</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_4"> |
|
36 <property name="title"> |
|
37 <string>Python Documentation</string> |
|
38 </property> |
|
39 <layout class="QGridLayout"> |
|
40 <item row="0" column="1"> |
|
41 <widget class="QPushButton" name="pythonDocDirButton"> |
|
42 <property name="toolTip"> |
|
43 <string>Press to select the Python documentation directory via a dialog</string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>...</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="0" column="0"> |
|
51 <widget class="QLineEdit" name="pythonDocDirEdit"> |
|
52 <property name="toolTip"> |
|
53 <string>Enter the Python documentation directory</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="1" column="0" colspan="2"> |
|
58 <widget class="QLabel" name="textLabel1_8_2"> |
|
59 <property name="text"> |
|
60 <string><b>Note</b>: Leave empty to use the PYTHONDOCDIR environment variable, if set.</string> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 </layout> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QGroupBox" name="groupBox_6"> |
|
69 <property name="title"> |
|
70 <string>Qt4 Documentation</string> |
|
71 </property> |
|
72 <layout class="QGridLayout"> |
|
73 <item row="0" column="1"> |
|
74 <widget class="QPushButton" name="qt4DocDirButton"> |
|
75 <property name="toolTip"> |
|
76 <string>Press to select the Qt4 documentation directory via a dialog</string> |
|
77 </property> |
|
78 <property name="text"> |
|
79 <string>...</string> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item row="0" column="0"> |
|
84 <widget class="QLineEdit" name="qt4DocDirEdit"> |
|
85 <property name="toolTip"> |
|
86 <string>Enter the Qt4 documentation directory</string> |
|
87 </property> |
|
88 </widget> |
|
89 </item> |
|
90 <item row="1" column="0" colspan="2"> |
|
91 <widget class="QLabel" name="textLabel1_8_2_2_2"> |
|
92 <property name="text"> |
|
93 <string><b>Note</b>: Leave empty to use the QT4DOCDIR environment variable, if set.</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 </layout> |
|
98 </widget> |
|
99 </item> |
|
100 <item> |
|
101 <widget class="QGroupBox" name="groupBox_7"> |
|
102 <property name="title"> |
|
103 <string>PyQt4 Documentation</string> |
|
104 </property> |
|
105 <layout class="QGridLayout"> |
|
106 <item row="0" column="1"> |
|
107 <widget class="QPushButton" name="pyqt4DocDirButton"> |
|
108 <property name="toolTip"> |
|
109 <string>Press to select the PyQt4 documentation directory via a dialog</string> |
|
110 </property> |
|
111 <property name="text"> |
|
112 <string>...</string> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 <item row="0" column="0"> |
|
117 <widget class="QLineEdit" name="pyqt4DocDirEdit"> |
|
118 <property name="toolTip"> |
|
119 <string>Enter the PyQt4 documentation directory</string> |
|
120 </property> |
|
121 </widget> |
|
122 </item> |
|
123 <item row="1" column="0" colspan="2"> |
|
124 <widget class="QLabel" name="textLabel1_8_2_2_3"> |
|
125 <property name="text"> |
|
126 <string><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</string> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 </layout> |
|
131 </widget> |
|
132 </item> |
|
133 <item> |
|
134 <widget class="QGroupBox" name="pysideGroup"> |
|
135 <property name="title"> |
|
136 <string>PySide Documentation</string> |
|
137 </property> |
|
138 <layout class="QGridLayout"> |
|
139 <item row="0" column="1"> |
|
140 <widget class="QPushButton" name="pysideDocDirButton"> |
|
141 <property name="toolTip"> |
|
142 <string>Press to select the PySide documentation directory via a dialog</string> |
|
143 </property> |
|
144 <property name="text"> |
|
145 <string>...</string> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 <item row="0" column="0"> |
|
150 <widget class="QLineEdit" name="pysideDocDirEdit"> |
|
151 <property name="toolTip"> |
|
152 <string>Enter the PySide documentation directory</string> |
|
153 </property> |
|
154 </widget> |
|
155 </item> |
|
156 <item row="1" column="0" colspan="2"> |
|
157 <widget class="QLabel" name="textLabel1_8_2_2"> |
|
158 <property name="text"> |
|
159 <string><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</string> |
|
160 </property> |
|
161 </widget> |
|
162 </item> |
|
163 </layout> |
|
164 </widget> |
|
165 </item> |
|
166 <item> |
|
167 <spacer> |
|
168 <property name="orientation"> |
|
169 <enum>Qt::Vertical</enum> |
|
170 </property> |
|
171 <property name="sizeHint" stdset="0"> |
|
172 <size> |
|
173 <width>479</width> |
|
174 <height>41</height> |
|
175 </size> |
|
176 </property> |
|
177 </spacer> |
|
178 </item> |
|
179 </layout> |
|
180 </widget> |
|
181 <tabstops> |
|
182 <tabstop>pythonDocDirEdit</tabstop> |
|
183 <tabstop>pythonDocDirButton</tabstop> |
|
184 <tabstop>qt4DocDirEdit</tabstop> |
|
185 <tabstop>qt4DocDirButton</tabstop> |
|
186 <tabstop>pyqt4DocDirEdit</tabstop> |
|
187 <tabstop>pyqt4DocDirButton</tabstop> |
|
188 <tabstop>pysideDocDirEdit</tabstop> |
|
189 <tabstop>pysideDocDirButton</tabstop> |
|
190 </tabstops> |
|
191 <resources/> |
|
192 <connections/> |
|
193 </ui> |