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