129 <p> |
129 <p> |
130 Private method to generate the button code. |
130 Private method to generate the button code. |
131 </p> |
131 </p> |
132 <dl> |
132 <dl> |
133 |
133 |
134 <dt><i>istring</i></dt> |
134 <dt><i>istring</i> (str)</dt> |
135 <dd> |
135 <dd> |
136 indentation string (string) |
136 indentation string |
137 </dd> |
137 </dd> |
138 <dt><i>indString</i></dt> |
138 <dt><i>indString</i> (str)</dt> |
139 <dd> |
139 <dd> |
140 string used for indentation (space or tab) (string) |
140 string used for indentation (space or tab) |
141 </dd> |
141 </dd> |
142 </dl> |
142 </dl> |
143 <dl> |
143 <dl> |
144 <dt>Return:</dt> |
144 <dt>Return:</dt> |
145 <dd> |
145 <dd> |
146 the button code (string) |
146 the button code |
|
147 </dd> |
|
148 </dl> |
|
149 <dl> |
|
150 <dt>Return Type:</dt> |
|
151 <dd> |
|
152 str |
147 </dd> |
153 </dd> |
148 </dl> |
154 </dl> |
149 <a NAME="MessageBoxWizardDialog.__testSelectedOptions" ID="MessageBoxWizardDialog.__testSelectedOptions"></a> |
155 <a NAME="MessageBoxWizardDialog.__testSelectedOptions" ID="MessageBoxWizardDialog.__testSelectedOptions"></a> |
150 <h4>MessageBoxWizardDialog.__testSelectedOptions</h4> |
156 <h4>MessageBoxWizardDialog.__testSelectedOptions</h4> |
151 <b>__testSelectedOptions</b>(<i></i>) |
157 <b>__testSelectedOptions</b>(<i></i>) |
160 <p> |
166 <p> |
161 Public method to get the source code. |
167 Public method to get the source code. |
162 </p> |
168 </p> |
163 <dl> |
169 <dl> |
164 |
170 |
165 <dt><i>indLevel</i></dt> |
171 <dt><i>indLevel</i> (int)</dt> |
166 <dd> |
172 <dd> |
167 indentation level (int) |
173 indentation level |
168 </dd> |
174 </dd> |
169 <dt><i>indString</i></dt> |
175 <dt><i>indString</i> (str)</dt> |
170 <dd> |
176 <dd> |
171 string used for indentation (space or tab) (string) |
177 string used for indentation (space or tab) |
172 </dd> |
178 </dd> |
173 </dl> |
179 </dl> |
174 <dl> |
180 <dl> |
175 <dt>Return:</dt> |
181 <dt>Return:</dt> |
176 <dd> |
182 <dd> |
177 generated code (string) |
183 generated code |
|
184 </dd> |
|
185 </dl> |
|
186 <dl> |
|
187 <dt>Return Type:</dt> |
|
188 <dd> |
|
189 str |
178 </dd> |
190 </dd> |
179 </dl> |
191 </dl> |
180 <a NAME="MessageBoxWizardDialog.on_bTest_clicked" ID="MessageBoxWizardDialog.on_bTest_clicked"></a> |
192 <a NAME="MessageBoxWizardDialog.on_bTest_clicked" ID="MessageBoxWizardDialog.on_bTest_clicked"></a> |
181 <h4>MessageBoxWizardDialog.on_bTest_clicked</h4> |
193 <h4>MessageBoxWizardDialog.on_bTest_clicked</h4> |
182 <b>on_bTest_clicked</b>(<i></i>) |
194 <b>on_bTest_clicked</b>(<i></i>) |
191 <p> |
203 <p> |
192 Private slot called by a button of the button box clicked. |
204 Private slot called by a button of the button box clicked. |
193 </p> |
205 </p> |
194 <dl> |
206 <dl> |
195 |
207 |
196 <dt><i>button</i></dt> |
208 <dt><i>button</i> (QAbstractButton)</dt> |
197 <dd> |
209 <dd> |
198 button that was clicked (QAbstractButton) |
210 button that was clicked |
199 </dd> |
211 </dd> |
200 </dl> |
212 </dl> |
201 <a NAME="MessageBoxWizardDialog.on_rAboutQt_toggled" ID="MessageBoxWizardDialog.on_rAboutQt_toggled"></a> |
213 <a NAME="MessageBoxWizardDialog.on_rAboutQt_toggled" ID="MessageBoxWizardDialog.on_rAboutQt_toggled"></a> |
202 <h4>MessageBoxWizardDialog.on_rAboutQt_toggled</h4> |
214 <h4>MessageBoxWizardDialog.on_rAboutQt_toggled</h4> |
203 <b>on_rAboutQt_toggled</b>(<i></i>) |
215 <b>on_rAboutQt_toggled</b>(<i></i>) |