20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog</h1> |
23 <h1>eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing the font dialog wizard dialog. |
25 Module implementing the font dialog wizard dialog. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#FontDialogWizardDialog">FontDialogWizardDialog</a></td> |
34 <td><a href="#FontDialogWizardDialog">FontDialogWizardDialog</a></td> |
35 <td>Class implementing the font dialog wizard dialog.</td> |
35 <td>Class implementing the font dialog wizard dialog.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="FontDialogWizardDialog" ID="FontDialogWizardDialog"></a> |
43 <a NAME="FontDialogWizardDialog" ID="FontDialogWizardDialog"></a> |
44 <h2>FontDialogWizardDialog</h2> |
44 <h2>FontDialogWizardDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing the font dialog wizard dialog. |
46 Class implementing the font dialog wizard dialog. |
47 </p><p> |
47 </p><p> |
48 It displays a dialog for entering the parameters |
48 It displays a dialog for entering the parameters |
49 for the QFontDialog code generator. |
49 for the QFontDialog code generator. |
50 </p> |
50 </p> |
51 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
52 QDialog, Ui_FontDialogWizardDialog |
52 QDialog, Ui_FontDialogWizardDialog |
53 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
54 <table> |
54 <table> |
56 </table> |
56 </table> |
57 <h3>Methods</h3> |
57 <h3>Methods</h3> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#FontDialogWizardDialog.__init__">FontDialogWizardDialog</a></td> |
60 <td><a href="#FontDialogWizardDialog.__init__">FontDialogWizardDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#FontDialogWizardDialog.getCode">getCode</a></td> |
63 <td><a href="#FontDialogWizardDialog.getCode">getCode</a></td> |
64 <td>Public method to get the source code.</td> |
64 <td>Public method to get the source code.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#FontDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
66 <td><a href="#FontDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
67 <td>Private method to test the selected options.</td> |
67 <td>Private method to test the selected options.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#FontDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
69 <td><a href="#FontDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
70 <td>Private slot called by a button of the button box clicked.</td> |
70 <td>Private slot called by a button of the button box clicked.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#FontDialogWizardDialog.on_eVariable_textChanged">on_eVariable_textChanged</a></td> |
72 <td><a href="#FontDialogWizardDialog.on_eVariable_textChanged">on_eVariable_textChanged</a></td> |
73 <td>Private slot to handle the textChanged signal of eVariable.</td> |
73 <td>Private slot to handle the textChanged signal of eVariable.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#FontDialogWizardDialog.on_fontButton_clicked">on_fontButton_clicked</a></td> |
75 <td><a href="#FontDialogWizardDialog.on_fontButton_clicked">on_fontButton_clicked</a></td> |
76 <td>Private slot to handle the button press to select a font via a font selection dialog.</td> |
76 <td>Private slot to handle the button press to select a font via a font selection dialog.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="FontDialogWizardDialog.__init__" ID="FontDialogWizardDialog.__init__"></a> |
79 <a NAME="FontDialogWizardDialog.__init__" ID="FontDialogWizardDialog.__init__"></a> |
80 <h4>FontDialogWizardDialog (Constructor)</h4> |
80 <h4>FontDialogWizardDialog (Constructor)</h4> |
81 <b>FontDialogWizardDialog</b>(<i>parent=None</i>) |
81 <b>FontDialogWizardDialog</b>(<i>parent=None</i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><dl> |
84 </p><dl> |
85 <dt><i>parent</i></dt> |
85 <dt><i>parent</i></dt> |
86 <dd> |
86 <dd> |
87 parent widget (QWidget) |
87 parent widget (QWidget) |
88 </dd> |
88 </dd> |
89 </dl><a NAME="FontDialogWizardDialog.getCode" ID="FontDialogWizardDialog.getCode"></a> |
89 </dl><a NAME="FontDialogWizardDialog.getCode" ID="FontDialogWizardDialog.getCode"></a> |
90 <h4>FontDialogWizardDialog.getCode</h4> |
90 <h4>FontDialogWizardDialog.getCode</h4> |
91 <b>getCode</b>(<i>indLevel, indString</i>) |
91 <b>getCode</b>(<i>indLevel, indString</i>) |
92 <p> |
92 <p> |
93 Public method to get the source code. |
93 Public method to get the source code. |
94 </p><dl> |
94 </p><dl> |
95 <dt><i>indLevel</i></dt> |
95 <dt><i>indLevel</i></dt> |
96 <dd> |
96 <dd> |
97 indentation level (int) |
97 indentation level (int) |
98 </dd><dt><i>indString</i></dt> |
98 </dd><dt><i>indString</i></dt> |
99 <dd> |
99 <dd> |
100 string used for indentation (space or tab) (string) |
100 string used for indentation (space or tab) (string) |
101 </dd> |
101 </dd> |
102 </dl><dl> |
102 </dl><dl> |
103 <dt>Returns:</dt> |
103 <dt>Returns:</dt> |
104 <dd> |
104 <dd> |
105 generated code (string) |
105 generated code (string) |
106 </dd> |
106 </dd> |
107 </dl><a NAME="FontDialogWizardDialog.on_bTest_clicked" ID="FontDialogWizardDialog.on_bTest_clicked"></a> |
107 </dl><a NAME="FontDialogWizardDialog.on_bTest_clicked" ID="FontDialogWizardDialog.on_bTest_clicked"></a> |
108 <h4>FontDialogWizardDialog.on_bTest_clicked</h4> |
108 <h4>FontDialogWizardDialog.on_bTest_clicked</h4> |
109 <b>on_bTest_clicked</b>(<i></i>) |
109 <b>on_bTest_clicked</b>(<i></i>) |
110 <p> |
110 <p> |
111 Private method to test the selected options. |
111 Private method to test the selected options. |
112 </p><a NAME="FontDialogWizardDialog.on_buttonBox_clicked" ID="FontDialogWizardDialog.on_buttonBox_clicked"></a> |
112 </p><a NAME="FontDialogWizardDialog.on_buttonBox_clicked" ID="FontDialogWizardDialog.on_buttonBox_clicked"></a> |
113 <h4>FontDialogWizardDialog.on_buttonBox_clicked</h4> |
113 <h4>FontDialogWizardDialog.on_buttonBox_clicked</h4> |
114 <b>on_buttonBox_clicked</b>(<i>button</i>) |
114 <b>on_buttonBox_clicked</b>(<i>button</i>) |
115 <p> |
115 <p> |
116 Private slot called by a button of the button box clicked. |
116 Private slot called by a button of the button box clicked. |
117 </p><dl> |
117 </p><dl> |
118 <dt><i>button</i></dt> |
118 <dt><i>button</i></dt> |
119 <dd> |
119 <dd> |
120 button that was clicked (QAbstractButton) |
120 button that was clicked (QAbstractButton) |
121 </dd> |
121 </dd> |
122 </dl><a NAME="FontDialogWizardDialog.on_eVariable_textChanged" ID="FontDialogWizardDialog.on_eVariable_textChanged"></a> |
122 </dl><a NAME="FontDialogWizardDialog.on_eVariable_textChanged" ID="FontDialogWizardDialog.on_eVariable_textChanged"></a> |
123 <h4>FontDialogWizardDialog.on_eVariable_textChanged</h4> |
123 <h4>FontDialogWizardDialog.on_eVariable_textChanged</h4> |
124 <b>on_eVariable_textChanged</b>(<i>text</i>) |
124 <b>on_eVariable_textChanged</b>(<i>text</i>) |
125 <p> |
125 <p> |
126 Private slot to handle the textChanged signal of eVariable. |
126 Private slot to handle the textChanged signal of eVariable. |
127 </p><dl> |
127 </p><dl> |
128 <dt><i>text</i></dt> |
128 <dt><i>text</i></dt> |
129 <dd> |
129 <dd> |
130 the new text (string) |
130 the new text (string) |
131 </dd> |
131 </dd> |
132 </dl><a NAME="FontDialogWizardDialog.on_fontButton_clicked" ID="FontDialogWizardDialog.on_fontButton_clicked"></a> |
132 </dl><a NAME="FontDialogWizardDialog.on_fontButton_clicked" ID="FontDialogWizardDialog.on_fontButton_clicked"></a> |
133 <h4>FontDialogWizardDialog.on_fontButton_clicked</h4> |
133 <h4>FontDialogWizardDialog.on_fontButton_clicked</h4> |
134 <b>on_fontButton_clicked</b>(<i></i>) |
134 <b>on_fontButton_clicked</b>(<i></i>) |
135 <p> |
135 <p> |
136 Private slot to handle the button press to select a font via a font selection |
136 Private slot to handle the button press to select a font via a font selection |
137 dialog. |
137 dialog. |
138 </p> |
138 </p> |
139 <div align="right"><a href="#top">Up</a></div> |
139 <div align="right"><a href="#top">Up</a></div> |
140 <hr /> |
140 <hr /> |
141 </body></html> |
141 </body></html> |