5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Subversion Options Dialog for a new project from the |
11 Module implementing the Subversion Options Dialog for a new project from the |
13 repository. |
12 repository. |
14 </p> |
13 </p> |
|
14 |
15 <h3>Global Attributes</h3> |
15 <h3>Global Attributes</h3> |
16 |
|
17 <table> |
16 <table> |
18 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
19 </table> |
18 </table> |
|
19 |
20 <h3>Classes</h3> |
20 <h3>Classes</h3> |
21 |
|
22 <table> |
21 <table> |
23 |
|
24 <tr> |
22 <tr> |
25 <td><a href="#SvnNewProjectOptionsDialog">SvnNewProjectOptionsDialog</a></td> |
23 <td><a href="#SvnNewProjectOptionsDialog">SvnNewProjectOptionsDialog</a></td> |
26 <td>Class implementing the Options Dialog for a new project from the repository.</td> |
24 <td>Class implementing the Options Dialog for a new project from the repository.</td> |
27 </tr> |
25 </tr> |
28 </table> |
26 </table> |
|
27 |
29 <h3>Functions</h3> |
28 <h3>Functions</h3> |
30 |
|
31 <table> |
29 <table> |
32 <tr><td>None</td></tr> |
30 <tr><td>None</td></tr> |
33 </table> |
31 </table> |
|
32 |
34 <hr /> |
33 <hr /> |
35 <hr /> |
34 <hr /> |
36 <a NAME="SvnNewProjectOptionsDialog" ID="SvnNewProjectOptionsDialog"></a> |
35 <a NAME="SvnNewProjectOptionsDialog" ID="SvnNewProjectOptionsDialog"></a> |
37 <h2>SvnNewProjectOptionsDialog</h2> |
36 <h2>SvnNewProjectOptionsDialog</h2> |
38 |
|
39 <p> |
37 <p> |
40 Class implementing the Options Dialog for a new project from the |
38 Class implementing the Options Dialog for a new project from the |
41 repository. |
39 repository. |
42 </p> |
40 </p> |
|
41 |
43 <h3>Derived from</h3> |
42 <h3>Derived from</h3> |
44 QDialog, Ui_SvnNewProjectOptionsDialog |
43 QDialog, Ui_SvnNewProjectOptionsDialog |
45 <h3>Class Attributes</h3> |
44 <h3>Class Attributes</h3> |
46 |
|
47 <table> |
45 <table> |
48 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
49 </table> |
47 </table> |
|
48 |
50 <h3>Class Methods</h3> |
49 <h3>Class Methods</h3> |
51 |
|
52 <table> |
50 <table> |
53 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
54 </table> |
52 </table> |
|
53 |
55 <h3>Methods</h3> |
54 <h3>Methods</h3> |
56 |
|
57 <table> |
55 <table> |
58 |
|
59 <tr> |
56 <tr> |
60 <td><a href="#SvnNewProjectOptionsDialog.__init__">SvnNewProjectOptionsDialog</a></td> |
57 <td><a href="#SvnNewProjectOptionsDialog.__init__">SvnNewProjectOptionsDialog</a></td> |
61 <td>Constructor</td> |
58 <td>Constructor</td> |
62 </tr> |
59 </tr> |
63 <tr> |
60 <tr> |
83 <tr> |
80 <tr> |
84 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> |
81 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> |
85 <td>Private slot to handle changes of the URL.</td> |
82 <td>Private slot to handle changes of the URL.</td> |
86 </tr> |
83 </tr> |
87 </table> |
84 </table> |
|
85 |
88 <h3>Static Methods</h3> |
86 <h3>Static Methods</h3> |
89 |
|
90 <table> |
87 <table> |
91 <tr><td>None</td></tr> |
88 <tr><td>None</td></tr> |
92 </table> |
89 </table> |
93 |
90 |
|
91 |
94 <a NAME="SvnNewProjectOptionsDialog.__init__" ID="SvnNewProjectOptionsDialog.__init__"></a> |
92 <a NAME="SvnNewProjectOptionsDialog.__init__" ID="SvnNewProjectOptionsDialog.__init__"></a> |
95 <h4>SvnNewProjectOptionsDialog (Constructor)</h4> |
93 <h4>SvnNewProjectOptionsDialog (Constructor)</h4> |
96 <b>SvnNewProjectOptionsDialog</b>(<i>vcs, parent=None</i>) |
94 <b>SvnNewProjectOptionsDialog</b>(<i>vcs, parent=None</i>) |
97 |
|
98 <p> |
95 <p> |
99 Constructor |
96 Constructor |
100 </p> |
97 </p> |
|
98 |
101 <dl> |
99 <dl> |
102 |
100 |
103 <dt><i>vcs</i> (Subversion)</dt> |
101 <dt><i>vcs</i> (Subversion)</dt> |
104 <dd> |
102 <dd> |
105 reference to the version control object |
103 reference to the version control object |
130 </dd> |
128 </dd> |
131 </dl> |
129 </dl> |
132 <a NAME="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ID="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled"></a> |
130 <a NAME="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ID="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled"></a> |
133 <h4>SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled</h4> |
131 <h4>SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled</h4> |
134 <b>on_layoutCheckBox_toggled</b>(<i>checked</i>) |
132 <b>on_layoutCheckBox_toggled</b>(<i>checked</i>) |
135 |
|
136 <p> |
133 <p> |
137 Private slot to handle the change of the layout checkbox. |
134 Private slot to handle the change of the layout checkbox. |
138 </p> |
135 </p> |
|
136 |
139 <dl> |
137 <dl> |
140 |
138 |
141 <dt><i>checked</i> (bool)</dt> |
139 <dt><i>checked</i> (bool)</dt> |
142 <dd> |
140 <dd> |
143 flag indicating the state of the checkbox |
141 flag indicating the state of the checkbox |
144 </dd> |
142 </dd> |
145 </dl> |
143 </dl> |
146 <a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> |
144 <a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> |
147 <h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4> |
145 <h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4> |
148 <b>on_protocolCombo_activated</b>(<i>index</i>) |
146 <b>on_protocolCombo_activated</b>(<i>index</i>) |
149 |
|
150 <p> |
147 <p> |
151 Private slot to switch the status of the directory selection button. |
148 Private slot to switch the status of the directory selection button. |
152 </p> |
149 </p> |
|
150 |
153 <dl> |
151 <dl> |
154 |
152 |
155 <dt><i>index</i> (int)</dt> |
153 <dt><i>index</i> (int)</dt> |
156 <dd> |
154 <dd> |
157 index of the selected entry |
155 index of the selected entry |
158 </dd> |
156 </dd> |
159 </dl> |
157 </dl> |
160 <a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a> |
158 <a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a> |
161 <h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4> |
159 <h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4> |
162 <b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>) |
160 <b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>) |
163 |
|
164 <p> |
161 <p> |
165 Private slot to handle a change of the project directory. |
162 Private slot to handle a change of the project directory. |
166 </p> |
163 </p> |
|
164 |
167 <dl> |
165 <dl> |
168 |
166 |
169 <dt><i>txt</i> (str)</dt> |
167 <dt><i>txt</i> (str)</dt> |
170 <dd> |
168 <dd> |
171 name of the project directory |
169 name of the project directory |
172 </dd> |
170 </dd> |
173 </dl> |
171 </dl> |
174 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> |
172 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> |
175 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> |
173 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> |
176 <b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) |
174 <b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) |
177 |
|
178 <p> |
175 <p> |
179 Private slot to display a repository browser dialog. |
176 Private slot to display a repository browser dialog. |
180 </p> |
177 </p> |
|
178 |
181 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a> |
179 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a> |
182 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4> |
180 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4> |
183 <b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) |
181 <b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) |
184 |
|
185 <p> |
182 <p> |
186 Private slot to handle changes of the URL. |
183 Private slot to handle changes of the URL. |
187 </p> |
184 </p> |
|
185 |
188 <dl> |
186 <dl> |
189 |
187 |
190 <dt><i>txt</i> (str)</dt> |
188 <dt><i>txt</i> (str)</dt> |
191 <dd> |
189 <dd> |
192 current text of the line edit |
190 current text of the line edit |