Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
child 5559
072d97551334
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
63 <td>Constructor</td> 63 <td>Constructor</td>
64 </tr><tr> 64 </tr><tr>
65 <td><a href="#HgNewProjectOptionsDialog.getData">getData</a></td> 65 <td><a href="#HgNewProjectOptionsDialog.getData">getData</a></td>
66 <td>Public slot to retrieve the data entered into the dialog.</td> 66 <td>Public slot to retrieve the data entered into the dialog.</td>
67 </tr><tr> 67 </tr><tr>
68 <td><a href="#HgNewProjectOptionsDialog.on_projectDirButton_clicked">on_projectDirButton_clicked</a></td>
69 <td>Private slot to display a directory selection dialog.</td>
70 </tr><tr>
71 <td><a href="#HgNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td> 68 <td><a href="#HgNewProjectOptionsDialog.on_protocolCombo_activated">on_protocolCombo_activated</a></td>
72 <td>Private slot to switch the status of the directory selection button.</td> 69 <td>Private slot to switch the status of the directory selection button.</td>
73 </tr><tr> 70 </tr><tr>
74 <td><a href="#HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged">on_vcsProjectDirEdit_textChanged</a></td> 71 <td><a href="#HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged">on_vcsProjectDirPicker_textChanged</a></td>
75 <td>Private slot to handle a change of the project directory.</td> 72 <td>Private slot to handle a change of the project directory.</td>
76 </tr><tr> 73 </tr><tr>
77 <td><a href="#HgNewProjectOptionsDialog.on_vcsUrlButton_clicked">on_vcsUrlButton_clicked</a></td> 74 <td><a href="#HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged">on_vcsUrlPicker_textChanged</a></td>
78 <td>Private slot to display a selection dialog.</td>
79 </tr><tr>
80 <td><a href="#HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged">on_vcsUrlEdit_textChanged</a></td>
81 <td>Private slot to handle changes of the URL.</td> 75 <td>Private slot to handle changes of the URL.</td>
82 </tr> 76 </tr>
83 </table> 77 </table>
84 <h3>Static Methods</h3> 78 <h3>Static Methods</h3>
85 <table> 79 <table>
107 <dt>Returns:</dt> 101 <dt>Returns:</dt>
108 <dd> 102 <dd>
109 a tuple of a string (project directory) and a dictionary 103 a tuple of a string (project directory) and a dictionary
110 containing the data entered. 104 containing the data entered.
111 </dd> 105 </dd>
112 </dl><a NAME="HgNewProjectOptionsDialog.on_projectDirButton_clicked" ID="HgNewProjectOptionsDialog.on_projectDirButton_clicked"></a> 106 </dl><a NAME="HgNewProjectOptionsDialog.on_protocolCombo_activated" ID="HgNewProjectOptionsDialog.on_protocolCombo_activated"></a>
113 <h4>HgNewProjectOptionsDialog.on_projectDirButton_clicked</h4>
114 <b>on_projectDirButton_clicked</b>(<i></i>)
115 <p>
116 Private slot to display a directory selection dialog.
117 </p><a NAME="HgNewProjectOptionsDialog.on_protocolCombo_activated" ID="HgNewProjectOptionsDialog.on_protocolCombo_activated"></a>
118 <h4>HgNewProjectOptionsDialog.on_protocolCombo_activated</h4> 107 <h4>HgNewProjectOptionsDialog.on_protocolCombo_activated</h4>
119 <b>on_protocolCombo_activated</b>(<i>protocol</i>) 108 <b>on_protocolCombo_activated</b>(<i>protocol</i>)
120 <p> 109 <p>
121 Private slot to switch the status of the directory selection button. 110 Private slot to switch the status of the directory selection button.
122 </p><dl> 111 </p><dl>
123 <dt><i>protocol</i></dt> 112 <dt><i>protocol</i></dt>
124 <dd> 113 <dd>
125 name of the selected protocol (string) 114 name of the selected protocol (string)
126 </dd> 115 </dd>
127 </dl><a NAME="HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged" ID="HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged"></a> 116 </dl><a NAME="HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged" ID="HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged"></a>
128 <h4>HgNewProjectOptionsDialog.on_vcsProjectDirEdit_textChanged</h4> 117 <h4>HgNewProjectOptionsDialog.on_vcsProjectDirPicker_textChanged</h4>
129 <b>on_vcsProjectDirEdit_textChanged</b>(<i>txt</i>) 118 <b>on_vcsProjectDirPicker_textChanged</b>(<i>txt</i>)
130 <p> 119 <p>
131 Private slot to handle a change of the project directory. 120 Private slot to handle a change of the project directory.
132 </p><dl> 121 </p><dl>
133 <dt><i>txt</i></dt> 122 <dt><i>txt</i></dt>
134 <dd> 123 <dd>
135 name of the project directory (string) 124 name of the project directory (string)
136 </dd> 125 </dd>
137 </dl><a NAME="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" ID="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked"></a> 126 </dl><a NAME="HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged" ID="HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged"></a>
138 <h4>HgNewProjectOptionsDialog.on_vcsUrlButton_clicked</h4> 127 <h4>HgNewProjectOptionsDialog.on_vcsUrlPicker_textChanged</h4>
139 <b>on_vcsUrlButton_clicked</b>(<i></i>) 128 <b>on_vcsUrlPicker_textChanged</b>(<i>txt</i>)
140 <p>
141 Private slot to display a selection dialog.
142 </p><a NAME="HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged" ID="HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged"></a>
143 <h4>HgNewProjectOptionsDialog.on_vcsUrlEdit_textChanged</h4>
144 <b>on_vcsUrlEdit_textChanged</b>(<i>txt</i>)
145 <p> 129 <p>
146 Private slot to handle changes of the URL. 130 Private slot to handle changes of the URL.
147 </p><dl> 131 </p><dl>
148 <dt><i>txt</i></dt> 132 <dt><i>txt</i></dt>
149 <dd> 133 <dd>

eric ide

mercurial