20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog</h1> |
23 <h1>eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog</h1> |
24 <p> |
24 <p> |
25 Module implementing the file dialog wizard dialog. |
25 Module implementing the file dialog wizard dialog. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#FileDialogWizardDialog">FileDialogWizardDialog</a></td> |
34 <td><a href="#FileDialogWizardDialog">FileDialogWizardDialog</a></td> |
35 <td>Class implementing the color dialog wizard dialog.</td> |
35 <td>Class implementing the color dialog wizard dialog.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="FileDialogWizardDialog" ID="FileDialogWizardDialog"></a> |
43 <a NAME="FileDialogWizardDialog" ID="FileDialogWizardDialog"></a> |
44 <h2>FileDialogWizardDialog</h2> |
44 <h2>FileDialogWizardDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing the color dialog wizard dialog. |
46 Class implementing the color dialog wizard dialog. |
47 </p><p> |
47 </p><p> |
48 It displays a dialog for entering the parameters |
48 It displays a dialog for entering the parameters |
49 for the QFileDialog code generator. |
49 for the QFileDialog code generator. |
50 </p> |
50 </p> |
51 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
52 QDialog, Ui_FileDialogWizardDialog |
52 QDialog, Ui_FileDialogWizardDialog |
53 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
54 <table> |
54 <table> |
56 </table> |
56 </table> |
57 <h3>Methods</h3> |
57 <h3>Methods</h3> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#FileDialogWizardDialog.__init__">FileDialogWizardDialog</a></td> |
60 <td><a href="#FileDialogWizardDialog.__init__">FileDialogWizardDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#FileDialogWizardDialog.__getCode4">__getCode4</a></td> |
63 <td><a href="#FileDialogWizardDialog.__getCode4">__getCode4</a></td> |
64 <td>Private method to get the source code for Qt4.</td> |
64 <td>Private method to get the source code for Qt4.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#FileDialogWizardDialog.__toggleConfirmCheckBox">__toggleConfirmCheckBox</a></td> |
66 <td><a href="#FileDialogWizardDialog.__toggleConfirmCheckBox">__toggleConfirmCheckBox</a></td> |
67 <td>Private slot to enable/disable the confirmation check box.</td> |
67 <td>Private slot to enable/disable the confirmation check box.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#FileDialogWizardDialog.__toggleGroupsAndTest">__toggleGroupsAndTest</a></td> |
69 <td><a href="#FileDialogWizardDialog.__toggleGroupsAndTest">__toggleGroupsAndTest</a></td> |
70 <td>Private slot to enable/disable certain groups and the test button.</td> |
70 <td>Private slot to enable/disable certain groups and the test button.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#FileDialogWizardDialog.getCode">getCode</a></td> |
72 <td><a href="#FileDialogWizardDialog.getCode">getCode</a></td> |
73 <td>Public method to get the source code.</td> |
73 <td>Public method to get the source code.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#FileDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
75 <td><a href="#FileDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
76 <td>Private method to test the selected options.</td> |
76 <td>Private method to test the selected options.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#FileDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
78 <td><a href="#FileDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
79 <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> |
80 </tr> |
80 </tr> |
81 </table> |
81 </table> |
82 <a NAME="FileDialogWizardDialog.__init__" ID="FileDialogWizardDialog.__init__"></a> |
82 <a NAME="FileDialogWizardDialog.__init__" ID="FileDialogWizardDialog.__init__"></a> |
83 <h4>FileDialogWizardDialog (Constructor)</h4> |
83 <h4>FileDialogWizardDialog (Constructor)</h4> |
84 <b>FileDialogWizardDialog</b>(<i>parent=None</i>) |
84 <b>FileDialogWizardDialog</b>(<i>parent=None</i>) |
85 <p> |
85 <p> |
86 Constructor |
86 Constructor |
87 </p><dl> |
87 </p><dl> |
88 <dt><i>parent</i></dt> |
88 <dt><i>parent</i></dt> |
89 <dd> |
89 <dd> |
90 parent widget (QWidget) |
90 parent widget (QWidget) |
91 </dd> |
91 </dd> |
92 </dl><a NAME="FileDialogWizardDialog.__getCode4" ID="FileDialogWizardDialog.__getCode4"></a> |
92 </dl><a NAME="FileDialogWizardDialog.__getCode4" ID="FileDialogWizardDialog.__getCode4"></a> |
93 <h4>FileDialogWizardDialog.__getCode4</h4> |
93 <h4>FileDialogWizardDialog.__getCode4</h4> |
94 <b>__getCode4</b>(<i>indLevel, indString</i>) |
94 <b>__getCode4</b>(<i>indLevel, indString</i>) |
95 <p> |
95 <p> |
96 Private method to get the source code for Qt4. |
96 Private method to get the source code for Qt4. |
97 </p><dl> |
97 </p><dl> |
98 <dt><i>indLevel</i></dt> |
98 <dt><i>indLevel</i></dt> |
99 <dd> |
99 <dd> |
100 indentation level (int) |
100 indentation level (int) |
101 </dd><dt><i>indString</i></dt> |
101 </dd><dt><i>indString</i></dt> |
102 <dd> |
102 <dd> |
103 string used for indentation (space or tab) (string) |
103 string used for indentation (space or tab) (string) |
104 </dd> |
104 </dd> |
105 </dl><dl> |
105 </dl><dl> |
106 <dt>Returns:</dt> |
106 <dt>Returns:</dt> |
107 <dd> |
107 <dd> |
108 generated code (string) |
108 generated code (string) |
109 </dd> |
109 </dd> |
110 </dl><a NAME="FileDialogWizardDialog.__toggleConfirmCheckBox" ID="FileDialogWizardDialog.__toggleConfirmCheckBox"></a> |
110 </dl><a NAME="FileDialogWizardDialog.__toggleConfirmCheckBox" ID="FileDialogWizardDialog.__toggleConfirmCheckBox"></a> |
111 <h4>FileDialogWizardDialog.__toggleConfirmCheckBox</h4> |
111 <h4>FileDialogWizardDialog.__toggleConfirmCheckBox</h4> |
112 <b>__toggleConfirmCheckBox</b>(<i></i>) |
112 <b>__toggleConfirmCheckBox</b>(<i></i>) |
113 <p> |
113 <p> |
114 Private slot to enable/disable the confirmation check box. |
114 Private slot to enable/disable the confirmation check box. |
115 </p><a NAME="FileDialogWizardDialog.__toggleGroupsAndTest" ID="FileDialogWizardDialog.__toggleGroupsAndTest"></a> |
115 </p><a NAME="FileDialogWizardDialog.__toggleGroupsAndTest" ID="FileDialogWizardDialog.__toggleGroupsAndTest"></a> |
116 <h4>FileDialogWizardDialog.__toggleGroupsAndTest</h4> |
116 <h4>FileDialogWizardDialog.__toggleGroupsAndTest</h4> |
117 <b>__toggleGroupsAndTest</b>(<i></i>) |
117 <b>__toggleGroupsAndTest</b>(<i></i>) |
118 <p> |
118 <p> |
119 Private slot to enable/disable certain groups and the test button. |
119 Private slot to enable/disable certain groups and the test button. |
120 </p><a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a> |
120 </p><a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a> |
121 <h4>FileDialogWizardDialog.getCode</h4> |
121 <h4>FileDialogWizardDialog.getCode</h4> |
122 <b>getCode</b>(<i>indLevel, indString</i>) |
122 <b>getCode</b>(<i>indLevel, indString</i>) |
123 <p> |
123 <p> |
124 Public method to get the source code. |
124 Public method to get the source code. |
125 </p><dl> |
125 </p><dl> |
126 <dt><i>indLevel</i></dt> |
126 <dt><i>indLevel</i></dt> |
127 <dd> |
127 <dd> |
128 indentation level (int) |
128 indentation level (int) |
129 </dd><dt><i>indString</i></dt> |
129 </dd><dt><i>indString</i></dt> |
130 <dd> |
130 <dd> |
131 string used for indentation (space or tab) (string) |
131 string used for indentation (space or tab) (string) |
132 </dd> |
132 </dd> |
133 </dl><dl> |
133 </dl><dl> |
134 <dt>Returns:</dt> |
134 <dt>Returns:</dt> |
135 <dd> |
135 <dd> |
136 generated code (string) |
136 generated code (string) |
137 </dd> |
137 </dd> |
138 </dl><a NAME="FileDialogWizardDialog.on_bTest_clicked" ID="FileDialogWizardDialog.on_bTest_clicked"></a> |
138 </dl><a NAME="FileDialogWizardDialog.on_bTest_clicked" ID="FileDialogWizardDialog.on_bTest_clicked"></a> |
139 <h4>FileDialogWizardDialog.on_bTest_clicked</h4> |
139 <h4>FileDialogWizardDialog.on_bTest_clicked</h4> |
140 <b>on_bTest_clicked</b>(<i></i>) |
140 <b>on_bTest_clicked</b>(<i></i>) |
141 <p> |
141 <p> |
142 Private method to test the selected options. |
142 Private method to test the selected options. |
143 </p><a NAME="FileDialogWizardDialog.on_buttonBox_clicked" ID="FileDialogWizardDialog.on_buttonBox_clicked"></a> |
143 </p><a NAME="FileDialogWizardDialog.on_buttonBox_clicked" ID="FileDialogWizardDialog.on_buttonBox_clicked"></a> |
144 <h4>FileDialogWizardDialog.on_buttonBox_clicked</h4> |
144 <h4>FileDialogWizardDialog.on_buttonBox_clicked</h4> |
145 <b>on_buttonBox_clicked</b>(<i>button</i>) |
145 <b>on_buttonBox_clicked</b>(<i>button</i>) |
146 <p> |
146 <p> |
147 Private slot called by a button of the button box clicked. |
147 Private slot called by a button of the button box clicked. |
148 </p><dl> |
148 </p><dl> |
149 <dt><i>button</i></dt> |
149 <dt><i>button</i></dt> |
150 <dd> |
150 <dd> |
151 button that was clicked (QAbstractButton) |
151 button that was clicked (QAbstractButton) |
152 </dd> |
152 </dd> |
153 </dl> |
153 </dl> |
154 <div align="right"><a href="#top">Up</a></div> |
154 <div align="right"><a href="#top">Up</a></div> |
155 <hr /> |
155 <hr /> |
156 </body></html> |
156 </body></html> |