39 |
39 |
40 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
41 QDialog, Ui_PluginWizardDialog |
41 QDialog, Ui_PluginWizardDialog |
42 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
43 <table> |
43 <table> |
44 <tr><td>None</td></tr> |
44 <tr><td>AutoActivatePluginTypes</td></tr> |
|
45 <tr><td>OnDemandPluginTypes</td></tr> |
45 </table> |
46 </table> |
46 |
47 |
47 <h3>Class Methods</h3> |
48 <h3>Class Methods</h3> |
48 <table> |
49 <table> |
49 <tr><td>None</td></tr> |
50 <tr><td>None</td></tr> |
60 <td>Private slot to set the state of the OK button.</td> |
61 <td>Private slot to set the state of the OK button.</td> |
61 </tr> |
62 </tr> |
62 <tr> |
63 <tr> |
63 <td><a href="#PluginWizardDialog.getCode">getCode</a></td> |
64 <td><a href="#PluginWizardDialog.getCode">getCode</a></td> |
64 <td>Public method to get the source code.</td> |
65 <td>Public method to get the source code.</td> |
|
66 </tr> |
|
67 <tr> |
|
68 <td><a href="#PluginWizardDialog.on_autoActivateCheckBox_toggled">on_autoActivateCheckBox_toggled</a></td> |
|
69 <td>Public slot to handle a change of state of the 'Activate Automatically' option.</td> |
65 </tr> |
70 </tr> |
66 <tr> |
71 <tr> |
67 <td><a href="#PluginWizardDialog.on_pluginTypeCombo_currentTextChanged">on_pluginTypeCombo_currentTextChanged</a></td> |
72 <td><a href="#PluginWizardDialog.on_pluginTypeCombo_currentTextChanged">on_pluginTypeCombo_currentTextChanged</a></td> |
68 <td>Private slot to react upon the selection of a plug-in type.</td> |
73 <td>Private slot to react upon the selection of a plug-in type.</td> |
69 </tr> |
74 </tr> |
121 <dt>Return Type:</dt> |
126 <dt>Return Type:</dt> |
122 <dd> |
127 <dd> |
123 str |
128 str |
124 </dd> |
129 </dd> |
125 </dl> |
130 </dl> |
|
131 <a NAME="PluginWizardDialog.on_autoActivateCheckBox_toggled" ID="PluginWizardDialog.on_autoActivateCheckBox_toggled"></a> |
|
132 <h4>PluginWizardDialog.on_autoActivateCheckBox_toggled</h4> |
|
133 <b>on_autoActivateCheckBox_toggled</b>(<i>checked</i>) |
|
134 <p> |
|
135 Public slot to handle a change of state of the 'Activate Automatically' |
|
136 option. |
|
137 </p> |
|
138 |
|
139 <dl> |
|
140 |
|
141 <dt><i>checked</i> (bool)</dt> |
|
142 <dd> |
|
143 state of the option |
|
144 </dd> |
|
145 </dl> |
126 <a NAME="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged" ID="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged"></a> |
146 <a NAME="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged" ID="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged"></a> |
127 <h4>PluginWizardDialog.on_pluginTypeCombo_currentTextChanged</h4> |
147 <h4>PluginWizardDialog.on_pluginTypeCombo_currentTextChanged</h4> |
128 <b>on_pluginTypeCombo_currentTextChanged</b>(<i>txt</i>) |
148 <b>on_pluginTypeCombo_currentTextChanged</b>(<i>txt</i>) |
129 <p> |
149 <p> |
130 Private slot to react upon the selection of a plug-in type. |
150 Private slot to react upon the selection of a plug-in type. |