src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopWizardDialog.html

branch
eric7
changeset 10437
2f70ca07f0af
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10436:f6881d10e995 10437:2f70ca07f0af
116 <p> 116 <p>
117 Constructor 117 Constructor
118 </p> 118 </p>
119 <dl> 119 <dl>
120 120
121 <dt><i>parent</i></dt> 121 <dt><i>parent</i> (QWidget)</dt>
122 <dd> 122 <dd>
123 reference to the parent widget (QWidget) 123 reference to the parent widget
124 </dd> 124 </dd>
125 </dl> 125 </dl>
126 <a NAME="DotDesktopWizardDialog.__checkOK" ID="DotDesktopWizardDialog.__checkOK"></a> 126 <a NAME="DotDesktopWizardDialog.__checkOK" ID="DotDesktopWizardDialog.__checkOK"></a>
127 <h4>DotDesktopWizardDialog.__checkOK</h4> 127 <h4>DotDesktopWizardDialog.__checkOK</h4>
128 <b>__checkOK</b>(<i></i>) 128 <b>__checkOK</b>(<i></i>)
138 Public method to get the source code. 138 Public method to get the source code.
139 </p> 139 </p>
140 <dl> 140 <dl>
141 <dt>Return:</dt> 141 <dt>Return:</dt>
142 <dd> 142 <dd>
143 generated code (string) 143 generated code
144 </dd>
145 </dl>
146 <dl>
147 <dt>Return Type:</dt>
148 <dd>
149 str
144 </dd> 150 </dd>
145 </dl> 151 </dl>
146 <a NAME="DotDesktopWizardDialog.on_categoriesButton_clicked" ID="DotDesktopWizardDialog.on_categoriesButton_clicked"></a> 152 <a NAME="DotDesktopWizardDialog.on_categoriesButton_clicked" ID="DotDesktopWizardDialog.on_categoriesButton_clicked"></a>
147 <h4>DotDesktopWizardDialog.on_categoriesButton_clicked</h4> 153 <h4>DotDesktopWizardDialog.on_categoriesButton_clicked</h4>
148 <b>on_categoriesButton_clicked</b>(<i></i>) 154 <b>on_categoriesButton_clicked</b>(<i></i>)
157 <p> 163 <p>
158 Private slot to check, if the nameEdit field is empty. 164 Private slot to check, if the nameEdit field is empty.
159 </p> 165 </p>
160 <dl> 166 <dl>
161 167
162 <dt><i>txt</i></dt> 168 <dt><i>txt</i> (str)</dt>
163 <dd> 169 <dd>
164 text of the entry field (string) 170 text of the entry field
165 </dd> 171 </dd>
166 </dl> 172 </dl>
167 <a NAME="DotDesktopWizardDialog.on_notShowButton_clicked" ID="DotDesktopWizardDialog.on_notShowButton_clicked"></a> 173 <a NAME="DotDesktopWizardDialog.on_notShowButton_clicked" ID="DotDesktopWizardDialog.on_notShowButton_clicked"></a>
168 <h4>DotDesktopWizardDialog.on_notShowButton_clicked</h4> 174 <h4>DotDesktopWizardDialog.on_notShowButton_clicked</h4>
169 <b>on_notShowButton_clicked</b>(<i></i>) 175 <b>on_notShowButton_clicked</b>(<i></i>)
178 <p> 184 <p>
179 Private slot to check the contents of the notShowEdit field. 185 Private slot to check the contents of the notShowEdit field.
180 </p> 186 </p>
181 <dl> 187 <dl>
182 188
183 <dt><i>txt</i></dt> 189 <dt><i>txt</i> (str)</dt>
184 <dd> 190 <dd>
185 text of the entry field (string) 191 text of the entry field
186 </dd> 192 </dd>
187 </dl> 193 </dl>
188 <a NAME="DotDesktopWizardDialog.on_onlyShowButton_clicked" ID="DotDesktopWizardDialog.on_onlyShowButton_clicked"></a> 194 <a NAME="DotDesktopWizardDialog.on_onlyShowButton_clicked" ID="DotDesktopWizardDialog.on_onlyShowButton_clicked"></a>
189 <h4>DotDesktopWizardDialog.on_onlyShowButton_clicked</h4> 195 <h4>DotDesktopWizardDialog.on_onlyShowButton_clicked</h4>
190 <b>on_onlyShowButton_clicked</b>(<i></i>) 196 <b>on_onlyShowButton_clicked</b>(<i></i>)
199 <p> 205 <p>
200 Private slot to check the contents of the onlyShowEdit field. 206 Private slot to check the contents of the onlyShowEdit field.
201 </p> 207 </p>
202 <dl> 208 <dl>
203 209
204 <dt><i>txt</i></dt> 210 <dt><i>txt</i> (str)</dt>
205 <dd> 211 <dd>
206 text of the entry field (string) 212 text of the entry field
207 </dd> 213 </dd>
208 </dl> 214 </dl>
209 <a NAME="DotDesktopWizardDialog.on_projectButton_clicked" ID="DotDesktopWizardDialog.on_projectButton_clicked"></a> 215 <a NAME="DotDesktopWizardDialog.on_projectButton_clicked" ID="DotDesktopWizardDialog.on_projectButton_clicked"></a>
210 <h4>DotDesktopWizardDialog.on_projectButton_clicked</h4> 216 <h4>DotDesktopWizardDialog.on_projectButton_clicked</h4>
211 <b>on_projectButton_clicked</b>(<i></i>) 217 <b>on_projectButton_clicked</b>(<i></i>)
221 <p> 227 <p>
222 Private slot to handle a change of the .desktop type. 228 Private slot to handle a change of the .desktop type.
223 </p> 229 </p>
224 <dl> 230 <dl>
225 231
226 <dt><i>index</i></dt> 232 <dt><i>index</i> (int)</dt>
227 <dd> 233 <dd>
228 index of the selected entry (integer) 234 index of the selected entry
229 </dd> 235 </dd>
230 </dl> 236 </dl>
231 <a NAME="DotDesktopWizardDialog.on_typeEdit_textChanged" ID="DotDesktopWizardDialog.on_typeEdit_textChanged"></a> 237 <a NAME="DotDesktopWizardDialog.on_typeEdit_textChanged" ID="DotDesktopWizardDialog.on_typeEdit_textChanged"></a>
232 <h4>DotDesktopWizardDialog.on_typeEdit_textChanged</h4> 238 <h4>DotDesktopWizardDialog.on_typeEdit_textChanged</h4>
233 <b>on_typeEdit_textChanged</b>(<i>txt</i>) 239 <b>on_typeEdit_textChanged</b>(<i>txt</i>)
235 <p> 241 <p>
236 Private slot to check, if the typeEdit field is empty. 242 Private slot to check, if the typeEdit field is empty.
237 </p> 243 </p>
238 <dl> 244 <dl>
239 245
240 <dt><i>txt</i></dt> 246 <dt><i>txt</i> (str)</dt>
241 <dd> 247 <dd>
242 text of the entry field (string) 248 text of the entry field
243 </dd> 249 </dd>
244 </dl> 250 </dl>
245 <div align="right"><a href="#top">Up</a></div> 251 <div align="right"><a href="#top">Up</a></div>
246 <hr /> 252 <hr />
247 </body></html> 253 </body></html>

eric ide

mercurial