|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric4.Preferences</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body> |
|
23 <h1>eric4.Preferences</h1> |
|
24 <p> |
|
25 Package implementing the preferences interface. |
|
26 </p><p> |
|
27 The preferences interface consists of a class, which defines the default |
|
28 values for all configuration items and stores the actual values. These |
|
29 values are read and written to the eric4 preferences file by module |
|
30 functions. On Windows the data is located in the registry, everywhere |
|
31 else it is stored in a file in a subdirectory of the users home directory. |
|
32 The individual configuration data is accessed by accessor functions defined |
|
33 on the module level. The module is simply imported wherever it is needed |
|
34 with the statement 'import Preferences'. Do not use 'from Preferences import *' |
|
35 to import it. |
|
36 </p> |
|
37 |
|
38 <h3>Packages</h3> |
|
39 <table> |
|
40 <tr> |
|
41 <td><a href="index-eric4.Preferences.ConfigurationPages.html">ConfigurationPages</a></td> |
|
42 <td>Package implementing the various pages of the configuration dialog.</td> |
|
43 </tr> |
|
44 </table> |
|
45 |
|
46 <h3>Modules</h3> |
|
47 <table> |
|
48 <tr> |
|
49 <td><a href="eric4.Preferences.ConfigurationDialog.html">ConfigurationDialog</a></td> |
|
50 <td>Module implementing a dialog for the configuration of eric4.</td> |
|
51 </tr><tr> |
|
52 <td><a href="eric4.Preferences.PreferencesLexer.html">PreferencesLexer</a></td> |
|
53 <td>Module implementing a special QextScintilla lexer to handle the preferences.</td> |
|
54 </tr><tr> |
|
55 <td><a href="eric4.Preferences.ProgramsDialog.html">ProgramsDialog</a></td> |
|
56 <td>Module implementing the Programs page.</td> |
|
57 </tr><tr> |
|
58 <td><a href="eric4.Preferences.ShortcutDialog.html">ShortcutDialog</a></td> |
|
59 <td>Module implementing a dialog for the configuration of a keyboard shortcut.</td> |
|
60 </tr><tr> |
|
61 <td><a href="eric4.Preferences.Shortcuts.html">Shortcuts</a></td> |
|
62 <td>Module implementing functions dealing with keyboard shortcuts.</td> |
|
63 </tr><tr> |
|
64 <td><a href="eric4.Preferences.ShortcutsDialog.html">ShortcutsDialog</a></td> |
|
65 <td>Module implementing a dialog for the configuration of eric4s keyboard shortcuts.</td> |
|
66 </tr><tr> |
|
67 <td><a href="eric4.Preferences.ToolConfigurationDialog.html">ToolConfigurationDialog</a></td> |
|
68 <td>Module implementing a configuration dialog for the tools menu.</td> |
|
69 </tr><tr> |
|
70 <td><a href="eric4.Preferences.ToolGroupConfigurationDialog.html">ToolGroupConfigurationDialog</a></td> |
|
71 <td>Module implementing a configuration dialog for the tools menu.</td> |
|
72 </tr><tr> |
|
73 <td><a href="eric4.Preferences.ViewProfileDialog.html">ViewProfileDialog</a></td> |
|
74 <td>Module implementing a dialog to configure the various view profiles.</td> |
|
75 </tr><tr> |
|
76 <td><a href="eric4.Preferences.__init__.html">Preferences</a></td> |
|
77 <td>Package implementing the preferences interface.</td> |
|
78 </tr> |
|
79 </table> |
|
80 </body></html> |