~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to help/core.qhp

  • Committer: Viktor Bursian
  • Date: 2020-08-09 18:44:46 UTC
  • mto: (10.1.6 intervers)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: vik@pryanik-20200809184446-rblc1ys65pjm4r38
Help system more refactored and futher extended.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        <filterAttribute>1.5</filterAttribute>
15
15
        -->
16
16
        <toc>
17
 
            <section title="Researh Assistant" ref="core/index.html">
 
17
            <section title="Researh Assistant" ref="index.html">
18
18
                <section title="Введение" ref="core/Intro.html">
19
19
                    <section title="Что такое RA?" ref="core/Intro.html#whatisit"/>
20
20
                    <section title="Авторы, благодарности, лицензии и гарантии" ref="core/Intro.html#copylefts"/>
29
29
                        <section title="Естественные связи" ref="core/RANetBasics.html#relations"/>
30
30
                    </section>
31
31
                    <section title="Объекты и атрибуты" ref="core/RANetBasics.html#OnA">
32
 
                        <section title="Основные виды элементарных данных" ref="core/RANetBasics.html#types"/>
33
 
                        <section title="Имена атрибутов" ref="core/RANetBasics.html#names"/>
34
 
                    </section>
35
 
                    <section title="Операции" ref="core/RANetBasics.html#ops">
 
32
                        <section title="Основные (элементарные) типы объектов" ref="core/RANetBasics.html#basic_types"/>
 
33
                        <section title="Имена атрибутов" ref="core/RANetBasics.html#attr_names"/>
 
34
                        <section title="Создание объектов и атрибутов" ref="core/RANetBasics.html#OnA_creation"/>
 
35
                        <section title="Более сложные типы объектов" ref="core/RANetBasics.html#other_types"/>
 
36
                        <section title="Удаление объектов и атрибутов" ref="core/RANetBasics.html#OnA_deletion"/>
36
37
                    </section>
37
38
                </section>
38
39
                <section title="Установка программы и создание сети RANet" ref="core/Installation.html">
57
58
                </section>
58
59
                <section title="Приборы (Instruments)" ref="core/Instruments.html">
59
60
                </section>
60
 
                <section title="Перетаскивание объектов (Drag&amp;Drop)" ref="core/Dragging.html">
61
 
                </section>
62
 
                <section title="Уровни доступа" ref="core/AccessLevels.html">
63
 
                </section>
64
 
                <section title="Настройки" ref="core/Settings.html">
65
 
                </section>
66
61
                <section title="Выражения" ref="core/Expressions.html">
67
62
                    <section title="Неформальное описание и примеры" ref="core/Expressions.html#briefly"></section>
68
63
                    <section title="Синтаксис" ref="core/Expressions.html#syntax"></section>
76
71
                    <section title="Командные скрипты" ref="core/RAdmin.html#script"></section>
77
72
                    <section title="Функции программы RAdmin" ref="core/RAdmin.html#functions"></section>
78
73
                </section>
79
 
                <section title="Поддержка" ref="core/Support.html">
80
 
                </section>                            
81
74
            </section>
82
75
        </toc>
83
76
        <keywords>
84
 
            <keyword id="index" ref="core/index.html"/>
 
77
            <keyword id="index" ref="index.html"/>
85
78
            <keyword id="sAboutRA" ref="core/Intro.html#whatisit"/>
86
79
            <keyword id="sAttrDlg" ref="core/RANetBasics.html#names"/>
87
80
            <keyword id="sEditExpressionDialog" ref="core/Expressions.html#top"/>
103
96
                     name="job script"      ref="core/RAdmin.html#script"/>
104
97
            <keyword name="license" ref="core/Intro.html#copylefts"/>
105
98
            <keyword name="лицензия" ref="core/Intro.html#copylefts"/>
 
99
            <keyword name="оглавление" ref="index.html"/>
 
100
            <keyword name="драйвер" ref="core/Instruments.html#drivers"/>
 
101
            <keyword name="драйвер" ref="index.html#driver_list"/>
106
102
            <keyword name="главное окно" ref="core/MainWindow.html"/>
107
103
            <keyword name="измерение положений на графике" ref="core/Plot.html#cursor"/>
108
104
            <keyword name="измерение расстояний на графике" ref="core/Plot.html#cursor"/>
109
 
            <keyword name="Как убрать кривую с графика?" ref="core/Plot.html#removecurve"/>
110
 
            <keyword name="Где мои данные?" ref="core/RANetHandling.html"/>
 
105
            <keyword name="ЧаВо: Как убрать кривую с графика?" ref="core/Plot.html#removecurve"/>
 
106
            <!-- to do -->
 
107
            <keyword name="ЧаВо: Как удалить ненужное устройство?" ref="core/Instruments.html#remove_device"/>  
 
108
            <keyword name="ЧаВо: Как убрать дурацкий прибор из меню Прибор?" ref="core/Instruments.html#remove_device"/>  
 
109
            <keyword name="ЧаВо: Где мои данные?" ref="core/RANetHandling.html"/>
111
110
        </keywords>
112
111
        <files>
113
 
            <file>core/*</file>
 
112
            <file>RA.css</file>
 
113
            <file>index.html</file>
 
114
            <file>core/*</file> <!-- doesn't unclude subfolders! -->
114
115
            <file>core/images/*</file>
115
116
            <file>core/RANetURI_syntax/*</file>
116
117
            <file>core/RANetURI_syntax/diagram/*</file>
117
 
            <!-- file>index.html</file>
118
 
            <file>GNU_GPL_3_0.html</file>
119
 
            <file>GNU_FDL_1_3.html</file>
120
 
            <file>Intro.html</file>
121
 
            <file>images/GodRA.png</file>
122
 
            <file>images/RA_icon.png</file>
123
 
            <file>RANetBasics.html</file>
124
 
            <file>images/record.png</file>
125
 
            <file>images/navigator1.png</file>
126
 
            <file>images/W60.png</file>
127
 
            <file>images/W60+.png</file>
128
 
            <file>images/ontology.png</file>
129
 
            <file>Installation.html</file>
130
 
            <file>RANetURI_syntax/index.html</file>
131
 
            <file>RANetURI_syntax/diagram/*.png</file>
132
 
            <file>MainWindow.html</file>
133
 
            <file>Workbook.html</file>
134
 
            <file>Plot.html</file>
135
 
            <file>images/PlotWnd.png</file>
136
 
            <file>images/DragCurve.png</file>
137
 
            <file>Instruments.html</file>
138
 
            <file>Dragging.html</file>
139
 
            <file>AccessLevels.html</file>
140
 
            <file>RANetHandling.html</file>
141
 
            <file>Settings.html</file>
142
 
            <file>Expressions.html</file>
143
 
            <file>RAdmin.html</file>            
144
 
            <file>Support.html</file -->
145
118
        </files>
146
119
    </filterSection>
147
120
</QtHelpProject>