|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.QScintilla.SpellingDictionaryEditDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.QScintilla.SpellingDictionaryEditDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to edit the various spell checking dictionaries. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#SpellingDictionaryEditDialog">SpellingDictionaryEditDialog</a></td> |
|
34 <td>Class implementing a dialog to edit the various spell checking dictionaries.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="SpellingDictionaryEditDialog" ID="SpellingDictionaryEditDialog"></a> |
|
43 <h2>SpellingDictionaryEditDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog to edit the various spell checking |
|
46 dictionaries. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QDialog, Ui_SpellingDictionaryEditDialog |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
|
58 <h3>Methods</h3> |
|
59 <table> |
|
60 <tr> |
|
61 <td><a href="#SpellingDictionaryEditDialog.__init__">SpellingDictionaryEditDialog</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#SpellingDictionaryEditDialog.getData">getData</a></td> |
|
65 <td>Public method to get the data.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#SpellingDictionaryEditDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
|
68 <td>Private slot to handle adding an entry.</td> |
|
69 </tr> |
|
70 </table> |
|
71 <h3>Static Methods</h3> |
|
72 <table> |
|
73 <tr><td>None</td></tr> |
|
74 </table> |
|
75 <a NAME="SpellingDictionaryEditDialog.__init__" ID="SpellingDictionaryEditDialog.__init__"></a> |
|
76 <h4>SpellingDictionaryEditDialog (Constructor)</h4> |
|
77 <b>SpellingDictionaryEditDialog</b>(<i>data, info, parent=None</i>) |
|
78 <p> |
|
79 Constructor |
|
80 </p><dl> |
|
81 <dt><i>data</i></dt> |
|
82 <dd> |
|
83 contents to be edited (string) |
|
84 </dd><dt><i>info</i></dt> |
|
85 <dd> |
|
86 info string to show at the header (string) |
|
87 </dd><dt><i>parent</i></dt> |
|
88 <dd> |
|
89 reference to the parent widget (QWidget) |
|
90 </dd> |
|
91 </dl><a NAME="SpellingDictionaryEditDialog.getData" ID="SpellingDictionaryEditDialog.getData"></a> |
|
92 <h4>SpellingDictionaryEditDialog.getData</h4> |
|
93 <b>getData</b>(<i></i>) |
|
94 <p> |
|
95 Public method to get the data. |
|
96 </p><dl> |
|
97 <dt>Returns:</dt> |
|
98 <dd> |
|
99 data of the dialog (string) |
|
100 </dd> |
|
101 </dl><a NAME="SpellingDictionaryEditDialog.on_addButton_clicked" ID="SpellingDictionaryEditDialog.on_addButton_clicked"></a> |
|
102 <h4>SpellingDictionaryEditDialog.on_addButton_clicked</h4> |
|
103 <b>on_addButton_clicked</b>(<i></i>) |
|
104 <p> |
|
105 Private slot to handle adding an entry. |
|
106 </p> |
|
107 <div align="right"><a href="#top">Up</a></div> |
|
108 <hr /> |
|
109 </body></html> |