5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog</h1> |
9 <h1>eric7.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the font dialog wizard dialog. |
11 Module implementing the font dialog wizard dialog. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#FontDialogWizardDialog">FontDialogWizardDialog</a></td> |
22 <td><a href="#FontDialogWizardDialog">FontDialogWizardDialog</a></td> |
25 <td>Class implementing the font dialog wizard dialog.</td> |
23 <td>Class implementing the font dialog wizard dialog.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="FontDialogWizardDialog" ID="FontDialogWizardDialog"></a> |
34 <a NAME="FontDialogWizardDialog" ID="FontDialogWizardDialog"></a> |
36 <h2>FontDialogWizardDialog</h2> |
35 <h2>FontDialogWizardDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the font dialog wizard dialog. |
37 Class implementing the font dialog wizard dialog. |
40 </p> |
38 </p> |
41 <p> |
39 <p> |
42 It displays a dialog for entering the parameters |
40 It displays a dialog for entering the parameters |
43 for the QFontDialog code generator. |
41 for the QFontDialog code generator. |
44 </p> |
42 </p> |
|
43 |
45 <h3>Derived from</h3> |
44 <h3>Derived from</h3> |
46 QDialog, Ui_FontDialogWizardDialog |
45 QDialog, Ui_FontDialogWizardDialog |
47 <h3>Class Attributes</h3> |
46 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
47 <table> |
50 <tr><td>FontWeight2Code</td></tr> |
48 <tr><td>FontWeight2Code</td></tr> |
51 </table> |
49 </table> |
|
50 |
52 <h3>Class Methods</h3> |
51 <h3>Class Methods</h3> |
53 |
|
54 <table> |
52 <table> |
55 <tr><td>None</td></tr> |
53 <tr><td>None</td></tr> |
56 </table> |
54 </table> |
|
55 |
57 <h3>Methods</h3> |
56 <h3>Methods</h3> |
58 |
|
59 <table> |
57 <table> |
60 |
|
61 <tr> |
58 <tr> |
62 <td><a href="#FontDialogWizardDialog.__init__">FontDialogWizardDialog</a></td> |
59 <td><a href="#FontDialogWizardDialog.__init__">FontDialogWizardDialog</a></td> |
63 <td>Constructor</td> |
60 <td>Constructor</td> |
64 </tr> |
61 </tr> |
65 <tr> |
62 <tr> |
85 <tr> |
82 <tr> |
86 <td><a href="#FontDialogWizardDialog.on_optionsButton_clicked">on_optionsButton_clicked</a></td> |
83 <td><a href="#FontDialogWizardDialog.on_optionsButton_clicked">on_optionsButton_clicked</a></td> |
87 <td>Private slot to handle the selection of font dialog options.</td> |
84 <td>Private slot to handle the selection of font dialog options.</td> |
88 </tr> |
85 </tr> |
89 </table> |
86 </table> |
|
87 |
90 <h3>Static Methods</h3> |
88 <h3>Static Methods</h3> |
91 |
|
92 <table> |
89 <table> |
93 <tr><td>None</td></tr> |
90 <tr><td>None</td></tr> |
94 </table> |
91 </table> |
95 |
92 |
|
93 |
96 <a NAME="FontDialogWizardDialog.__init__" ID="FontDialogWizardDialog.__init__"></a> |
94 <a NAME="FontDialogWizardDialog.__init__" ID="FontDialogWizardDialog.__init__"></a> |
97 <h4>FontDialogWizardDialog (Constructor)</h4> |
95 <h4>FontDialogWizardDialog (Constructor)</h4> |
98 <b>FontDialogWizardDialog</b>(<i>parent=None</i>) |
96 <b>FontDialogWizardDialog</b>(<i>parent=None</i>) |
99 |
|
100 <p> |
97 <p> |
101 Constructor |
98 Constructor |
102 </p> |
99 </p> |
|
100 |
103 <dl> |
101 <dl> |
104 |
102 |
105 <dt><i>parent</i> (QWidget)</dt> |
103 <dt><i>parent</i> (QWidget)</dt> |
106 <dd> |
104 <dd> |
107 parent widget |
105 parent widget |
108 </dd> |
106 </dd> |
109 </dl> |
107 </dl> |
110 <a NAME="FontDialogWizardDialog.getCode" ID="FontDialogWizardDialog.getCode"></a> |
108 <a NAME="FontDialogWizardDialog.getCode" ID="FontDialogWizardDialog.getCode"></a> |
111 <h4>FontDialogWizardDialog.getCode</h4> |
109 <h4>FontDialogWizardDialog.getCode</h4> |
112 <b>getCode</b>(<i>indLevel, indString</i>) |
110 <b>getCode</b>(<i>indLevel, indString</i>) |
113 |
|
114 <p> |
111 <p> |
115 Public method to get the source code. |
112 Public method to get the source code. |
116 </p> |
113 </p> |
|
114 |
117 <dl> |
115 <dl> |
118 |
116 |
119 <dt><i>indLevel</i> (int)</dt> |
117 <dt><i>indLevel</i> (int)</dt> |
120 <dd> |
118 <dd> |
121 indentation level |
119 indentation level |
138 </dd> |
136 </dd> |
139 </dl> |
137 </dl> |
140 <a NAME="FontDialogWizardDialog.on_bTest_clicked" ID="FontDialogWizardDialog.on_bTest_clicked"></a> |
138 <a NAME="FontDialogWizardDialog.on_bTest_clicked" ID="FontDialogWizardDialog.on_bTest_clicked"></a> |
141 <h4>FontDialogWizardDialog.on_bTest_clicked</h4> |
139 <h4>FontDialogWizardDialog.on_bTest_clicked</h4> |
142 <b>on_bTest_clicked</b>(<i></i>) |
140 <b>on_bTest_clicked</b>(<i></i>) |
143 |
|
144 <p> |
141 <p> |
145 Private method to test the selected options. |
142 Private method to test the selected options. |
146 </p> |
143 </p> |
|
144 |
147 <a NAME="FontDialogWizardDialog.on_buttonBox_clicked" ID="FontDialogWizardDialog.on_buttonBox_clicked"></a> |
145 <a NAME="FontDialogWizardDialog.on_buttonBox_clicked" ID="FontDialogWizardDialog.on_buttonBox_clicked"></a> |
148 <h4>FontDialogWizardDialog.on_buttonBox_clicked</h4> |
146 <h4>FontDialogWizardDialog.on_buttonBox_clicked</h4> |
149 <b>on_buttonBox_clicked</b>(<i>button</i>) |
147 <b>on_buttonBox_clicked</b>(<i>button</i>) |
150 |
|
151 <p> |
148 <p> |
152 Private slot called by a button of the button box clicked. |
149 Private slot called by a button of the button box clicked. |
153 </p> |
150 </p> |
|
151 |
154 <dl> |
152 <dl> |
155 |
153 |
156 <dt><i>button</i> (QAbstractButton)</dt> |
154 <dt><i>button</i> (QAbstractButton)</dt> |
157 <dd> |
155 <dd> |
158 button that was clicked |
156 button that was clicked |
159 </dd> |
157 </dd> |
160 </dl> |
158 </dl> |
161 <a NAME="FontDialogWizardDialog.on_eVariable_textChanged" ID="FontDialogWizardDialog.on_eVariable_textChanged"></a> |
159 <a NAME="FontDialogWizardDialog.on_eVariable_textChanged" ID="FontDialogWizardDialog.on_eVariable_textChanged"></a> |
162 <h4>FontDialogWizardDialog.on_eVariable_textChanged</h4> |
160 <h4>FontDialogWizardDialog.on_eVariable_textChanged</h4> |
163 <b>on_eVariable_textChanged</b>(<i>text</i>) |
161 <b>on_eVariable_textChanged</b>(<i>text</i>) |
164 |
|
165 <p> |
162 <p> |
166 Private slot to handle the textChanged signal of eVariable. |
163 Private slot to handle the textChanged signal of eVariable. |
167 </p> |
164 </p> |
|
165 |
168 <dl> |
166 <dl> |
169 |
167 |
170 <dt><i>text</i> (str)</dt> |
168 <dt><i>text</i> (str)</dt> |
171 <dd> |
169 <dd> |
172 the new text |
170 the new text |
173 </dd> |
171 </dd> |
174 </dl> |
172 </dl> |
175 <a NAME="FontDialogWizardDialog.on_fontButton_clicked" ID="FontDialogWizardDialog.on_fontButton_clicked"></a> |
173 <a NAME="FontDialogWizardDialog.on_fontButton_clicked" ID="FontDialogWizardDialog.on_fontButton_clicked"></a> |
176 <h4>FontDialogWizardDialog.on_fontButton_clicked</h4> |
174 <h4>FontDialogWizardDialog.on_fontButton_clicked</h4> |
177 <b>on_fontButton_clicked</b>(<i></i>) |
175 <b>on_fontButton_clicked</b>(<i></i>) |
178 |
|
179 <p> |
176 <p> |
180 Private slot to handle the button press to select a font via a |
177 Private slot to handle the button press to select a font via a |
181 font selection dialog. |
178 font selection dialog. |
182 </p> |
179 </p> |
|
180 |
183 <a NAME="FontDialogWizardDialog.on_optionsButton_clicked" ID="FontDialogWizardDialog.on_optionsButton_clicked"></a> |
181 <a NAME="FontDialogWizardDialog.on_optionsButton_clicked" ID="FontDialogWizardDialog.on_optionsButton_clicked"></a> |
184 <h4>FontDialogWizardDialog.on_optionsButton_clicked</h4> |
182 <h4>FontDialogWizardDialog.on_optionsButton_clicked</h4> |
185 <b>on_optionsButton_clicked</b>(<i></i>) |
183 <b>on_optionsButton_clicked</b>(<i></i>) |
186 |
|
187 <p> |
184 <p> |
188 Private slot to handle the selection of font dialog options. |
185 Private slot to handle the selection of font dialog options. |
189 </p> |
186 </p> |
|
187 |
190 <div align="right"><a href="#top">Up</a></div> |
188 <div align="right"><a href="#top">Up</a></div> |
191 <hr /> |
189 <hr /> |
192 </body></html> |
190 </body></html> |