1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | UserManul.qhcp:
|
---|
4 | UserManual qt help configuration file. XML to configure qt help project.
|
---|
5 | -->
|
---|
6 | <!--
|
---|
7 | Copyright (C) 2018-2020 Oracle Corporation
|
---|
8 |
|
---|
9 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | available from http://www.virtualbox.org. This file is free software;
|
---|
11 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | General Public License (GPL) as published by the Free Software
|
---|
13 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | -->
|
---|
17 | <QHelpCollectionProject version="1.0">
|
---|
18 | <assistant>
|
---|
19 | <title>Virtual Box</title>
|
---|
20 | <!-- <applicationIcon>images/handbook.png</applicationIcon> -->
|
---|
21 | <cacheDirectory>QtProject/vbox</cacheDirectory>
|
---|
22 | <startPage>qthelp://org.virtualbox/manual/UserManual.xhtml</startPage>
|
---|
23 | <aboutMenuText>
|
---|
24 | <text>VirtualBox</text>
|
---|
25 | </aboutMenuText>
|
---|
26 | <!-- <aboutDialog> -->
|
---|
27 | <!-- <file>about.txt</file> -->
|
---|
28 | <!-- <icon>images/icon.png</icon> -->
|
---|
29 | <!-- </aboutDialog> -->
|
---|
30 | <enableDocumentationManager>false</enableDocumentationManager>
|
---|
31 | <enableAddressBar>true</enableAddressBar>
|
---|
32 | <enableFilterFunctionality>false</enableFilterFunctionality>
|
---|
33 | </assistant>
|
---|
34 | <docFiles>
|
---|
35 | <generate>
|
---|
36 | <file>
|
---|
37 | <input>UserManual.qhp</input>
|
---|
38 | <output>UserManual.qch</output>
|
---|
39 | </file>
|
---|
40 | </generate>
|
---|
41 | <register>
|
---|
42 | <file>UserManual.qch</file>
|
---|
43 | </register>
|
---|
44 | </docFiles>
|
---|
45 | </QHelpCollectionProject>
|
---|