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

changeset 6942
2602857055c5
parent 3673
e26d7d0c1088
child 7204
cbf6d88004ce
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</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.InputDialogWizard.InputDialogWizardDialog</h1>
23 <p>
24 Module implementing the input 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="#InputDialogWizardDialog">InputDialogWizardDialog</a></td>
34 <td>Class implementing the input 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="InputDialogWizardDialog" ID="InputDialogWizardDialog"></a>
43 <h2>InputDialogWizardDialog</h2>
44 <p>
45 Class implementing the input dialog wizard dialog.
46 </p><p>
47 It displays a dialog for entering the parameters
48 for the QInputDialog code generator.
49 </p>
50 <h3>Derived from</h3>
51 QDialog, Ui_InputDialogWizardDialog
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="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td>
67 <td>Public method to get the source code for Qt4/Qt5.</td>
68 </tr><tr>
69 <td><a href="#InputDialogWizardDialog.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="#InputDialogWizardDialog.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="#InputDialogWizardDialog.on_rItem_toggled">on_rItem_toggled</a></td>
76 <td>Private slot to perform actions dependant on the item type selection.</td>
77 </tr>
78 </table>
79 <h3>Static Methods</h3>
80 <table>
81 <tr><td>None</td></tr>
82 </table>
83 <a NAME="InputDialogWizardDialog.__init__" ID="InputDialogWizardDialog.__init__"></a>
84 <h4>InputDialogWizardDialog (Constructor)</h4>
85 <b>InputDialogWizardDialog</b>(<i>parent=None</i>)
86 <p>
87 Constructor
88 </p><dl>
89 <dt><i>parent</i></dt>
90 <dd>
91 parent widget (QWidget)
92 </dd>
93 </dl><a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a>
94 <h4>InputDialogWizardDialog.getCode</h4>
95 <b>getCode</b>(<i>indLevel, indString</i>)
96 <p>
97 Public method to get the source code for Qt4/Qt5.
98 </p><dl>
99 <dt><i>indLevel</i></dt>
100 <dd>
101 indentation level (int)
102 </dd><dt><i>indString</i></dt>
103 <dd>
104 string used for indentation (space or tab) (string)
105 </dd>
106 </dl><dl>
107 <dt>Returns:</dt>
108 <dd>
109 generated code (string)
110 </dd>
111 </dl><a NAME="InputDialogWizardDialog.on_bTest_clicked" ID="InputDialogWizardDialog.on_bTest_clicked"></a>
112 <h4>InputDialogWizardDialog.on_bTest_clicked</h4>
113 <b>on_bTest_clicked</b>(<i></i>)
114 <p>
115 Private method to test the selected options.
116 </p><a NAME="InputDialogWizardDialog.on_buttonBox_clicked" ID="InputDialogWizardDialog.on_buttonBox_clicked"></a>
117 <h4>InputDialogWizardDialog.on_buttonBox_clicked</h4>
118 <b>on_buttonBox_clicked</b>(<i>button</i>)
119 <p>
120 Private slot called by a button of the button box clicked.
121 </p><dl>
122 <dt><i>button</i></dt>
123 <dd>
124 button that was clicked (QAbstractButton)
125 </dd>
126 </dl><a NAME="InputDialogWizardDialog.on_rItem_toggled" ID="InputDialogWizardDialog.on_rItem_toggled"></a>
127 <h4>InputDialogWizardDialog.on_rItem_toggled</h4>
128 <b>on_rItem_toggled</b>(<i>checked</i>)
129 <p>
130 Private slot to perform actions dependant on the item type selection.
131 </p><dl>
132 <dt><i>checked</i></dt>
133 <dd>
134 flag indicating the checked state (boolean)
135 </dd>
136 </dl>
137 <div align="right"><a href="#top">Up</a></div>
138 <hr />
139 </body></html>

eric ide

mercurial