eric7/Documentation/Source/eric7.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html

branch
eric7
changeset 9097
213951c41dcd
parent 8596
d64760b2da50
equal deleted inserted replaced
9096:f6f7d8f364c3 9097:213951c41dcd
61 <tr> 61 <tr>
62 <td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td> 62 <td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td>
63 <td>Constructor</td> 63 <td>Constructor</td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td><a href="#InputDialogWizardDialog.__typeSelectButtonToggled">__typeSelectButtonToggled</a></td>
67 <td>Private slot to modify the dialog according to the selected type.</td>
68 </tr>
69 <tr>
66 <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td> 70 <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td>
67 <td>Public method to get the source code for Qt6.</td> 71 <td>Public method to get the source code for Qt6.</td>
68 </tr> 72 </tr>
69 <tr> 73 <tr>
70 <td><a href="#InputDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> 74 <td><a href="#InputDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td>
71 <td>Private method to test the selected options.</td> 75 <td>Private method to test the selected options.</td>
72 </tr> 76 </tr>
73 <tr> 77 <tr>
74 <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 78 <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
75 <td>Private slot called by a button of the button box clicked.</td> 79 <td>Private slot called by a button of the button box clicked.</td>
76 </tr>
77 <tr>
78 <td><a href="#InputDialogWizardDialog.on_rItem_toggled">on_rItem_toggled</a></td>
79 <td>Private slot to perform actions dependant on the item type selection.</td>
80 </tr> 80 </tr>
81 </table> 81 </table>
82 <h3>Static Methods</h3> 82 <h3>Static Methods</h3>
83 83
84 <table> 84 <table>
95 <dl> 95 <dl>
96 96
97 <dt><i>parent</i></dt> 97 <dt><i>parent</i></dt>
98 <dd> 98 <dd>
99 parent widget (QWidget) 99 parent widget (QWidget)
100 </dd>
101 </dl>
102 <a NAME="InputDialogWizardDialog.__typeSelectButtonToggled" ID="InputDialogWizardDialog.__typeSelectButtonToggled"></a>
103 <h4>InputDialogWizardDialog.__typeSelectButtonToggled</h4>
104 <b>__typeSelectButtonToggled</b>(<i>checked</i>)
105
106 <p>
107 Private slot to modify the dialog according to the selected type.
108 </p>
109 <p>
110 Note: This is a multiplexed slot. Therefore it just reacts upon a
111 positive check state (i.e. checked == True).
112 </p>
113 <dl>
114
115 <dt><i>checked</i> (bool)</dt>
116 <dd>
117 flag indicating the checked state
100 </dd> 118 </dd>
101 </dl> 119 </dl>
102 <a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a> 120 <a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a>
103 <h4>InputDialogWizardDialog.getCode</h4> 121 <h4>InputDialogWizardDialog.getCode</h4>
104 <b>getCode</b>(<i>indLevel, indString</i>) 122 <b>getCode</b>(<i>indLevel, indString</i>)
142 <dt><i>button</i></dt> 160 <dt><i>button</i></dt>
143 <dd> 161 <dd>
144 button that was clicked (QAbstractButton) 162 button that was clicked (QAbstractButton)
145 </dd> 163 </dd>
146 </dl> 164 </dl>
147 <a NAME="InputDialogWizardDialog.on_rItem_toggled" ID="InputDialogWizardDialog.on_rItem_toggled"></a>
148 <h4>InputDialogWizardDialog.on_rItem_toggled</h4>
149 <b>on_rItem_toggled</b>(<i>checked</i>)
150
151 <p>
152 Private slot to perform actions dependant on the item type selection.
153 </p>
154 <dl>
155
156 <dt><i>checked</i></dt>
157 <dd>
158 flag indicating the checked state (boolean)
159 </dd>
160 </dl>
161 <div align="right"><a href="#top">Up</a></div> 165 <div align="right"><a href="#top">Up</a></div>
162 <hr /> 166 <hr />
163 </body></html> 167 </body></html>

eric ide

mercurial