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