74 <table> |
74 <table> |
75 <tr><td>None</td></tr> |
75 <tr><td>None</td></tr> |
76 </table> |
76 </table> |
77 <a NAME="AddFileDialog.__init__" ID="AddFileDialog.__init__"></a> |
77 <a NAME="AddFileDialog.__init__" ID="AddFileDialog.__init__"></a> |
78 <h4>AddFileDialog (Constructor)</h4> |
78 <h4>AddFileDialog (Constructor)</h4> |
79 <b>AddFileDialog</b>(<i>pro, parent=None, filter=None, name=None, startdir=None</i>) |
79 <b>AddFileDialog</b>(<i>pro, parent=None, fileTypeFilter=None, name=None, startdir=None</i>) |
80 <p> |
80 <p> |
81 Constructor |
81 Constructor |
82 </p><dl> |
82 </p><dl> |
83 <dt><i>pro</i></dt> |
83 <dt><i>pro</i></dt> |
84 <dd> |
84 <dd> |
85 reference to the project object |
85 reference to the project object |
86 </dd><dt><i>parent</i></dt> |
86 </dd><dt><i>parent</i></dt> |
87 <dd> |
87 <dd> |
88 parent widget of this dialog (QWidget) |
88 parent widget of this dialog (QWidget) |
89 </dd><dt><i>filter</i></dt> |
89 </dd><dt><i>fileTypeFilter</i></dt> |
90 <dd> |
90 <dd> |
91 filter specification for the file to add (string) |
91 filter specification for the file to add (string) |
92 </dd><dt><i>name</i></dt> |
92 </dd><dt><i>name</i></dt> |
93 <dd> |
93 <dd> |
94 name of this dialog (string) |
94 name of this dialog (string) |