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