4 <meta charset="UTF-8"> |
4 <meta charset="UTF-8"> |
5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <h1>eric7.Preferences</h1> |
8 <h1>eric7.Preferences</h1> |
9 |
|
10 <p> |
9 <p> |
11 Package implementing the preferences interface. |
10 Package implementing the preferences interface. |
12 </p> |
11 </p> |
13 <p> |
12 <p> |
14 The preferences interface consists of a class, which defines the default |
13 The preferences interface consists of a class, which defines the default |
18 directory. The individual configuration data is accessed by accessor functions |
17 directory. The individual configuration data is accessed by accessor functions |
19 defined on the module level. The module is simply imported wherever it is |
18 defined on the module level. The module is simply imported wherever it is |
20 needed with the statement 'from eric7 import Preferences'. Do not use |
19 needed with the statement 'from eric7 import Preferences'. Do not use |
21 'from eric7.Preferences import *' to import it. |
20 'from eric7.Preferences import *' to import it. |
22 </p> |
21 </p> |
|
22 |
23 |
23 |
24 <h3>Packages</h3> |
24 <h3>Packages</h3> |
25 <table> |
25 <table> |
26 |
26 |
27 <tr> |
27 <tr> |