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.vcsMercurial.HgRepoConfigDataDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to enter data needed for the initial creation |
11 Module implementing a dialog to enter data needed for the initial creation |
13 of a repository configuration file (hgrc). |
12 of a repository configuration file (hgrc). |
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="#HgRepoConfigDataDialog">HgRepoConfigDataDialog</a></td> |
23 <td><a href="#HgRepoConfigDataDialog">HgRepoConfigDataDialog</a></td> |
26 <td>Class implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</td> |
24 <td>Class implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</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="HgRepoConfigDataDialog" ID="HgRepoConfigDataDialog"></a> |
35 <a NAME="HgRepoConfigDataDialog" ID="HgRepoConfigDataDialog"></a> |
37 <h2>HgRepoConfigDataDialog</h2> |
36 <h2>HgRepoConfigDataDialog</h2> |
38 |
|
39 <p> |
37 <p> |
40 Class implementing a dialog to enter data needed for the initial creation |
38 Class implementing a dialog to enter data needed for the initial creation |
41 of a repository configuration file (hgrc). |
39 of a repository configuration file (hgrc). |
42 </p> |
40 </p> |
|
41 |
43 <h3>Derived from</h3> |
42 <h3>Derived from</h3> |
44 QDialog, Ui_HgRepoConfigDataDialog |
43 QDialog, Ui_HgRepoConfigDataDialog |
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="#HgRepoConfigDataDialog.__init__">HgRepoConfigDataDialog</a></td> |
57 <td><a href="#HgRepoConfigDataDialog.__init__">HgRepoConfigDataDialog</a></td> |
61 <td>Constructor</td> |
58 <td>Constructor</td> |
62 </tr> |
59 </tr> |
63 <tr> |
60 <tr> |
75 <tr> |
72 <tr> |
76 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td> |
73 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td> |
77 <td>Private slot to switch the default password visibility of the default password.</td> |
74 <td>Private slot to switch the default password visibility of the default password.</td> |
78 </tr> |
75 </tr> |
79 </table> |
76 </table> |
|
77 |
80 <h3>Static Methods</h3> |
78 <h3>Static Methods</h3> |
81 |
|
82 <table> |
79 <table> |
83 <tr><td>None</td></tr> |
80 <tr><td>None</td></tr> |
84 </table> |
81 </table> |
85 |
82 |
|
83 |
86 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a> |
84 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a> |
87 <h4>HgRepoConfigDataDialog (Constructor)</h4> |
85 <h4>HgRepoConfigDataDialog (Constructor)</h4> |
88 <b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>) |
86 <b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>) |
89 |
|
90 <p> |
87 <p> |
91 Constructor |
88 Constructor |
92 </p> |
89 </p> |
|
90 |
93 <dl> |
91 <dl> |
94 |
92 |
95 <dt><i>withLargefiles</i> (bool)</dt> |
93 <dt><i>withLargefiles</i> (bool)</dt> |
96 <dd> |
94 <dd> |
97 flag indicating to configure the largefiles section |
95 flag indicating to configure the largefiles section |
106 </dd> |
104 </dd> |
107 </dl> |
105 </dl> |
108 <a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a> |
106 <a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a> |
109 <h4>HgRepoConfigDataDialog.getData</h4> |
107 <h4>HgRepoConfigDataDialog.getData</h4> |
110 <b>getData</b>(<i></i>) |
108 <b>getData</b>(<i></i>) |
111 |
|
112 <p> |
109 <p> |
113 Public method to get the data entered into the dialog. |
110 Public method to get the data entered into the dialog. |
114 </p> |
111 </p> |
|
112 |
115 <dl> |
113 <dl> |
116 <dt>Return:</dt> |
114 <dt>Return:</dt> |
117 <dd> |
115 <dd> |
118 tuple giving the default and default push URLs |
116 tuple giving the default and default push URLs |
119 </dd> |
117 </dd> |
125 </dd> |
123 </dd> |
126 </dl> |
124 </dl> |
127 <a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a> |
125 <a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a> |
128 <h4>HgRepoConfigDataDialog.getLargefilesData</h4> |
126 <h4>HgRepoConfigDataDialog.getLargefilesData</h4> |
129 <b>getLargefilesData</b>(<i></i>) |
127 <b>getLargefilesData</b>(<i></i>) |
130 |
|
131 <p> |
128 <p> |
132 Public method to get the data for the largefiles extension. |
129 Public method to get the data for the largefiles extension. |
133 </p> |
130 </p> |
|
131 |
134 <dl> |
132 <dl> |
135 <dt>Return:</dt> |
133 <dt>Return:</dt> |
136 <dd> |
134 <dd> |
137 tuple with the minimum file size and file patterns. None as value |
135 tuple with the minimum file size and file patterns. None as value |
138 denote to use the default value. |
136 denote to use the default value. |
145 </dd> |
143 </dd> |
146 </dl> |
144 </dl> |
147 <a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> |
145 <a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> |
148 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4> |
146 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4> |
149 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>) |
147 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>) |
150 |
|
151 <p> |
148 <p> |
152 Private slot to switch the default password visibility |
149 Private slot to switch the default password visibility |
153 of the default push password. |
150 of the default push password. |
154 </p> |
151 </p> |
|
152 |
155 <dl> |
153 <dl> |
156 |
154 |
157 <dt><i>checked</i> (bool)</dt> |
155 <dt><i>checked</i> (bool)</dt> |
158 <dd> |
156 <dd> |
159 state of the push button |
157 state of the push button |
160 </dd> |
158 </dd> |
161 </dl> |
159 </dl> |
162 <a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a> |
160 <a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a> |
163 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4> |
161 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4> |
164 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>) |
162 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>) |
165 |
|
166 <p> |
163 <p> |
167 Private slot to switch the default password visibility |
164 Private slot to switch the default password visibility |
168 of the default password. |
165 of the default password. |
169 </p> |
166 </p> |
|
167 |
170 <dl> |
168 <dl> |
171 |
169 |
172 <dt><i>checked</i> (bool)</dt> |
170 <dt><i>checked</i> (bool)</dt> |
173 <dd> |
171 <dd> |
174 state of the push button |
172 state of the push button |