~ubuntu-branches/ubuntu/precise/kalzium/precise

« back to all changes in this revision

Viewing changes to src/kalzium.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-03 12:28:58 UTC
  • Revision ID: james.westby@ubuntu.com-20110703122858-q1yyxncs89e4w0hs
Tags: upstream-4.6.90+repack
Import upstream version 4.6.90+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
        xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
        http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
        <kcfgfile name="kalziumrc"/>
 
7
        <group name="Periodic Table">
 
8
                <entry name="schemaPSE" type="Int">
 
9
                        <label>Selects the PSE</label>
 
10
                        <whatsthis>Select the PSE you want</whatsthis>
 
11
                        <default>0</default>
 
12
                </entry>
 
13
                <entry name="colorschemebox" type="Int">
 
14
                        <label>Selects the default color scheme</label>
 
15
                        <whatsthis>Select the color scheme you prefer by clicking on the corresponding radio button</whatsthis>
 
16
                        <default>1</default>
 
17
                </entry>
 
18
                <entry name="gradient" type="Int">
 
19
                        <label>Selects the default gradient</label>
 
20
                        <whatsthis>Select the gradient you want by clicking on the menu entry</whatsthis>
 
21
                        <default>1</default>
 
22
                </entry>
 
23
                <entry name="numeration" type="Int">
 
24
                        <label>Selects the default numeration (IUPAC)</label>
 
25
                        <whatsthis>Select the numeration you want</whatsthis>
 
26
                        <default>1</default>
 
27
                </entry>
 
28
                <entry name="showlegend" type="Bool">
 
29
                        <label>Show or hide the legend</label>
 
30
                        <whatsthis>Show or hide the legend</whatsthis>
 
31
                        <default>true</default>
 
32
                </entry>
 
33
                <entry name="pselook" type="Int">
 
34
                        <label>Whether the atomic mass will be displayed in the PSE-Table</label>
 
35
                        <whatsthis>Display the atomic mass in the PSE</whatsthis>
 
36
                        <default>0</default>
 
37
                </entry>
 
38
                <entry name="table" type="Int">
 
39
                        <label>Selects the table view (default is classical)</label>
 
40
                        <whatsthis>Display the table view</whatsthis>
 
41
                        <default>0</default>
 
42
                </entry>
 
43
        </group>
 
44
        <group name="Logarithmic Gradients">
 
45
                <entry name="LogarithmicCovalentRadiusGradient" type="Bool">
 
46
                        <label>Whether to use a logarithmic gradient for the Kalzium Covalent Radius Gradient feature</label>
 
47
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Covalent Radius Gradient feature</whatsthis>
 
48
                        <default>false</default>
 
49
                </entry>
 
50
                <entry name="LogarithmicVanDerWaalsRadiusGradient" type="Bool">
 
51
                        <label>Whether to use a logarithmic gradient for the Kalzium van der Waals Radius Gradient feature</label>
 
52
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium van der Waals Radius Gradient feature</whatsthis>
 
53
                        <default>false</default>
 
54
                </entry>
 
55
                <entry name="LogarithmicMassGradient" type="Bool">
 
56
                        <label>Whether to use a logarithmic gradient for the Kalzium Mass Gradient feature</label>
 
57
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Mass Gradient feature</whatsthis>
 
58
                        <default>true</default>
 
59
                </entry>
 
60
                <entry name="LogarithmicBoilingPointGradient" type="Bool">
 
61
                        <label>Whether to use a logarithmic gradient for the Kalzium Boiling Point Gradient feature</label>
 
62
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Boiling Point Gradient feature</whatsthis>
 
63
                        <default>true</default>
 
64
                </entry>
 
65
                <entry name="LogarithmicMeltingPointGradient" type="Bool">
 
66
                        <label>Whether to use a logarithmic gradient for the Kalzium Melting Point Gradient feature</label>
 
67
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Melting Point Gradient feature</whatsthis>
 
68
                        <default>true</default>
 
69
                </entry>
 
70
                <entry name="LogarithmicElectronegativityGradient" type="Bool">
 
71
                        <label>Whether to use a logarithmic gradient for the Kalzium Electronegativity Gradient feature</label>
 
72
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Electronegativity Gradient feature</whatsthis>
 
73
                        <default>false</default>
 
74
                </entry>
 
75
                <entry name="LogarithmicDiscoverydateGradient" type="Bool">
 
76
                        <label>whether to use a logarithmic gradient for the Kalzium Discovery Date Gradient feature</label>
 
77
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Discovery Date Gradient feature</whatsthis>
 
78
                        <default>false</default>
 
