FreeCAD

Форк
0
/
dlgPreferencesHelp.ui 
312 строк · 10.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Form</class>
4
 <widget class="QWidget" name="Form">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>504</width>
10
    <height>549</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Help</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="title">
20
      <string>Source</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout">
23
      <item row="2" column="0">
24
       <widget class="Gui::PrefRadioButton" name="radioButton_2">
25
        <property name="enabled">
26
         <bool>false</bool>
27
        </property>
28
        <property name="toolTip">
29
         <string>This will fetch the documentation from pages rendered on GitHub.
30
This is currently not available...</string>
31
        </property>
32
        <property name="text">
33
         <string>GitHub (online)</string>
34
        </property>
35
        <property name="prefEntry" stdset="0">
36
         <cstring>optionGithub</cstring>
37
        </property>
38
        <property name="prefPath" stdset="0">
39
         <cstring>Mod/Help</cstring>
40
        </property>
41
       </widget>
42
      </item>
43
      <item row="6" column="0">
44
       <widget class="Gui::PrefRadioButton" name="radioOffline">
45
        <property name="toolTip">
46
         <string>Set this to a custom URL or the folder where the help files are located.
47
You can easily download the documentation for offline use by using the Addon
48
Manager and installing the &quot;offline-documentation&quot; addon. If this
49
field is left blank, FreeCAD will automatically search for the help files at
50
the default location ($USERAPPDATADIR/Mod/offline-documentation).</string>
51
        </property>
52
        <property name="text">
53
         <string>Custom location</string>
54
        </property>
55
        <property name="prefEntry" stdset="0">
56
         <cstring>optionCustom</cstring>
57
        </property>
58
        <property name="prefPath" stdset="0">
59
         <cstring>Mod/Help</cstring>
60
        </property>
61
       </widget>
62
      </item>
63
      <item row="7" column="1">
64
       <widget class="Gui::PrefLineEdit" name="lineEdit_2">
65
        <property name="maximumSize">
66
         <size>
67
          <width>100</width>
68
          <height>16777215</height>
69
         </size>
70
        </property>
71
        <property name="toolTip">
72
         <string>A translation suffix to use, for example &quot;fr&quot;
73
to get French translation of the documentation.</string>
74
        </property>
75
        <property name="prefEntry" stdset="0">
76
         <cstring>Suffix</cstring>
77
        </property>
78
        <property name="prefPath" stdset="0">
79
         <cstring>Mod/Help</cstring>
80
        </property>
81
       </widget>
82
      </item>
83
      <item row="6" column="1">
84
       <widget class="Gui::PrefFileChooser" name="fileChooser">
85
        <property name="toolTip">
86
         <string>Set this to a custom URL or the folder where the help files are located.
87
You can easily download the documentation for offline use by using the Addon
88
Manager and installing the &quot;offline-documentation&quot; addon. If this
89
field is left blank, FreeCAD will automatically search for the help files at
90
the default location ($USERAPPDATADIR/Mod/offline-documentation).</string>
91
        </property>
92
        <property name="mode">
93
         <enum>Gui::FileChooser::Directory</enum>
94
        </property>
95
        <property name="fileName">
96
         <string/>
97
        </property>
98
        <property name="prefEntry" stdset="0">
99
         <cstring>Location</cstring>
100
        </property>
101
        <property name="prefPath" stdset="0">
102
         <cstring>Mod/Help</cstring>
103
        </property>
104
       </widget>
105
      </item>
106
      <item row="7" column="0">
107
       <widget class="QLabel" name="label_2">
108
        <property name="layoutDirection">
109
         <enum>Qt::LeftToRight</enum>
110
        </property>
111
        <property name="text">
112
         <string>    Translation suffix:</string>
113
        </property>
114
       </widget>
115
      </item>
116
      <item row="0" column="0">
117
       <widget class="Gui::PrefRadioButton" name="radioButton">
118
        <property name="toolTip">
119
         <string>The documentation pages will be fetched from the official
120
FreeCADwiki at https://wiki.freecad.org</string>
121
        </property>
122
        <property name="text">
123
         <string>FreeCAD Wiki (online)</string>
124
        </property>
125
        <property name="checked">
126
         <bool>true</bool>
127
        </property>
128
        <property name="prefEntry" stdset="0">
129
         <cstring>optionWiki</cstring>
130
        </property>
131
        <property name="prefPath" stdset="0">
132
         <cstring>Mod/Help</cstring>
133
        </property>
134
       </widget>
135
      </item>
136
      <item row="1" column="0">
137
       <widget class="Gui::PrefRadioButton" name="radioOnline">
138
        <property name="toolTip">
139
         <string>The documentation pages will be fetched from an automatic Markdown conversion
140
of the FreeCAD wiki,hosted on FreeCAD's GitHub account. This can be styled with a
141
custom stylesheet below and can look nicer than the wiki option. The 'Markdown' or
142
'Pandoc' Python module should be installed for optimal results.</string>
143
        </property>
144
        <property name="text">
145
         <string>Markdown version (online)</string>
146
        </property>
147
        <property name="checked">
148
         <bool>false</bool>
149
        </property>
150
        <property name="prefEntry" stdset="0">
151
         <cstring>optionMarkdown</cstring>
152
        </property>
153
        <property name="prefPath" stdset="0">
154
         <cstring>Mod/Help</cstring>
155
        </property>
