|
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>eric5.Project.SpellingPropertiesDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Project.SpellingPropertiesDialog</h1> |
|
12 <p> |
|
13 Module implementing the Spelling Properties dialog. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SpellingPropertiesDialog">SpellingPropertiesDialog</a></td> |
|
23 <td>Class implementing the Spelling Properties dialog.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SpellingPropertiesDialog" ID="SpellingPropertiesDialog"></a> |
|
32 <h2>SpellingPropertiesDialog</h2> |
|
33 <p> |
|
34 Class implementing the Spelling Properties dialog. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QDialog, Ui_SpellingPropertiesDialog |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#SpellingPropertiesDialog.__init__">SpellingPropertiesDialog</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#SpellingPropertiesDialog.initDialog">initDialog</a></td> |
|
49 <td>Public method to initialize the dialogs data.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#SpellingPropertiesDialog.on_pelButton_clicked">on_pelButton_clicked</a></td> |
|
52 <td>Private slot to select the project exclude list file.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#SpellingPropertiesDialog.on_pwlButton_clicked">on_pwlButton_clicked</a></td> |
|
55 <td>Private slot to select the project word list file.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#SpellingPropertiesDialog.storeData">storeData</a></td> |
|
58 <td>Public method to store the entered/modified data.</td> |
|
59 </tr> |
|
60 </table> |
|
61 <a NAME="SpellingPropertiesDialog.__init__" ID="SpellingPropertiesDialog.__init__"></a> |
|
62 <h4>SpellingPropertiesDialog (Constructor)</h4> |
|
63 <b>SpellingPropertiesDialog</b>(<i>project, new, parent</i>) |
|
64 <p> |
|
65 Constructor |
|
66 </p><dl> |
|
67 <dt><i>project</i></dt> |
|
68 <dd> |
|
69 reference to the project object |
|
70 </dd><dt><i>new</i></dt> |
|
71 <dd> |
|
72 flag indicating the generation of a new project |
|
73 </dd><dt><i>parent</i></dt> |
|
74 <dd> |
|
75 parent widget of this dialog (QWidget) |
|
76 </dd> |
|
77 </dl><a NAME="SpellingPropertiesDialog.initDialog" ID="SpellingPropertiesDialog.initDialog"></a> |
|
78 <h4>SpellingPropertiesDialog.initDialog</h4> |
|
79 <b>initDialog</b>(<i></i>) |
|
80 <p> |
|
81 Public method to initialize the dialogs data. |
|
82 </p><a NAME="SpellingPropertiesDialog.on_pelButton_clicked" ID="SpellingPropertiesDialog.on_pelButton_clicked"></a> |
|
83 <h4>SpellingPropertiesDialog.on_pelButton_clicked</h4> |
|
84 <b>on_pelButton_clicked</b>(<i></i>) |
|
85 <p> |
|
86 Private slot to select the project exclude list file. |
|
87 </p><a NAME="SpellingPropertiesDialog.on_pwlButton_clicked" ID="SpellingPropertiesDialog.on_pwlButton_clicked"></a> |
|
88 <h4>SpellingPropertiesDialog.on_pwlButton_clicked</h4> |
|
89 <b>on_pwlButton_clicked</b>(<i></i>) |
|
90 <p> |
|
91 Private slot to select the project word list file. |
|
92 </p><a NAME="SpellingPropertiesDialog.storeData" ID="SpellingPropertiesDialog.storeData"></a> |
|
93 <h4>SpellingPropertiesDialog.storeData</h4> |
|
94 <b>storeData</b>(<i></i>) |
|
95 <p> |
|
96 Public method to store the entered/modified data. |
|
97 </p> |
|
98 <div align="right"><a href="#top">Up</a></div> |
|
99 <hr /> |
|
100 </body></html> |