79
                </entry>
 
80
                <entry name="LogarithmicElectronaffinityGradient" type="Bool">
 
81
                        <label>Whether to use a logarithmic gradient for the Kalzium Electron Affinity Gradient feature</label>
 
82
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Electron Affinity Gradient feature</whatsthis>
 
83
                        <default>true</default>
 
84
                </entry>
 
85
                <entry name="LogarithmicIonizationGradient" type="Bool">
 
86
                        <label>Whether to use a logarithmic gradient for the Kalzium Ionization Gradient feature</label>
 
87
                        <whatsthis>Specifies whether to use a logarithmic instead of a linear gradient for the Kalzium Ionization Gradient feature</whatsthis>
 
88
                        <default>true</default>
 
89
                </entry>
 
90
        </group>
 
91
        <group name="Colors">
 
92
                <entry name="colorgradientbox" type="Int">
 
93
                        <label>Selects the default gradient color</label>
 
94
                        <whatsthis>Selects the default gradient color</whatsthis>
 
95
                        <default>0</default>
 
96
                </entry>
 
97
                <entry name="noscheme" type="Color">
 
98
                        <label>Selects the color if no scheme is selected</label>
 
99
                        <whatsthis>Selects the color of the elements if no scheme is selected</whatsthis>
 
100
                        <default>#2C72C7</default>
 
101
                </entry>
 
102
                <entry name="color_liquid" type="Color">
 
103
                        <label>Selects the color of liquid elements</label>
 
104
                        <whatsthis>Selects the color of liquid elements</whatsthis>
 
105
                        <default>#2C72C8</default>
 
106
                </entry>
 
107
                <entry name="color_solid" type="Color">
 
108
                        <label>Selects the color of solid elements</label>
 
109
                        <whatsthis>Selects the color of solid elements</whatsthis>
 
110
                        <default>#E85753</default>
 
111
                </entry>
 
112
                <entry name="color_vapor" type="Color">
 
113
                        <label>Selects the color of vaporous elements</label>
 
114
                        <whatsthis>Selects the color of vaporous elements</whatsthis>
 
115
                        <default>#77B754</default>
 
116
                </entry>
 
117
                <entry name="color_radioactive" type="Color">
 
118
                        <label>Selects the color of radioactive elements</label>
 
119
                        <whatsthis>Selects the color of radioactive elements</whatsthis>
 
120
                        <default>#FFFFFF</default>
 
121
                </entry>
 
122
                <entry name="color_artificial" type="Color">
 
123
                        <label>Selects the color of artificial elements</label>
 
124
                        <whatsthis>Selects the color of artificial elements</whatsthis>
 
125
                        <default>#FFA94E</default>
 
126
                </entry>
 
127
                <entry name="block_s" type="Color">
 
128
                        <label>Selects the color of the elements in block s</label>
 
129
                        <whatsthis>Selects the color of the elements in block s</whatsthis>
 
130
                        <default>#B14F9A</default>
 
131
                </entry>
 
132
                <entry name="block_p" type="Color">
 
133
                        <label>Selects the color of the elements in block p</label>
 
134
                        <whatsthis>Selects the color of the elements in block p</whatsthis>
 
135
                        <default>#77B753</default>
 
136
                </entry>
 
137
                <entry name="block_d" type="Color">
 
138
                        <label>Selects the color of the elements in block d</label>
 
139
                        <whatsthis>Selects the color of the elements in block d</whatsthis>
 
140
                        <default>#FFEB55</default>
 
141
                </entry>
 
142
                <entry name="block_f" type="Color">
 
143
                        <label>Selects the color of the elements in block f</label>
 
144
                        <whatsthis>Selects the color of the elements in block f</whatsthis>
 
145
                        <default>#E85752</default>
 
146
                </entry>
 
147
                <entry name="group_1" type="Color">
 
148
                        <label>Selects the color of the elements in group 1</label>
 
149
                        <whatsthis>Selects the color of the elements in group 1</whatsthis>
 
150
                        <default>#B14F9A</default>
 
151
                </entry>
 
152
                <entry name="group_2" type="Color">
 
153
                        <label>Selects the color of the elements in group 2</label>
 
154
                        <whatsthis>Selects the color of the elements in group 2</whatsthis>
 
155
                        <default>#2C72C7</default>
 
156
                </entry>
 
157
                <entry name="group_3" type="Color">
 
158
                        <label>Selects the color of the elements in group 3</label>
 
159
                        <whatsthis>Selects the color of the elements in group 3</whatsthis>
 
160
                        <default>#00B377</default>
 