156
       </widget>
157
      </item>
158
     </layout>
159
    </widget>
160
   </item>
161
   <item>
162
    <widget class="QGroupBox" name="groupBox_2">
163
     <property name="title">
164
      <string>Display</string>
165
     </property>
166
     <layout class="QVBoxLayout" name="verticalLayout_3">
167
      <item>
168
       <widget class="QLabel" name="label_3">
169
        <property name="text">
170
         <string>Note: if PySide Web components are not found on your system, help pages will open in your default web browser regardless of the options below</string>
171
        </property>
172
        <property name="wordWrap">
173
         <bool>true</bool>
174
        </property>
175
       </widget>
176
      </item>
177
      <item>
178
       <widget class="Gui::PrefRadioButton" name="radioBrowser">
179
        <property name="toolTip">
180
         <string>The documentation will open in your default web browser.</string>
181
        </property>
182
        <property name="text">
183
         <string>In your default web browser</string>
184
        </property>
185
        <property name="checked">
186
         <bool>true</bool>
187
        </property>
188
        <property name="prefEntry" stdset="0">
189
         <cstring>optionBrowser</cstring>
190
        </property>
191
        <property name="prefPath" stdset="0">
192
         <cstring>Mod/Help</cstring>
193
        </property>
194
       </widget>
195
      </item>
196
      <item>
197
       <widget class="Gui::PrefRadioButton" name="radioTab">
198
        <property name="toolTip">
199
         <string>The documentation will open in a new tab inside the FreeCAD interface. This requires the PySide QtWebengineWidgets component</string>
200
        </property>
201
        <property name="text">
202
         <string>In a FreeCAD tab</string>
203
        </property>
204
        <property name="checked">
205
         <bool>false</bool>
206
        </property>
207
        <property name="prefEntry" stdset="0">
208
         <cstring>optionTab</cstring>
209
        </property>
210
        <property name="prefPath" stdset="0">
211
         <cstring>Mod/Help</cstring>
212
        </property>
213
       </widget>
214
      </item>
215
      <item>
216
       <widget class="Gui::PrefRadioButton" name="radioDialog">
217
        <property name="enabled">
218
         <bool>true</bool>
219
        </property>
220
        <property name="toolTip">
221
         <string>The documentation will open in a dockable dialog inside the FreeCAD window,
222
which allows you to keep it open while working in the 3D view. This requires the PySide QtWebengineWidgets component</string>
223
        </property>
224
        <property name="text">
225
         <string>In a separate, embeddable dialog</string>
226
        </property>
227
        <property name="prefEntry" stdset="0">
228
         <cstring>optionDialog</cstring>
229
        </property>
230
        <property name="prefPath" stdset="0">
231
         <cstring>Mod/Help</cstring>
232
        </property>
233
       </widget>
234
      </item>
235
     </layout>
236
    </widget>
237
   </item>
238
   <item>
239
    <widget class="QGroupBox" name="groupBox_3">
240
     <property name="title">
241
      <string>Options</string>
242
     </property>
243
     <layout class="QVBoxLayout" name="verticalLayout_4">
244
      <item>
245
       <layout class="QHBoxLayout" name="horizontalLayout">
246
        <item>
247
         <widget class="QLabel" name="label">
248
          <property name="text">
249
           <string>      Custom stylesheet:</string>
250
          </property>
251
         </widget>
252
        </item>
253
        <item>
254
         <widget class="Gui::PrefFileChooser" name="styleSheet">
255
          <property name="toolTip">
256
           <string>You can here indicate the path to an alternative CSS file to be used
257
to style the Markdown pages. This will only work if you have selected the
258
Markdown version above.</string>
259
          </property>
260
          <property name="prefEntry" stdset="0">
261
           <cstring>StyleSheet</cstring>
262
          </property>
263
          <property name="prefPath" stdset="0">
264
           <cstring>Mod/Help</cstring>
265
          </property>
266
         </widget>
267
        </item>
268
       </layout>
269
      </item>
270
     </layout>
271
    </widget>
272
   </item>
273
   <item>
274
    <spacer name="verticalSpacer">
275
     <property name="orientation">
276
      <enum>Qt::Vertical</enum>
277
     </property>
278
     <property name="sizeHint" stdset="0">
279
      <size>
280
       <width>20</width>
281
       <height>40</height>
282
      </size>
283
     </property>
284
    </spacer>
285
   </item>
286
  </layout>
287
 </widget>
288
 <customwidgets>
289
  <customwidget>
290
   <class>Gui::FileChooser</class>
291
   <extends>QWidget</extends>
292
   <header>Gui/FileDialog.h</header>
293
  </customwidget>
294
  <customwidget>
295
   <class>Gui::PrefFileChooser</class>
296
   <extends>Gui::FileChooser</extends>
297
   <header>Gui/PrefWidgets.h</header>
298
  </customwidget>
299
  <customwidget>
300
   <class>Gui::PrefRadioButton</class>
301
   <extends>QRadioButton</extends>
302
   <header>Gui/PrefWidgets.h</header>
303
  </customwidget>
304
  <customwidget>
305
   <class>Gui::PrefLineEdit</class>
306
   <extends>QLineEdit</extends>
307
   <header>Gui/PrefWidgets.h</header>
308
  </customwidget>
309
 </customwidgets>
310
 <resources/>
311
 <connections/>
312
</ui>
313

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.