src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html

branch
eric7
changeset 9610
b45bccbdf331
parent 9209
b99e7fd55fd3
child 10154
d833c6a8c41f
equal deleted inserted replaced
9609:c2f9c10c47cc 9610:b45bccbdf331
57 <tr> 57 <tr>
58 <td><a href="#PropertiesDialog.__init__">PropertiesDialog</a></td> 58 <td><a href="#PropertiesDialog.__init__">PropertiesDialog</a></td>
59 <td>Constructor</td> 59 <td>Constructor</td>
60 </tr> 60 </tr>
61 <tr> 61 <tr>
62 <td><a href="#PropertiesDialog.__initFileTypesDict">__initFileTypesDict</a></td>
63 <td>Private slot to (re-)initialize the filetype dictionary.</td>
64 </tr>
65 <tr>
62 <td><a href="#PropertiesDialog.__populateLicenseComboBox">__populateLicenseComboBox</a></td> 66 <td><a href="#PropertiesDialog.__populateLicenseComboBox">__populateLicenseComboBox</a></td>
63 <td>Private method to populate the license selector with the list of trove license types.</td> 67 <td>Private method to populate the license selector with the list of trove license types.</td>
64 </tr> 68 </tr>
65 <tr> 69 <tr>
66 <td><a href="#PropertiesDialog.getPPath">getPPath</a></td> 70 <td><a href="#PropertiesDialog.getPPath">getPPath</a></td>
71 <td>Public method to get the selected project type.</td> 75 <td>Public method to get the selected project type.</td>
72 </tr> 76 </tr>
73 <tr> 77 <tr>
74 <td><a href="#PropertiesDialog.on_dirPicker_textChanged">on_dirPicker_textChanged</a></td> 78 <td><a href="#PropertiesDialog.on_dirPicker_textChanged">on_dirPicker_textChanged</a></td>
75 <td>Private slot to handle a change of the project directory.</td> 79 <td>Private slot to handle a change of the project directory.</td>
80 </tr>
81 <tr>
82 <td><a href="#PropertiesDialog.on_filetypesButton_clicked">on_filetypesButton_clicked</a></td>
83 <td>Private slot to open a dialog to edit the filetype associations.</td>
76 </tr> 84 </tr>
77 <tr> 85 <tr>
78 <td><a href="#PropertiesDialog.on_languageComboBox_currentTextChanged">on_languageComboBox_currentTextChanged</a></td> 86 <td><a href="#PropertiesDialog.on_languageComboBox_currentTextChanged">on_languageComboBox_currentTextChanged</a></td>
79 <td>Private slot handling the selection of a programming language.</td> 87 <td>Private slot handling the selection of a programming language.</td>
80 </tr> 88 </tr>
120 <p> 128 <p>
121 Constructor 129 Constructor
122 </p> 130 </p>
123 <dl> 131 <dl>
124 132
125 <dt><i>project</i></dt> 133 <dt><i>project</i> (Project)</dt>
126 <dd> 134 <dd>
127 reference to the project object 135 reference to the project object
128 </dd> 136 </dd>
129 <dt><i>new</i></dt> 137 <dt><i>new</i> (bool (optional))</dt>
130 <dd> 138 <dd>
131 flag indicating the generation of a new project 139 flag indicating the generation of a new project
132 </dd> 140 (defaults to True)
133 <dt><i>parent</i></dt> 141 </dd>
134 <dd> 142 <dt><i>parent</i> (QWidget (optional))</dt>
135 parent widget of this dialog (QWidget) 143 <dd>
136 </dd> 144 parent widget of this dialog (defaults to None)
137 <dt><i>name</i></dt> 145 </dd>
138 <dd> 146 <dt><i>name</i> (str (optional))</dt>
139 name of this dialog (string) 147 <dd>
140 </dd> 148 name of this dialog (defaults to None)
141 </dl> 149 </dd>
150 </dl>
151 <a NAME="PropertiesDialog.__initFileTypesDict" ID="PropertiesDialog.__initFileTypesDict"></a>
152 <h4>PropertiesDialog.__initFileTypesDict</h4>
153 <b>__initFileTypesDict</b>(<i></i>)
154
155 <p>
156 Private slot to (re-)initialize the filetype dictionary.
157 </p>
142 <a NAME="PropertiesDialog.__populateLicenseComboBox" ID="PropertiesDialog.__populateLicenseComboBox"></a> 158 <a NAME="PropertiesDialog.__populateLicenseComboBox" ID="PropertiesDialog.__populateLicenseComboBox"></a>
143 <h4>PropertiesDialog.__populateLicenseComboBox</h4> 159 <h4>PropertiesDialog.__populateLicenseComboBox</h4>
144 <b>__populateLicenseComboBox</b>(<i></i>) 160 <b>__populateLicenseComboBox</b>(<i></i>)
145 161
146 <p> 162 <p>
185 <dt><i>txt</i></dt> 201 <dt><i>txt</i></dt>
186 <dd> 202 <dd>
187 name of the project directory (string) 203 name of the project directory (string)
188 </dd> 204 </dd>
189 </dl> 205 </dl>
206 <a NAME="PropertiesDialog.on_filetypesButton_clicked" ID="PropertiesDialog.on_filetypesButton_clicked"></a>
207 <h4>PropertiesDialog.on_filetypesButton_clicked</h4>
208 <b>on_filetypesButton_clicked</b>(<i></i>)
209
210 <p>
211 Private slot to open a dialog to edit the filetype associations.
212 </p>
190 <a NAME="PropertiesDialog.on_languageComboBox_currentTextChanged" ID="PropertiesDialog.on_languageComboBox_currentTextChanged"></a> 213 <a NAME="PropertiesDialog.on_languageComboBox_currentTextChanged" ID="PropertiesDialog.on_languageComboBox_currentTextChanged"></a>
191 <h4>PropertiesDialog.on_languageComboBox_currentTextChanged</h4> 214 <h4>PropertiesDialog.on_languageComboBox_currentTextChanged</h4>
192 <b>on_languageComboBox_currentTextChanged</b>(<i>language</i>) 215 <b>on_languageComboBox_currentTextChanged</b>(<i>language</i>)
193 216
194 <p> 217 <p>

eric ide

mercurial