161
                </entry>
 
162
                <entry name="group_4" type="Color">
 
163
                        <label>Selects the color of the elements in group 4</label>
 
164
                        <whatsthis>Selects the color of the elements in group 4</whatsthis>
 
165
                        <default>#E85752</default>
 
166
                </entry>
 
167
                <entry name="group_5" type="Color">
 
168
                        <label>Selects the color of the elements in group 5</label>
 
169
                        <whatsthis>Selects the color of the elements in group 5</whatsthis>
 
170
                        <default>#FFEB55</default>
 
171
                </entry>
 
172
                <entry name="group_6" type="Color">
 
173
                        <label>Selects the color of the elements in group 6</label>
 
174
                        <whatsthis>Selects the color of the elements in group 6</whatsthis>
 
175
                        <default>#644A9B</default>
 
176
                </entry>
 
177
                <entry name="group_7" type="Color">
 
178
                        <label>Selects the color of the elements in group 7</label>
 
179
                        <whatsthis>Selects the color of the elements in group 7</whatsthis>
 
180
                        <default>#E85290</default>
 
181
                </entry>
 
182
                <entry name="group_8" type="Color">
 
183
                        <label>Selects the color of the elements in group 8</label>
 
184
                        <whatsthis>Selects the color of the elements in group 8</whatsthis>
 
185
                        <default>#00A7B3</default>
 
186
                </entry>
 
187
                <entry name="alkalie" type="Color">
 
188
                        <label>Selects the color of the alkali metals</label>
 
189
                        <whatsthis>Selects the color of the alkali metals</whatsthis>
 
190
                        <default>#FFEB55</default>
 
191
                </entry>
 
192
                <entry name="rare" type="Color">
 
193
                        <label>Selects the color of the rare-earth elements</label>
 
194
                        <whatsthis>Selects the color of the rare-earth elements</whatsthis>
 
195
                        <default>#644A9B</default>
 
196
                </entry>
 
197
                <entry name="nonmetal" type="Color">
 
198
                        <label>Selects the color of the non-metal elements</label>
 
199
                        <whatsthis>Selects the color of the non-metal elements</whatsthis>
 
200
                        <default>#F29B68</default>
 
201
                </entry>
 
202
                <entry name="alkaline" type="Color">
 
203
                        <label>Selects the color of the alkaline earth metals</label>
 
204
                        <whatsthis>Selects the color of the alkaline earth metals</whatsthis>
 
205
                        <default>#00A7B3</default>
 
206
                </entry>
 
207
                <entry name="other_metal" type="Color">
 
208
                        <label>Selects the color of the metals which do not fit into the other categories</label>
 
209
                        <whatsthis>Selects the color of the metals which do not fit into the other categories</whatsthis>
 
210
                        <default>#8F6B32</default>
 
211
                </entry>
 
212
                <entry name="halogene" type="Color">
 
213
                        <label>Selects the color of the halogen elements</label>
 
214
                        <whatsthis>Selects the color of the halogen elements</whatsthis>
 
215
                        <default>#77B753</default>
 
216
                </entry>
 
217
                <entry name="transition" type="Color">
 
218
                        <label>Selects the color of the transition elements</label>
 
219
                        <whatsthis>Selects the color of the transition elements</whatsthis>
 
220
                        <default>#00B377</default>
 
221
                </entry>
 
222
                <entry name="noble_gas" type="Color">
 
223
                        <label>Selects the color of the noble gases</label>
 
224
                        <whatsthis>Selects the color of the noble gases</whatsthis>
 
225
                        <default>#E85290</default>
 
226
                </entry>
 
227
                <entry name="metalloid" type="Color">
 
228
                        <label>Selects the color of the metalloid elements</label>
 
229
                        <whatsthis>Selects the color of the metalloid elements</whatsthis>
 
230
                        <default>#E8D888</default>
 
231
                </entry>
 
232
                <entry name="MaxColor" type="Color">
 
233
                        <label>Selects the color of the maximal value from the gradient</label>
 
234
                        <whatsthis>Selects the color of the maximal value from the gradient</whatsthis>
 
235
                        <default>#FF0000</default>
 
236
                </entry>
 
237
                <entry name="MinColor" type="Color">
 
238
                        <label>Selects the color of the minimal value from the gradient</label>
 
239
                        <whatsthis>Selects the color of the minimal value from the gradient</whatsthis>
 
240
                        <default>#FFFFFF</default>
 
241
                </entry>
 
242
        </group>
 
243
        <group name="Units">
 
244
                <entry name="energiesUnit" type="Int">
 
