16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the Subversion Options Dialog for a new project from the |
26 Module implementing the Subversion Options Dialog for a new project from the |
25 repository. |
27 repository. |
26 </p> |
28 </p> |
27 <h3>Global Attributes</h3> |
29 <h3>Global Attributes</h3> |
|
30 |
28 <table> |
31 <table> |
29 <tr><td>None</td></tr> |
32 <tr><td>None</td></tr> |
30 </table> |
33 </table> |
31 <h3>Classes</h3> |
34 <h3>Classes</h3> |
32 <table> |
35 |
|
36 <table> |
|
37 |
33 <tr> |
38 <tr> |
34 <td><a href="#SvnNewProjectOptionsDialog">SvnNewProjectOptionsDialog</a></td> |
39 <td><a href="#SvnNewProjectOptionsDialog">SvnNewProjectOptionsDialog</a></td> |
35 <td>Class implementing the Options Dialog for a new project from the repository.</td> |
40 <td>Class implementing the Options Dialog for a new project from the repository.</td> |
36 </tr> |
41 </tr> |
37 </table> |
42 </table> |
38 <h3>Functions</h3> |
43 <h3>Functions</h3> |
39 <table> |
44 |
40 <tr><td>None</td></tr> |
45 <table> |
41 </table> |
46 <tr><td>None</td></tr> |
42 <hr /><hr /> |
47 </table> |
|
48 <hr /> |
|
49 <hr /> |
43 <a NAME="SvnNewProjectOptionsDialog" ID="SvnNewProjectOptionsDialog"></a> |
50 <a NAME="SvnNewProjectOptionsDialog" ID="SvnNewProjectOptionsDialog"></a> |
44 <h2>SvnNewProjectOptionsDialog</h2> |
51 <h2>SvnNewProjectOptionsDialog</h2> |
|
52 |
45 <p> |
53 <p> |
46 Class implementing the Options Dialog for a new project from the |
54 Class implementing the Options Dialog for a new project from the |
47 repository. |
55 repository. |
48 </p> |
56 </p> |
49 <h3>Derived from</h3> |
57 <h3>Derived from</h3> |
50 QDialog, Ui_SvnNewProjectOptionsDialog |
58 QDialog, Ui_SvnNewProjectOptionsDialog |
51 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
|
60 |
52 <table> |
61 <table> |
53 <tr><td>None</td></tr> |
62 <tr><td>None</td></tr> |
54 </table> |
63 </table> |
55 <h3>Class Methods</h3> |
64 <h3>Class Methods</h3> |
|
65 |
56 <table> |
66 <table> |
57 <tr><td>None</td></tr> |
67 <tr><td>None</td></tr> |
58 </table> |
68 </table> |
59 <h3>Methods</h3> |
69 <h3>Methods</h3> |
60 <table> |
70 |
|
71 <table> |
|
72 |
61 <tr> |
73 <tr> |
62 <td><a href="#SvnNewProjectOptionsDialog.__init__">SvnNewProjectOptionsDialog</a></td> |
74 <td><a href="#SvnNewProjectOptionsDialog.__init__">SvnNewProjectOptionsDialog</a></td> |
63 <td>Constructor</td> |
75 <td>Constructor</td> |
64 </tr><tr> |
76 </tr> |
|
77 <tr> |
65 <td><a href="#SvnNewProjectOptionsDialog.getData">getData</a></td> |
78 <td><a href="#SvnNewProjectOptionsDialog.getData">getData</a></td> |
66 <td>Public slot to retrieve the data entered into the dialog.</td> |
79 <td>Public slot to retrieve the data entered into the dialog.</td> |
67 </tr><tr> |
80 </tr> |
|
81 <tr> |
68 <td><a href="#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled">on_layoutCheckBox_toggled</a></td> |
82 <td><a href="#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled">on_layoutCheckBox_toggled</a></td> |
69 <td>Private slot to handle the change of the layout checkbox.</td> |
83 <td>Private slot to handle the change of the layout checkbox.</td> |
70 </tr><tr> |
84 </tr> |
|
85 <tr> |
71 <td><a href="#SvnNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> |
86 <td><a href="#SvnNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> |
72 <td>Private slot to switch the status of the directory selection button.</td> |
87 <td>Private slot to switch the status of the directory selection button.</td> |
73 </tr><tr> |
88 </tr> |
|
89 <tr> |
74 <td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td> |
90 <td><a href="#SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td> |
75 <td>Private slot to handle a change of the project directory.</td> |
91 <td>Private slot to handle a change of the project directory.</td> |
76 </tr><tr> |
92 </tr> |
|
93 <tr> |
77 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td> |
94 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked">on_vcsUrlPicker_pickerButtonClicked</a></td> |
78 <td>Private slot to display a repository browser dialog.</td> |
95 <td>Private slot to display a repository browser dialog.</td> |
79 </tr><tr> |
96 </tr> |
|
97 <tr> |
80 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> |
98 <td><a href="#SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td> |
81 <td>Private slot to handle changes of the URL.</td> |
99 <td>Private slot to handle changes of the URL.</td> |
82 </tr> |
100 </tr> |
83 </table> |
101 </table> |
84 <h3>Static Methods</h3> |
102 <h3>Static Methods</h3> |
85 <table> |
103 |
86 <tr><td>None</td></tr> |
104 <table> |
87 </table> |
105 <tr><td>None</td></tr> |
|
106 </table> |
|
107 |
88 <a NAME="SvnNewProjectOptionsDialog.__init__" ID="SvnNewProjectOptionsDialog.__init__"></a> |
108 <a NAME="SvnNewProjectOptionsDialog.__init__" ID="SvnNewProjectOptionsDialog.__init__"></a> |
89 <h4>SvnNewProjectOptionsDialog (Constructor)</h4> |
109 <h4>SvnNewProjectOptionsDialog (Constructor)</h4> |
90 <b>SvnNewProjectOptionsDialog</b>(<i>vcs, parent=None</i>) |
110 <b>SvnNewProjectOptionsDialog</b>(<i>vcs, parent=None</i>) |
|
111 |
91 <p> |
112 <p> |
92 Constructor |
113 Constructor |
93 </p><dl> |
114 </p> |
|
115 <dl> |
|
116 |
94 <dt><i>vcs</i></dt> |
117 <dt><i>vcs</i></dt> |
95 <dd> |
118 <dd> |
96 reference to the version control object |
119 reference to the version control object |
97 </dd><dt><i>parent</i></dt> |
120 </dd> |
|
121 <dt><i>parent</i></dt> |
98 <dd> |
122 <dd> |
99 parent widget (QWidget) |
123 parent widget (QWidget) |
100 </dd> |
124 </dd> |
101 </dl><a NAME="SvnNewProjectOptionsDialog.getData" ID="SvnNewProjectOptionsDialog.getData"></a> |
125 </dl> |
|
126 <a NAME="SvnNewProjectOptionsDialog.getData" ID="SvnNewProjectOptionsDialog.getData"></a> |
102 <h4>SvnNewProjectOptionsDialog.getData</h4> |
127 <h4>SvnNewProjectOptionsDialog.getData</h4> |
103 <b>getData</b>(<i></i>) |
128 <b>getData</b>(<i></i>) |
|
129 |
104 <p> |
130 <p> |
105 Public slot to retrieve the data entered into the dialog. |
131 Public slot to retrieve the data entered into the dialog. |
106 </p><dl> |
132 </p> |
|
133 <dl> |
107 <dt>Returns:</dt> |
134 <dt>Returns:</dt> |
108 <dd> |
135 <dd> |
109 a tuple of a string (project directory) and a dictionary |
136 a tuple of a string (project directory) and a dictionary |
110 containing the data entered. |
137 containing the data entered. |
111 </dd> |
138 </dd> |
112 </dl><a NAME="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ID="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled"></a> |
139 </dl> |
|
140 <a NAME="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ID="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled"></a> |
113 <h4>SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled</h4> |
141 <h4>SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled</h4> |
114 <b>on_layoutCheckBox_toggled</b>(<i>checked</i>) |
142 <b>on_layoutCheckBox_toggled</b>(<i>checked</i>) |
|
143 |
115 <p> |
144 <p> |
116 Private slot to handle the change of the layout checkbox. |
145 Private slot to handle the change of the layout checkbox. |
117 </p><dl> |
146 </p> |
|
147 <dl> |
|
148 |
118 <dt><i>checked</i></dt> |
149 <dt><i>checked</i></dt> |
119 <dd> |
150 <dd> |
120 flag indicating the state of the checkbox (boolean) |
151 flag indicating the state of the checkbox (boolean) |
121 </dd> |
152 </dd> |
122 </dl><a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> |
153 </dl> |
|
154 <a NAME="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ID="SvnNewProjectOptionsDialog.on_protocolCombo_activated"></a> |
123 <h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4> |
155 <h4>SvnNewProjectOptionsDialog.on_protocolCombo_activated</h4> |
124 <b>on_protocolCombo_activated</b>(<i>protocol</i>) |
156 <b>on_protocolCombo_activated</b>(<i>protocol</i>) |
|
157 |
125 <p> |
158 <p> |
126 Private slot to switch the status of the directory selection button. |
159 Private slot to switch the status of the directory selection button. |
127 </p><dl> |
160 </p> |
|
161 <dl> |
|
162 |
128 <dt><i>protocol</i></dt> |
163 <dt><i>protocol</i></dt> |
129 <dd> |
164 <dd> |
130 name of the selected protocol (string) |
165 name of the selected protocol (string) |
131 </dd> |
166 </dd> |
132 </dl><a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a> |
167 </dl> |
|
168 <a NAME="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a> |
133 <h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4> |
169 <h4>SvnNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4> |
134 <b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>) |
170 <b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>) |
|
171 |
135 <p> |
172 <p> |
136 Private slot to handle a change of the project directory. |
173 Private slot to handle a change of the project directory. |
137 </p><dl> |
174 </p> |
|
175 <dl> |
|
176 |
138 <dt><i>txt</i></dt> |
177 <dt><i>txt</i></dt> |
139 <dd> |
178 <dd> |
140 name of the project directory (string) |
179 name of the project directory (string) |
141 </dd> |
180 </dd> |
142 </dl><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> |
181 </dl> |
|
182 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked"></a> |
143 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> |
183 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_pickerButtonClicked</h4> |
144 <b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) |
184 <b>on_vcsUrlPicker_pickerButtonClicked</b>(<i></i>) |
|
185 |
145 <p> |
186 <p> |
146 Private slot to display a repository browser dialog. |
187 Private slot to display a repository browser dialog. |
147 </p><a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a> |
188 </p> |
|
189 <a NAME="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a> |
148 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4> |
190 <h4>SvnNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4> |
149 <b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) |
191 <b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>) |
|
192 |
150 <p> |
193 <p> |
151 Private slot to handle changes of the URL. |
194 Private slot to handle changes of the URL. |
152 </p><dl> |
195 </p> |
|
196 <dl> |
|
197 |
153 <dt><i>txt</i></dt> |
198 <dt><i>txt</i></dt> |
154 <dd> |
199 <dd> |
155 current text of the line edit (string) |
200 current text of the line edit (string) |
156 </dd> |
201 </dd> |
157 </dl> |
202 </dl> |