Documentation/Source/eric6.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html

changeset 3673
e26d7d0c1088
child 5606
da305d172769
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog</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.FileDialogWizard.FileDialogWizardDialog</h1>
23 <p>
24 Module implementing the file 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="#FileDialogWizardDialog">FileDialogWizardDialog</a></td>
34 <td>Class implementing the color 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="FileDialogWizardDialog" ID="FileDialogWizardDialog"></a>
43 <h2>FileDialogWizardDialog</h2>
44 <p>
45 Class implementing the color dialog wizard dialog.
46 </p><p>
47 It displays a dialog for entering the parameters
48 for the QFileDialog code generator.
49 </p>
50 <h3>Derived from</h3>
51 QDialog, Ui_FileDialogWizardDialog
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="#FileDialogWizardDialog.__init__">FileDialogWizardDialog</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#FileDialogWizardDialog.__adjustOptions">__adjustOptions</a></td>
67 <td>Private method to adjust the file dialog options.</td>
68 </tr><tr>
69 <td><a href="#FileDialogWizardDialog.__toggleConfirmCheckBox">__toggleConfirmCheckBox</a></td>
70 <td>Private slot to enable/disable the confirmation check box.</td>
71 </tr><tr>
72 <td><a href="#FileDialogWizardDialog.__toggleGroupsAndTest">__toggleGroupsAndTest</a></td>
73 <td>Private slot to enable/disable certain groups and the test button.</td>
74 </tr><tr>
75 <td><a href="#FileDialogWizardDialog.__toggleInitialFilterAndResult">__toggleInitialFilterAndResult</a></td>
76 <td>Private slot to enable/disable the initial filter elements and the results entries.</td>
77 </tr><tr>
78 <td><a href="#FileDialogWizardDialog.getCode">getCode</a></td>
79 <td>Public method to get the source code for Qt4 and Qt5.</td>
80 </tr><tr>
81 <td><a href="#FileDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td>
82 <td>Private method to test the selected options.</td>
83 </tr><tr>
84 <td><a href="#FileDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
85 <td>Private slot called by a button of the button box clicked.</td>
86 </tr><tr>
87 <td><a href="#FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged">on_pyqtComboBox_currentIndexChanged</a></td>
88 <td>Private slot to setup the dialog for the selected PyQt variant.</td>
89 </tr>
90 </table>
91 <h3>Static Methods</h3>
92 <table>
93 <tr><td>None</td></tr>
94 </table>
95 <a NAME="FileDialogWizardDialog.__init__" ID="FileDialogWizardDialog.__init__"></a>
96 <h4>FileDialogWizardDialog (Constructor)</h4>
97 <b>FileDialogWizardDialog</b>(<i>pyqtVariant, parent=None</i>)
98 <p>
99 Constructor
100 </p><dl>
101 <dt><i>pyqtVariant</i></dt>
102 <dd>
103 variant of PyQt (integer; 0, 4 or 5)
104 </dd><dt><i>parent</i></dt>
105 <dd>
106 parent widget (QWidget)
107 </dd>
108 </dl><a NAME="FileDialogWizardDialog.__adjustOptions" ID="FileDialogWizardDialog.__adjustOptions"></a>
109 <h4>FileDialogWizardDialog.__adjustOptions</h4>
110 <b>__adjustOptions</b>(<i>options</i>)
111 <p>
112 Private method to adjust the file dialog options.
113 </p><dl>
114 <dt><i>options</i></dt>
115 <dd>
116 file dialog options (QFileDialog.Options)
117 </dd>
118 </dl><dl>
119 <dt>Returns:</dt>
120 <dd>
121 modified options (QFileDialog.Options)
122 </dd>
123 </dl><a NAME="FileDialogWizardDialog.__toggleConfirmCheckBox" ID="FileDialogWizardDialog.__toggleConfirmCheckBox"></a>
124 <h4>FileDialogWizardDialog.__toggleConfirmCheckBox</h4>
125 <b>__toggleConfirmCheckBox</b>(<i></i>)
126 <p>
127 Private slot to enable/disable the confirmation check box.
128 </p><a NAME="FileDialogWizardDialog.__toggleGroupsAndTest" ID="FileDialogWizardDialog.__toggleGroupsAndTest"></a>
129 <h4>FileDialogWizardDialog.__toggleGroupsAndTest</h4>
130 <b>__toggleGroupsAndTest</b>(<i></i>)
131 <p>
132 Private slot to enable/disable certain groups and the test button.
133 </p><a NAME="FileDialogWizardDialog.__toggleInitialFilterAndResult" ID="FileDialogWizardDialog.__toggleInitialFilterAndResult"></a>
134 <h4>FileDialogWizardDialog.__toggleInitialFilterAndResult</h4>
135 <b>__toggleInitialFilterAndResult</b>(<i>id</i>)
136 <p>
137 Private slot to enable/disable the initial filter elements and the
138 results entries.
139 </p><dl>
140 <dt><i>id</i></dt>
141 <dd>
142 id of the clicked button (integer)
143 </dd>
144 </dl><a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a>
145 <h4>FileDialogWizardDialog.getCode</h4>
146 <b>getCode</b>(<i>indLevel, indString</i>)
147 <p>
148 Public method to get the source code for Qt4 and Qt5.
149 </p><dl>
150 <dt><i>indLevel</i></dt>
151 <dd>
152 indentation level (int)
153 </dd><dt><i>indString</i></dt>
154 <dd>
155 string used for indentation (space or tab) (string)
156 </dd>
157 </dl><dl>
158 <dt>Returns:</dt>
159 <dd>
160 generated code (string)
161 </dd>
162 </dl><a NAME="FileDialogWizardDialog.on_bTest_clicked" ID="FileDialogWizardDialog.on_bTest_clicked"></a>
163 <h4>FileDialogWizardDialog.on_bTest_clicked</h4>
164 <b>on_bTest_clicked</b>(<i></i>)
165 <p>
166 Private method to test the selected options.
167 </p><a NAME="FileDialogWizardDialog.on_buttonBox_clicked" ID="FileDialogWizardDialog.on_buttonBox_clicked"></a>
168 <h4>FileDialogWizardDialog.on_buttonBox_clicked</h4>
169 <b>on_buttonBox_clicked</b>(<i>button</i>)
170 <p>
171 Private slot called by a button of the button box clicked.
172 </p><dl>
173 <dt><i>button</i></dt>
174 <dd>
175 button that was clicked (QAbstractButton)
176 </dd>
177 </dl><a NAME="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged" ID="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged"></a>
178 <h4>FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged</h4>
179 <b>on_pyqtComboBox_currentIndexChanged</b>(<i>txt</i>)
180 <p>
181 Private slot to setup the dialog for the selected PyQt variant.
182 </p><dl>
183 <dt><i>txt</i></dt>
184 <dd>
185 text of the selected combo box entry (string)
186 </dd>
187 </dl>
188 <div align="right"><a href="#top">Up</a></div>
189 <hr />
190 </body></html>

eric ide

mercurial