245
                        <label>This value defines whether eV or kJ/mol should be used within Kalzium</label>
 
246
                        <whatsthis>Use eV or kJ/mol</whatsthis>
 
247
                        <default>7022</default>
 
248
                </entry>
 
249
                <entry name="temperatureUnit" type="Int">
 
250
                        <label>This value defines which temperature scale should be used within Kalzium</label>
 
251
                        <whatsthis>Select the scale for the temperature</whatsthis>
 
252
                        <default>6000</default>
 
253
                </entry>
 
254
                <entry name="lengthUnit" type="Int">
 
255
                        <label>This value defines which length scale should be used within Kalzium</label>
 
256
                        <whatsthis>Select the scale for the length</whatsthis>
 
257
                        <default>2016</default>
 
258
                </entry>
 
259
                <entry name="combobox_energies" type="Int">
 
260
                        <label>This value defines whether eV or kJ/mol should be used within Kalzium</label>
 
261
                        <whatsthis>Use eV or kJ/mol</whatsthis>
 
262
                        <default>0</default>
 
263
                </entry>
 
264
                <entry name="combobox_temperature" type="Int">
 
265
                        <label>This value defines which temperature scale should be used within Kalzium</label>
 
266
                        <whatsthis>Select the scale for the temperature</whatsthis>
 
267
                        <default>0</default>
 
268
                </entry>
 
269
                <entry name="combobox_length" type="Int">
 
270
                        <label>This value defines which length scale should be used within Kalzium</label>
 
271
                        <whatsthis>Select the scale for the length</whatsthis>
 
272
                        <default>0</default>
 
273
                </entry>
 
274
                <entry name="schemaSelected" type="Bool">
 
275
                        <label>True if schema was last selected</label>
 
276
                        <whatsthis>True if schema was last selected</whatsthis>
 
277
                        <default>true</default>
 
278
                </entry>
 
279
        </group>
 
280
        <group name="Spectrum">
 
281
                <entry name="spectrumWavelengthUnit" type="Int">
 
282
                        <label>This value defines which unit is used for the wavelength</label>
 
283
                        <whatsthis>Unit of the Wavelength</whatsthis>
 
284
                        <default>2015</default>
 
285
                </entry>
 
286
                <entry name="spectrumType" type="Int">
 
287
                        <label>This value defines which Spectrum type is used. Emission or absorption spectrum</label>
 
288
                        <whatsthis>SpectrumType</whatsthis>
 
289
                        <default>0</default>
 
290
                </entry>
 
291
        </group>
 
292
    <group name="Calculator">
 
293
        <entry name = "mass" type="Bool">
 
294
                <label>This setting tells the nuclear calculator whether the amounts are always in terms of mass</label>
 
295
                <whatsthis>True if the user wants to specify amount only in terms of mass</whatsthis>
 
296
        </entry>
 
297
        <entry name = "ideal" type="Bool">
 
298
            <label>This setting says whether the user wants the gas to be ideal by default</label>
 
299
            <whatsthis>True if gases are assumed to be ideal, the Van der Waals co-efficients will not be shown in the calculator</whatsthis>
 
300
            <default>1</default>
 
301
        </entry>
 
302
        <entry name = "soluteMass" type="Bool">
 
303
                <label>This setting tells the concentration calculator that amount of solute is always in mass</label>
 
304
                <whatsthis>True if the amount of solute is specified only in terms of mass</whatsthis>
 
305
        </entry>
 
306
        <entry name = "solventVolume" type="Bool">
 
307
                <label>This setting tells the concentration calculator that amount of solvent is always in volume</label>
 
308
                <whatsthis>True if the amount of solvent is specified only in terms of volume</whatsthis>
 
309
        </entry>
 
310
        <entry name = "alias" type="Bool">
 
311
                <label>This setting tells the molecular mass calculator whether extra details such as aliases should be shown</label>
 
312
                <whatsthis>True if the aliases and other details should be shown</whatsthis>
 
313
        </entry>
 
314
        <entry name = "addAlias" type="Bool">
 
315
                <label>This setting tells the molecular calculator whether the add Alias tab should be shown</label>
 
316
                <whatsthis>True if the user wants to add aliases</whatsthis>
 
317
        </entry>
 
318
    </group>
 
319
        <group name="Sidebar">
 
320
                <entry name="showsidebar" type="Bool">
 
321
                        <label>Show or hide the sidebar</label>
 
322
                        <whatsthis>Show or hide the sidebar</whatsthis>
 
323
                        <default>true</default>
 
324
                </entry>
 
325
        </group>
 
326
 
 
327
</kcfg>