Documentation/Source/eric6.Project.AddDirectoryDialog.html

changeset 5606
da305d172769
parent 4602
48cc4820e2c2
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
74 <table> 74 <table>
75 <tr><td>None</td></tr> 75 <tr><td>None</td></tr>
76 </table> 76 </table>
77 <a NAME="AddDirectoryDialog.__init__" ID="AddDirectoryDialog.__init__"></a> 77 <a NAME="AddDirectoryDialog.__init__" ID="AddDirectoryDialog.__init__"></a>
78 <h4>AddDirectoryDialog (Constructor)</h4> 78 <h4>AddDirectoryDialog (Constructor)</h4>
79 <b>AddDirectoryDialog</b>(<i>pro, filter='source', parent=None, name=None, startdir=None</i>) 79 <b>AddDirectoryDialog</b>(<i>pro, fileTypeFilter='source', parent=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>filter</i></dt> 86 </dd><dt><i>fileTypeFilter</i></dt>
87 <dd> 87 <dd>
88 file type filter (string) 88 file type filter (string)
89 </dd><dt><i>parent</i></dt> 89 </dd><dt><i>parent</i></dt>
90 <dd> 90 <dd>
91 parent widget of this dialog (QWidget) 91 parent widget of this dialog (QWidget)
118 <dd> 118 <dd>
119 the selected file type (string) 119 the selected file type (string)
120 </dd> 120 </dd>
121 </dl><a NAME="AddDirectoryDialog.on_sourceDirPicker_textChanged" ID="AddDirectoryDialog.on_sourceDirPicker_textChanged"></a> 121 </dl><a NAME="AddDirectoryDialog.on_sourceDirPicker_textChanged" ID="AddDirectoryDialog.on_sourceDirPicker_textChanged"></a>
122 <h4>AddDirectoryDialog.on_sourceDirPicker_textChanged</h4> 122 <h4>AddDirectoryDialog.on_sourceDirPicker_textChanged</h4>
123 <b>on_sourceDirPicker_textChanged</b>(<i>dir</i>) 123 <b>on_sourceDirPicker_textChanged</b>(<i>directory</i>)
124 <p> 124 <p>
125 Private slot to handle the source directory text changed. 125 Private slot to handle the source directory text changed.
126 </p><p> 126 </p><p>
127 If the entered source directory is a subdirectory of the current 127 If the entered source directory is a subdirectory of the current
128 projects main directory, the target directory path is synchronized. 128 projects main directory, the target directory path is synchronized.
129 It is assumed, that the user wants to add a bunch of files to 129 It is assumed, that the user wants to add a bunch of files to
130 the project in place. 130 the project in place.
131 </p><dl> 131 </p><dl>
132 <dt><i>dir</i></dt> 132 <dt><i>directory</i></dt>
133 <dd> 133 <dd>
134 the text of the source directory line edit (string) 134 the text of the source directory line edit (string)
135 </dd> 135 </dd>
136 </dl> 136 </dl>
137 <div align="right"><a href="#top">Up</a></div> 137 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial