Documentation/Source/eric6.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html

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

eric ide

mercurial